diff --git a/index/firestorm/analysis_test.go b/index/firestorm/analysis_test.go index 4fe0c775..26631c41 100644 --- a/index/firestorm/analysis_test.go +++ b/index/firestorm/analysis_test.go @@ -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{