Skip to content

Commit

Permalink
Merge pull request #4196 from vespa-engine/bratseth/expect-3
Browse files Browse the repository at this point in the history
Expect 3 docs
  • Loading branch information
bratseth committed Sep 11, 2024
2 parents 024d379 + a0a9ac8 commit 66a4743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/linguistics/open-nlp/opennlp_linguistics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def make_app
def test_opennlp_linguistics
deploy_app(make_app)
start
feed_and_wait_for_docs("test", 2, :file => selfdir + "documents.json")
feed_and_wait_for_docs("test", 3, :file => selfdir + "documents.json")

assert_hitcount("query=text:展示", 1) # A Chinese token from the resulting segmentation done
assert_hitcount("query=text:car", 1) # English is still stemmed
Expand Down

0 comments on commit 66a4743

Please sign in to comment.