(from github.com/wancode)
Hello there,
I added it like this but it does not show why?
query.additional.scroll.response.fields=score
query.additional.scroll.response.fields=result__score
Example; #1555
(from github.com/wancode)
Hello there,
I added it like this but it does not show why?
query.additional.scroll.response.fields=score
query.additional.scroll.response.fields=result__score
Example; #1555
(from github.com/marevol)
Did you enable api.search.scroll
in fess_config.properties?
query.additional.scroll.response.fields
is a comma separated values, such as aaa1,aaa2
.
(from github.com/wancode)
This is the json output. @marevol
http://localhost:8080/json/?q=a > “score”:32.24106
Scroll “score” does not output.
localhost:8080/json/scroll?q=*
query.additional.api.response.fields=lang,content,score,result__score
query.additional.scroll.response.fields=lang,content,score,result__score
(from github.com/marevol)
score is not an index field.
It will be added in a next release. Fixed in #1628.
(from github.com/wancode)
Why does the score on Json and Scroll differ?
Ex;
“score”:62.935604
“score”:18.00
© 2020. All Rights Reserved - CodeLibs, Inc.