0
0
This commit is contained in:
Steve Yen 2016-01-13 15:11:50 -08:00
parent fe39b3fd13
commit 8dc067b1d9

View File

@ -74,7 +74,7 @@ func TestAnalysis(t *testing.T) {
{
d: document.NewDocument("a").
AddField(
document.NewTextFieldWithIndexingOptions("name", nil, []byte("test"), document.IndexField|document.StoreField|document.IncludeTermVectors)),
document.NewTextFieldWithIndexingOptions("name", nil, []byte("test"), document.IndexField|document.StoreField|document.IncludeTermVectors)),
r: &index.AnalysisResult{
DocID: "a",
Rows: []index.IndexRow{