org.apache.lucene.queryParser.standard.config
Interface MultiFieldAttribute
- All Superinterfaces:
- Attribute
- All Known Implementing Classes:
- MultiFieldAttributeImpl
public interface MultiFieldAttribute
- extends 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.
setFields
void setFields(CharSequence[] fields)
getFields
CharSequence[] getFields()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.