elasticsearch/docs/reference/how-to/recipes.asciidoc
Adrien Grand 8905d77ca4
Update the how-to section of the docs for 7.0: (#37717)
- 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
2019-03-12 08:23:53 +01:00

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[]