Method | Description | |
---|---|---|
Export ( ) : Newtonsoft.Json.Linq.JObject | ||
Field ( string 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.
|
|
RegexpQuery ( string regex ) : System |
Initializes a new instance of the RegexpQuery class.
|
public Export ( ) : Newtonsoft.Json.Linq.JObject | ||
return | Newtonsoft.Json.Linq.JObject |
public Field ( string field ) : |
||
field | string | The field. |
return |
public RegexpQuery ( string regex ) : System | ||
regex | string | The regexp to be analyzed and used against. The regexp string is required. |
return | System |