zhaih commented on a change in pull request #225: URL: https://github.com/apache/lucene/pull/225#discussion_r724698226
########## File path: lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene40/blocktree/FieldReader.java ########## @@ -187,6 +187,14 @@ public TermsEnum intersect(CompiledAutomaton compiled, BytesRef startTerm) throw if (compiled.type != CompiledAutomaton.AUTOMATON_TYPE.NORMAL) { throw new IllegalArgumentException("please use CompiledAutomaton.getTermsEnum instead"); } + if (compiled.nfaRunAutomaton != null) { + return new IntersectTermsEnum( Review comment: Sorry could you expand a bit, I don't quite understand this comment? -- 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-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org