mmatela commented on issue #11864: URL: https://github.com/apache/lucene/issues/11864#issuecomment-1314382093
Really doesn't look like a problem in SOLR. `QueryBuilder.analyzeGraphBoolean()` creates a `GraphTokenStreamFiniteStrings` (also Lucene class), retrieves a terms list from it and doesn't check if it's empty (there is only an `assert` which turns out to be invalid). There's more analysis of when this happens in https://github.com/elastic/elasticsearch/issues/46272 and it points to https://github.com/apache/lucene/issues/9763 as a potential way forward. -- 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