 | TermQuery Class |
A term query is a query that may be "fuzzy" and matches terms within a specified edit distance (Levenshtein distance).
Also, you can optionally specify that the term must have a matching prefix of the specified length.
Inheritance Hierarchy
Namespace:
Couchbase.Search.Queries.Simple
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic sealed class TermQuery : SearchQueryBase
The TermQuery type exposes the following members.
Constructors
| Name | Description |
---|
 | TermQuery | Initializes a new instance of the TermQuery class |
Top
Methods
See Also