@Deprecated public class MultiTermRewriteMethodAttributeImpl extends org.apache.lucene.util.AttributeImpl implements MultiTermRewriteMethodAttribute, ConfigAttribute
ParametricRangeQueryNodeProcessor processor
and should be defined in the QueryConfigHandler used by this
processor. It basically tells the processor which MultiTermQuery.RewriteMethod to
use. MultiTermRewriteMethodAttribute,
Serialized FormTAG_ID| Constructor and Description |
|---|
MultiTermRewriteMethodAttributeImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Deprecated.
|
void |
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.
|
boolean |
equals(java.lang.Object other)
Deprecated.
|
org.apache.lucene.search.MultiTermQuery.RewriteMethod |
getMultiTermRewriteMethod()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setMultiTermRewriteMethod(org.apache.lucene.search.MultiTermQuery.RewriteMethod method)
Deprecated.
|
void |
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public MultiTermRewriteMethodAttributeImpl()
public void setMultiTermRewriteMethod(org.apache.lucene.search.MultiTermQuery.RewriteMethod method)
setMultiTermRewriteMethod in interface MultiTermRewriteMethodAttributepublic org.apache.lucene.search.MultiTermQuery.RewriteMethod getMultiTermRewriteMethod()
getMultiTermRewriteMethod in interface MultiTermRewriteMethodAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class org.apache.lucene.util.AttributeImplpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttributeCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.