fix #2831 Include score in the search API response fields.
This commit is contained in:
parent
a7d00092fb
commit
e0f2314c75
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ public class QueryFieldConfig {
|
|||
}
|
||||
if (apiResponseFieldSet == null) {
|
||||
setApiResponseFields(fessConfig.getQueryAdditionalApiResponseFields(//
|
||||
SCORE_SORT_VALUE, //
|
||||
fessConfig.getResponseFieldContentDescription(), //
|
||||
fessConfig.getResponseFieldContentTitle(), //
|
||||
fessConfig.getResponseFieldSitePath(), //
|
||||
|
|
Loading…
Add table
Reference in a new issue