Click or drag to resize

NumericRangeQueryField Method

If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.

Namespace:  Couchbase.Search.Queries.Range
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public NumericRangeQuery Field(
	string field
)

Parameters

field
Type: SystemString
The field.

Return Value

Type: NumericRangeQuery

[Missing <returns> documentation for "M:Couchbase.Search.Queries.Range.NumericRangeQuery.Field(System.String)"]

See Also