org.apache.lucene.queryParser.standard.config
Interface MultiFieldAttribute
- All Superinterfaces:
- org.apache.lucene.util.Attribute
- All Known Implementing Classes:
- MultiFieldAttributeImpl
public interface MultiFieldAttribute
- extends org.apache.lucene.util.Attribute
This attribute is used by MultiFieldQueryNodeProcessor
processor and
must be defined in the QueryConfigHandler
. This attribute tells the
processor to which fields the terms in the query should be expanded.
Method Summary |
java.lang.CharSequence[] |
getFields()
|
void |
setFields(java.lang.CharSequence[] fields)
|
setFields
void setFields(java.lang.CharSequence[] fields)
getFields
java.lang.CharSequence[] getFields()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.