public interface MultiTermRewriteMethodAttribute
extends org.apache.lucene.util.Attribute
ParametricRangeQueryNodeProcessor processor
and should be defined in the QueryConfigHandler used by this
processor. It basically tells the processor which MultiTermQuery.RewriteMethod to
use. | Modifier and Type | Field and Description |
|---|---|
static CharSequence |
TAG_ID |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.search.MultiTermQuery.RewriteMethod |
getMultiTermRewriteMethod() |
void |
setMultiTermRewriteMethod(org.apache.lucene.search.MultiTermQuery.RewriteMethod method) |
static final CharSequence TAG_ID
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.