File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/com/arangodb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ private InvertedIndexOptions createOptions(String analyzerName) {
6666 .name ("bar" )
6767 .analyzer (analyzerName )
6868 .searchField (true )
69- .features (AnalyzerFeature .position )
69+ .features (AnalyzerFeature .position , AnalyzerFeature . frequency )
7070 .nested (
7171 new InvertedIndexField ()
7272 .name ("baz" )
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ private InvertedIndexOptions createOptions(String analyzerName) throws Execution
7474 .name ("bar" )
7575 .analyzer (analyzerName )
7676 .searchField (true )
77- .features (AnalyzerFeature .position )
77+ .features (AnalyzerFeature .position , AnalyzerFeature . frequency )
7878 .nested (
7979 new InvertedIndexField ()
8080 .name ("baz" )
You can’t perform that action at this time.
0 commit comments