mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
11 lines
411 B
Text
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[]
|