@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. TAG_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(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.
|
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 String toString()
toString in class org.apache.lucene.util.AttributeImplpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttributeCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.