Property | Type | Description | |
---|---|---|---|
CONSTANT_SCORE_AUTO_REWRITE_DEFAULT | |||
CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE | |||
CONSTANT_SCORE_FILTER_REWRITE | |||
SCORING_BOOLEAN_QUERY_REWRITE |
Property | Type | Description | |
---|---|---|---|
internalRewriteMethod |
Method | Description | |
---|---|---|
ClearTotalNumberOfTerms ( ) : void |
Expert: Resets the counting of unique terms. Do this before executing the query/filter.
|
|
Equals ( System obj ) : bool | ||
GetHashCode ( ) : int | ||
Rewrite ( Lucene.Net.Index.IndexReader reader ) : |
Method | Description | |
---|---|---|
GetEnum ( Lucene.Net.Index.IndexReader reader ) : Lucene.Net.Search.FilteredTermEnum |
Construct the enumeration to be used, expanding the pattern term.
|
|
IncTotalNumberOfTerms ( int inc ) : void | ||
MultiTermQuery ( ) : System |
Constructs a query matching terms that cannot be represented with a single Term.
|
protected abstract GetEnum ( Lucene.Net.Index.IndexReader reader ) : Lucene.Net.Search.FilteredTermEnum | ||
reader | Lucene.Net.Index.IndexReader | |
return | Lucene.Net.Search.FilteredTermEnum |
protected IncTotalNumberOfTerms ( int inc ) : void | ||
inc | int | |
return | void |
public Rewrite ( Lucene.Net.Index.IndexReader reader ) : |
||
reader | Lucene.Net.Index.IndexReader | |
return |
public static RewriteMethod,Lucene.Net.Search CONSTANT_SCORE_AUTO_REWRITE_DEFAULT | ||
return |
public static RewriteMethod,Lucene.Net.Search CONSTANT_SCORE_BOOLEAN_QUERY_REWRITE | ||
return |
public static RewriteMethod,Lucene.Net.Search CONSTANT_SCORE_FILTER_REWRITE | ||
return |
public static RewriteMethod,Lucene.Net.Search SCORING_BOOLEAN_QUERY_REWRITE | ||
return |