Метод | Описание | |
---|---|---|
Escape ( string s ) : string |
Returns a string where those characters that TextParser expects to be escaped are escaped by a preceding
|
|
Parse ( string queries, string fields, |
Parses a query which searches on the fields specified.
|
|
Parse ( string query, string fields, |
Parses a query, searching on the fields specified. Use this if you need to specify certain fields as required, and others as prohibited.
|
public static Escape ( string s ) : string | ||
s | string | |
Результат | string |
public static Parse ( string queries, string fields, |
||
queries | string | Queries strings to parse |
fields | string | Fields to search on |
analyzer | Analyzer to use | |
Результат |
public static Parse ( string query, string fields, |
||
query | string | Query string to parse |
fields | string | Fields to search on |
flags | Flags describing the fields | |
analyzer | Analyzer to use | |
Результат |