We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099bf94 commit ad4196aCopy full SHA for ad4196a
tests/search/linguistics/lucene/lucene_linguistics.rb
@@ -19,7 +19,7 @@ def test_simple_linguistics
19
documentapi(ContainerDocumentApi.new)).
20
sd(selfdir + 'lucene.sd'))
21
start
22
- feed_and_wait_for_docs("lucene", 3, :file => selfdir + "document.json")
+ feed_and_wait_for_docs("lucene", 5, :file => selfdir + "document.json")
23
24
assert_hitcount("query=normal:C++", 4)
25
assert_hitcount("query=special:C++", 1)
0 commit comments