Table of Contents

Enum SearchAutocompleteTokenOrder

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

The order in which to search for tokens in an autocomplete search definition.

public enum SearchAutocompleteTokenOrder

Fields

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.