IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Vector queries
edit
A newer version is available. Check out the latest documentation.
Vector queries
editVector queries are specialized queries that work on vector fields to efficiently perform semantic search.
-
knnquery -
A query that finds the k nearest vectors to a query vector for
dense_vectorfields, as measured by a similarity metric. -
sparse_vectorquery -
A query used to search
sparse_vectorfield types. -
semanticquery -
A query that allows you to perform semantic search on
semantic_textfields.
Deprecated vector queries
editThe following queries have been deprecated and will be removed in the near future.
Use the sparse_vector query query instead.
-
text_expansionquery -
A query that allows you to perform sparse vector search on
sparse_vectororrank_featuresfields. -
weighted_tokensquery - Allows to perform text expansion queries optimizing for performance.