elasticsearch/docs/reference/how-to/recipes.asciidoc

11 lines
411 B
Text

[[recipes]]
== Search relevance optimizations
This section includes a few recipes to help with common search relevance issues:
* <<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[]