HybridSearch Class

Definition

TThe query parameters to configure hybrid search behaviors.

public class HybridSearch
type HybridSearch = class
Public Class HybridSearch
Inheritance
HybridSearch

Constructors

HybridSearch()

Initializes a new instance of HybridSearch.

Properties

CountAndFacetMode

Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window.

MaxTextRecallSize

Determines the maximum number of documents to be retrieved by the text query portion of a hybrid search request. Those documents will be combined with the documents matching the vector queries to produce a single final list of results. Choosing a larger maxTextRecallSize value will allow retrieving and paging through more documents (using the top and skip parameters), at the cost of higher resource utilization and higher latency. The value needs to be between 1 and 10,000. Default is 1000.

Applies to