Interface MultiTermRewriteMethodAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
MultiTermRewriteMethodAttributeImpl
@Deprecated public interface MultiTermRewriteMethodAttribute extends org.apache.lucene.util.Attribute
Deprecated.This attribute is used byParametricRangeQueryNodeProcessorprocessor and should be defined in theQueryConfigHandlerused by this processor. It basically tells the processor whichMultiTermQuery.RewriteMethodto use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.lucene.search.MultiTermQuery.RewriteMethodgetMultiTermRewriteMethod()Deprecated.voidsetMultiTermRewriteMethod(org.apache.lucene.search.MultiTermQuery.RewriteMethod method)Deprecated.
-
-
-
Field Detail
-
TAG_ID
static final String TAG_ID
Deprecated.- See Also:
- Constant Field Values
-
-