You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phrase suggest options from my Elasticsearch response contains option score values, The PhraseSuggestion.Entry.Option's score field value is alway null. Null is being assigned to score and collateMatch in SearchDocumentResponseBuilder.getPhraseSuggestion.
Phrase suggest options from my Elasticsearch response contains option score values, The
PhraseSuggestion.Entry.Option
's score field value is alway null.Null
is being assigned toscore
andcollateMatch
inSearchDocumentResponseBuilder.getPhraseSuggestion
.spring-data-elasticsearch/src/main/java/org/springframework/data/elasticsearch/client/elc/SearchDocumentResponseBuilder.java
Line 222 in 9adc4d2
Elasticsearch response
The text was updated successfully, but these errors were encountered: