Comparing search results Prerequisites Using Compare Search Results in OpenSearch Dashboards Changing the number of results Comparing OpenSearch search results with reranked res...
Reranking search results Running a search with reranking Step 1: Configure a search pipeline Step 2: Create an index for ingestion Step 3: Ingest documents into the index Step ...
Search your data Prepare the data Retrieve all documents in an index Response fields took timed_out _shards hits Query string queries Query DSL Full-text search Keyword se...
Search for a workflow Path and HTTP methods Example request: All workflows with a state of NOT_STARTED Example request: All workflows that have a resources_created field with a ...
Using a search pipeline Specifying an existing search pipeline for a request Using a temporary search pipeline for a request Default search pipeline Setting a default search pipe...
Neural sparse search Using neural sparse search Step 1: Create an ingest pipeline Step 2: Create an index for ingestion Step 3: Ingest documents into the index Step 4: Search t...
Search-as-you-type field type Example Parameters Search-as-you-type field type A search-as-you-type field type provides search-as-you-type functionality using both prefix and ...
Refresh search analyzer Refresh search analyzer With ISM installed, you can refresh search analyzers in real time with the following API: POST / _plugins / _refresh_search_an...
Search pipeline metrics Search pipeline metrics To view search pipeline metrics, use the Nodes Stats API : GET / _nodes / stats / search_pipeline copy The response contain...
Retrieving search pipelines Retrieving search pipelines To retrieve the details of an existing search pipeline, use the Search Pipeline API. To view all search pipelines, use t...