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
 CharSequence[] getFields()
           
 void setFields(CharSequence[] fields)
           
 

Method Detail

setFields

void setFields(CharSequence[] fields)

getFields

CharSequence[] getFields()


Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.