Method | Description | |
---|---|---|
Analyzer ( String analyzer ) : |
The analyzer that will be used to analyze the text. Defaults to the analyzer associated with the field.
|
|
Boost ( float boost ) : |
||
FuzzyLikeThisFieldQueryBuilder ( string name ) : System |
A fuzzy more like this query on the provided field.
|
|
IgnoreTf ( bool ignoreTf ) : |
||
LikeText ( string likeText ) : |
The text to use in order to find documents that are "like" this.
|
|
MaxQueryTerms ( int maxQueryTerms ) : |
||
MinSimilarity ( float minSimilarity ) : |
||
PrefixLength ( int prefixLength ) : |
||
ToJsonObject ( ) : object | ||
ToString ( ) : string |
public Analyzer ( String analyzer ) : |
||
analyzer | String | |
return |
public Boost ( float boost ) : |
||
boost | float | |
return |
public FuzzyLikeThisFieldQueryBuilder ( string name ) : System | ||
name | string | The name of the field |
return | System |
public IgnoreTf ( bool ignoreTf ) : |
||
ignoreTf | bool | |
return |
public LikeText ( string likeText ) : |
||
likeText | string | |
return |
public MaxQueryTerms ( int maxQueryTerms ) : |
||
maxQueryTerms | int | |
return |
public MinSimilarity ( float minSimilarity ) : |
||
minSimilarity | float | |
return |
public PrefixLength ( int prefixLength ) : |
||
prefixLength | int | |
return |