romseygeek opened a new pull request #1239: LUCENE-9207: Don't build span 
queries in QueryBuilder
URL: https://github.com/apache/lucene-solr/pull/1239
 
 
   QueryBuilder currently has special logic for graph phrase queries with no 
slop, 
   constructing a spanquery that attempts to follow all paths using a 
combination of 
   OR and NEAR queries.  Given the known bugs in this type of query 
(LUCENE-7398) 
   and that we would like to move span queries out of core in any case, we 
should 
   remove this logic and just build a disjunction of phrase queries, one phrase 
per path.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to