コード例 #1
0
ファイル: store_test.go プロジェクト: acgshare/bleve
func TestMetricsPrefixIteratorSeek(t *testing.T) {
	s := open(t, nil)
	defer cleanup(t, s)
	test.CommonTestPrefixIteratorSeek(t, s)
}
コード例 #2
0
ファイル: store_test.go プロジェクト: acgshare/bleve
func TestGoLevelDBPrefixIteratorSeek(t *testing.T) {
	s := open(t, nil)
	defer cleanup(t, s)
	test.CommonTestPrefixIteratorSeek(t, s)
}