|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Inherits Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite.
Properties | |
| override int | TermCountCutoff [set] |
| override double | DocCountPercent [set] |
Properties inherited from Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite | |
| virtual int | TermCountCutoff [get, set] |
| If the number of terms in this query is equal to or larger than this setting then CONSTANT_SCORE_FILTER_REWRITE is used. | |
| virtual double | DocCountPercent [get, set] |
| If the number of documents to be visited in the postings exceeds this specified percentage of the MaxDoc for the index, then CONSTANT_SCORE_FILTER_REWRITE is used. | |
Additional Inherited Members | |
Public Member Functions inherited from Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite | |
| ConstantScoreAutoRewrite () | |
| override Query | Rewrite (IndexReader reader, MultiTermQuery query) |
| override int | GetHashCode () |
| override bool | Equals (System.Object obj) |
Static Public Attributes inherited from Lucene.Net.Search.MultiTermQuery.ConstantScoreAutoRewrite | |
| static int | DEFAULT_TERM_COUNT_CUTOFF = 350 |
| static double | DEFAULT_DOC_COUNT_PERCENT = 0.1 |
Definition at line 61 of file MultiTermQuery.cs.
|
set |
Definition at line 69 of file MultiTermQuery.cs.
|
set |
Definition at line 64 of file MultiTermQuery.cs.
1.8.3