You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@solr.apache.org by Sergio García Maroto <ma...@gmail.com> on 2022/02/09 14:01:17 UTC

Retrieve Score Streaming Exppression

Hi,

Is it somehow possible to retrieve Score in a streaming expression?

Below my expression.
search(comment, q="CommentTextS:"fintech"", qt="/export",
 fl="PersonIDSDV", sort="PersonIDSDV asc")

When adding score it fails.

Thanks
Sergio

Re: Retrieve Score Streaming Exppression

Posted by Joel Bernstein <jo...@gmail.com>.
The export handler doesn't currently export score.

If you switch to the /select handler in the search function score will be
available using the score field, but the query will be bounded (not a full
export)

Joel Bernstein
http://joelsolr.blogspot.com/


On Wed, Feb 9, 2022 at 9:02 AM Sergio García Maroto <ma...@gmail.com>
wrote:

> Hi,
>
> Is it somehow possible to retrieve Score in a streaming expression?
>
> Below my expression.
> search(comment, q="CommentTextS:"fintech"", qt="/export",
>  fl="PersonIDSDV", sort="PersonIDSDV asc")
>
> When adding score it fails.
>
> Thanks
> Sergio
>