C# Класс Couchbase.Search.Queries.Simple.RegexpQuery

Regexp query finds documents containing terms that match the specified regular expression.
Наследование: FtsQueryBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Export ( ) : Newtonsoft.Json.Linq.JObject
Field ( string field ) : RegexpQuery

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.

RegexpQuery ( string regex ) : System

Initializes a new instance of the RegexpQuery class.

Описание методов

Export() публичный Метод

public Export ( ) : Newtonsoft.Json.Linq.JObject
Результат Newtonsoft.Json.Linq.JObject

Field() публичный Метод

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.
public Field ( string field ) : RegexpQuery
field string The field.
Результат RegexpQuery

RegexpQuery() публичный Метод

Initializes a new instance of the RegexpQuery class.
regex
public RegexpQuery ( string regex ) : System
regex string The regexp to be analyzed and used against. The regexp string is required.
Результат System