HybridCountAndFacetMode Struct
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.
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. The default value is 'countAllResults'.
public readonly struct HybridCountAndFacetMode : IEquatable<Azure.Search.Documents.Models.HybridCountAndFacetMode>
type HybridCountAndFacetMode = struct
Public Structure HybridCountAndFacetMode
Implements IEquatable(Of HybridCountAndFacetMode)
- Inheritance
-
HybridCountAndFacetMode
- Implements
Constructors
HybridCountAndFacetMode(String) |
Initializes a new instance of HybridCountAndFacetMode. |
Properties
CountAllResults |
Include all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window. |
CountRetrievableResults |
Only include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'. |
Methods
Equals(HybridCountAndFacetMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(HybridCountAndFacetMode, HybridCountAndFacetMode) |
Determines if two HybridCountAndFacetMode values are the same. |
Implicit(String to HybridCountAndFacetMode) |
Converts a string to a HybridCountAndFacetMode. |
Inequality(HybridCountAndFacetMode, HybridCountAndFacetMode) |
Determines if two HybridCountAndFacetMode values are not the same. |
Applies to
Azure SDK for .NET