[infinispan-issues] [JBoss JIRA] (ISPN-8832) Expose query score and explanation for Remote Queries

Gustavo Fernandes (JIRA) issues at jboss.org
Fri Feb 16 03:06:00 EST 2018


     [ https://issues.jboss.org/browse/ISPN-8832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gustavo Fernandes updated ISPN-8832:
------------------------------------
    Description: 
For indexed queries, it's important to be able to see the score of the hits and also the explanation, to debug analyzers and position of the results. 

Both score and explain could be extra parameters of the query and not the inside the Ickle itself. Example (REST):

http://localhost:8080/rest/cache?action=search&query=from Entity&scores=1&explain=1

  was:
For indexed queries, it's important to be able to see the score of the hits and also the explanation, so debug analyzers and position of the results. 

Both score and explain could be extra parameters of the query and not the inside the Ickle itself. Example (REST):

http://localhost:8080/rest/cache?action=search&query=from Entity&scores=1&explain=1



> Expose query score and explanation for Remote Queries
> -----------------------------------------------------
>
>                 Key: ISPN-8832
>                 URL: https://issues.jboss.org/browse/ISPN-8832
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Remote Querying
>            Reporter: Gustavo Fernandes
>
> For indexed queries, it's important to be able to see the score of the hits and also the explanation, to debug analyzers and position of the results. 
> Both score and explain could be extra parameters of the query and not the inside the Ickle itself. Example (REST):
> http://localhost:8080/rest/cache?action=search&query=from Entity&scores=1&explain=1



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the infinispan-issues mailing list