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

12 lines
373 B
Plaintext
Raw Normal View History

[[recipes]]
== Recipes
2017-07-17 12:21:20 -04:00
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>>
2017-07-17 12:21:20 -04:00
include::recipes/stemming.asciidoc[]
include::recipes/scoring.asciidoc[]