You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/09/15 05:24:06 UTC

[GitHub] [lucene] mocobeta edited a comment on pull request #297: LUCENE-10102: Add JapaneseCompletionFilter for Input Method-aware auto-completion

mocobeta edited a comment on pull request #297:
URL: https://github.com/apache/lucene/pull/297#issuecomment-919704846


   https://github.com/apache/lucene/pull/297/commits/d6c014cd6b290bfaa1f0242ceffc91d04d039c84 seems to be buggy (when mode=QUERY). I'll try to debug the endOffset bug.
   
   ```
    ./gradlew -p lucene/analysis/kuromoji/ test -Ptests.seed=A0438AE4577EF19 \\
   --tests "org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter.testRandomStrings"
   
   org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter > test suite's output saved to /mnt/hdd/repo/lucene/lucene/analysis/kuromoji/build/test-results/test/outputs/OUTPUT-org.apache.lucene.analysis.ja.TestJapaneseCompletionFilter.txt, copied below:
     2> TEST FAIL: useCharFilter=true text='\u93e1 ill lsg wwbznzp \"'
      >     java.lang.AssertionError: inconsistent endOffset 2 pos=1 posLen=1 token=llsg expected:<5> but was:<9>
      >         at __randomizedtesting.SeedInfo.seed([A0438AE4577EF19:828D3810E673B82C]:0)
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org