메소드 | 설명 | |
---|---|---|
ComplexPhraseQueryParser ( LuceneVersion matchVersion, string f, |
||
Parse ( string query ) : |
메소드 | 설명 | |
---|---|---|
GetFieldQuery ( string field, string queryText, int slop ) : |
||
GetFuzzyQuery ( string field, string termStr, float minSimilarity ) : |
||
GetRangeQuery ( string field, string part1, string part2, bool startInclusive, bool endInclusive ) : |
||
GetWildcardQuery ( string field, string termStr ) : |
||
NewRangeQuery ( string field, string part1, string part2, bool startInclusive, bool endInclusive ) : |
||
NewTermQuery ( Lucene.Net.Index.Term term ) : |
메소드 | 설명 | |
---|---|---|
CheckPhraseClauseIsForSameField ( string field ) : void |
public ComplexPhraseQueryParser ( LuceneVersion matchVersion, string f, |
||
matchVersion | LuceneVersion | |
f | string | |
a | ||
리턴 | Lucene.Net.Analysis |
protected GetFieldQuery ( string field, string queryText, int slop ) : |
||
field | string | |
queryText | string | |
slop | int | |
리턴 |
protected GetFuzzyQuery ( string field, string termStr, float minSimilarity ) : |
||
field | string | |
termStr | string | |
minSimilarity | float | |
리턴 |
protected GetRangeQuery ( string field, string part1, string part2, bool startInclusive, bool endInclusive ) : |
||
field | string | |
part1 | string | |
part2 | string | |
startInclusive | bool | |
endInclusive | bool | |
리턴 |
protected GetWildcardQuery ( string field, string termStr ) : |
||
field | string | |
termStr | string | |
리턴 |
protected NewRangeQuery ( string field, string part1, string part2, bool startInclusive, bool endInclusive ) : |
||
field | string | |
part1 | string | |
part2 | string | |
startInclusive | bool | |
endInclusive | bool | |
리턴 |
protected NewTermQuery ( Lucene.Net.Index.Term term ) : |
||
term | Lucene.Net.Index.Term | |
리턴 |