mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
466864710a
- 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
12 lines
373 B
Plaintext
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[]
|