Fields selection
The supported methods for selecting fields that are returned.
You must have at least one of the following fields in your typed query:
- Total – The total number of hits.
- Fields – The fields you expect in response.
- Facets – The facets by one or many fields.
- AutoComplete – The autocomplete values.
- Cursor – The cursor (scroll ID) for your query.
The query builder will throw an ArgumentNullException
error if no fields are selected.
Updated 4 days ago