[ https://issues.apache.org/jira/browse/LUCENE-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16385204#comment-16385204 ]
Robert Muir commented on LUCENE-8092: ------------------------------------- CJKBigramFilter was already in the offsetsAreBroken list for this test, so it used to not fail in such cases. However, IndexWriter now always checks the offsets, so you'll get an exception from indexwriter regardless. Hence, this list doesn't work (if offsets are broken, the tokenfilter is broken). See LUCENE-8191. This doesn't fix the fact the filter is buggy, we know that. it just reflects changes made in LUCENE-7626. > TestRandomChains failure > ------------------------ > > Key: LUCENE-8092 > URL: https://issues.apache.org/jira/browse/LUCENE-8092 > Project: Lucene - Core > Issue Type: Bug > Reporter: Alan Woodward > Priority: Major > > https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.2/1/ > ant test -Dtestcase=TestRandomChains -Dtests.method=testRandomChains > -Dtests.seed=C006DAD2E1FC77AF -Dtests.multiplier=2 -Dtests.nightly=true > -Dtests.slow=true > -Dtests.linedocsfile=/Users/romseygeek/projects/lucene-test-data/enwiki.random.lines.txt > -Dtests.locale=tr -Dtests.timezone=Europe/Simferopol -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 > Reproduces locally on 7.2 -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org