KnownHybridCountAndFacetMode enum
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'.
Fields
| 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'. |