Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Since Lucene's removal of boosts on every query, Solr's debug output has been somewhat broken.
http://localhost:8983/solr/techproducts/query?debugQuery=true&q=(foo_s:a^3)^4 shows "parsedquery":"BoostQuery(foo_s:a^3.0)", and http://localhost:8983/solr/techproducts/query?debugQuery=true&q=foo_s:a^=2 shows "parsedquery":"ConstantScore(foo_s:a)",
Since boosts are now explicit (i.e. BoostQuery), we should probably just move to always showing boosts instead of having logic that tries to be smart about it.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-6590 Explore different ways to apply boosts
- Closed