romseygeek opened a new pull request #1213: LUCENE-8143: Remove SpanBoostQuery
URL: https://github.com/apache/lucene-solr/pull/1213
 
 
   `SpanBoostQuery` is essentially a null op, as boosts on nested span queries 
are
   ignored by the scorer, unless it is used to wrap a query at the top level.  
In this 
   case it can simply be replaced by a normal `BoostQuery`.  It is confusing to 
have
   a query that adds essentially nothing, and only works under certain 
circumstances.
   
   This commit removes `SpanBoostQuery` entirely.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to