The MultiTermQuery..::..ConstantScoreAutoRewrite type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDocCountPercent
Public methodGetHashCode (Overrides Object..::..GetHashCode()()()().)
Public methodGetTermCountCutoff
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRewrite (Overrides MultiTermQuery..::..RewriteMethod..::..Rewrite(IndexReader, MultiTermQuery).)
Public methodSetDocCountPercent
If the number of documents to be visited in the postings exceeds this specified percentage of the maxDoc() for the index, then {@link #CONSTANT_SCORE_FILTER_REWRITE} is used.
Public methodSetTermCountCutoff
If the number of terms in this query is equal to or larger than this setting then {@link #CONSTANT_SCORE_FILTER_REWRITE} is used.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also