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
Some fields are more important than others (e.g. "title") - and should get higher ranking in the results.
A quick method for that is to allow "mapping" to be set per property in the populator config, and then just populate the elasticsearch mapping directly with that configuration.
Some fields are more important than others (e.g. "title") - and should get higher ranking in the results.
A quick method for that is to allow
"mapping"
to be set per property in the populator config, and then just populate the elasticsearch mapping directly with that configuration.Relevant links:
http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/changing-similarities.html
http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/custom-analyzers.html
http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/query-scoring.html
The text was updated successfully, but these errors were encountered: