SearchAutocompleteTokenOrder Enumeration |
The order in which to search for tokens in an autocomplete search definition.
Namespace:
MongoDB.Driver.Search
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public enum SearchAutocompleteTokenOrder
Public Enumeration SearchAutocompleteTokenOrder
type SearchAutocompleteTokenOrder
Members
| Member name | Value | Description |
---|
| Any | 0 |
Indicates that tokens in the query can appear in any order in the documents.
|
| Sequential | 1 |
Indicates that tokens in the query must appear adjacent to each other or in the order
specified in the query in the documents.
|
See Also