* Adds collections landing page configuration and navigation header linking Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Removes unnecessary collection property from the configuration. Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Adds links to navigation collection headers to collection index pages based on the collection name Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> * Hide index pages from view and add info to formatting guide Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Aaron Stephanus <taoist.futility@pm.me> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
1.8 KiB
layout | title | nav_order | has_children | has_toc | nav_exclude |
---|---|---|---|---|---|
default | Search | 1 | false | false | true |
Search
OpenSearch provides several features for customizing your search use cases and improving search relevance. In OpenSearch, you can:
-
Use SQL and Piped Processing Language (PPL) as alternatives to query domain-specific language (DSL) to search data.
-
Run resource-intensive queries asynchronously with asynchronous search.
-
Search for k-nearest neighbors with k-NN search.
-
Abstract OpenSearch queries into search templates.
-
Integrate machine learning (ML) language models into your search workloads with neural search.
-
Compare search results to tune search relevance.
-
Use a dataset that is fixed in time to paginate results with Point in Time.
-
Paginate and sort search results, highlight search terms, and use the autocomplete and did-you-mean functionality.
-
Rewrite queries with Querqy.