mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
- new `rank_feature`/`script_score` queries - new `index_phrases`/`index_prefixes` options - disabling `_field_names` doesn't help anymore - adaptive replica selection is on by default
11 lines
373 B
Text
11 lines
373 B
Text
[[recipes]]
|
|
== Recipes
|
|
|
|
This section includes a few recipes to help with common problems:
|
|
|
|
* <<mixing-exact-search-with-stemming,Mixing exact search with stemming>>
|
|
* <<consistent-scoring,Getting consistent scores>>
|
|
* <<static-scoring-signals,Incorporating static relevance signals into the score>>
|
|
|
|
include::recipes/stemming.asciidoc[]
|
|
include::recipes/scoring.asciidoc[]
|