mmatela commented on issue #11864: URL: https://github.com/apache/lucene/issues/11864#issuecomment-1314436677
In my case the exception occurred with filters `WordDelimiterGraphFilter > FlattenGraphFilter > StopFilter`, but it started to work when `StopFilter` was moved before `FlattenGraph`. I wonder if this is a real fix or the problem will resurface for other queries... `StopFilter` is very simple so it should work fine on a graph, but if it's the `SynonymGraphFilter` causing problems for OP it may be not be a feasible workaround. But still might be worth trying out. -- 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