HybridSearchOptions<TRecord> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines options for hybrid search when using a dense vector and string keywords to do the search.
generic <typename TRecord>
public ref class HybridSearchOptions
public class HybridSearchOptions<TRecord>
type HybridSearchOptions<'Record> = class
Public Class HybridSearchOptions(Of TRecord)
Type Parameters
- TRecord
- Inheritance
-
HybridSearchOptions<TRecord>
Constructors
HybridSearchOptions<TRecord>() |
Properties
AdditionalProperty |
Gets or sets the additional target property to do the text or keyword search on. The property must have full text indexing enabled. |
Filter |
Gets or sets a search filter to use before doing the vector search. |
IncludeVectors |
Gets or sets a value indicating whether to include vectors in the retrieval result. |
OldFilter |
Obsolete.
Gets or sets a search filter to use before doing the hybrid search. |
Skip |
Gets or sets the number of results to skip before returning results, that is, the index of the first result to return. |
VectorProperty |
Gets or sets the target dense vector property to search on. Only needs to be set when the collection has multiple vector properties. |