OpenSearch/docs/reference/how-to/recipes.asciidoc
Adrien Grand 466864710a 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:24:39 +01:00

12 lines
373 B
Plaintext

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