[ 
https://issues.apache.org/jira/browse/SOLR-8164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14969805#comment-14969805
 ] 

Yonik Seeley commented on SOLR-8164:
------------------------------------

Hmmm, I did have a test case but it seems like it didn't make the commit.
I just added another case to it that doesn't act like I want (I'm getting some 
paren "doubling"), so I'll commit after I figure out a fix.

> Debug "parsedquery" output no longer handles boosts correctly
> -------------------------------------------------------------
>
>                 Key: SOLR-8164
>                 URL: https://issues.apache.org/jira/browse/SOLR-8164
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>            Assignee: Yonik Seeley
>            Priority: Minor
>             Fix For: Trunk
>
>         Attachments: SOLR-8164.patch
>
>
> Since Lucene's removal of boosts on every query, Solr's debug output has been 
> somewhat broken.
> {code}
> 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)",
> {code}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to