Click or drag to resize

RegexpQueryField 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.Simple
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public RegexpQuery Field(
	string field
)

Parameters

field
Type: SystemString
The field.

Return Value

Type: RegexpQuery

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

See Also