Class MultiFieldAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.MultiFieldAttributeImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,ConfigAttribute,MultiFieldAttribute,org.apache.lucene.util.Attribute
@Deprecated public class MultiFieldAttributeImpl extends org.apache.lucene.util.AttributeImpl implements MultiFieldAttribute, ConfigAttribute
Deprecated.This attribute is used byMultiFieldQueryNodeProcessorprocessor and must be defined in theQueryConfigHandler. This attribute tells the processor to which fields the terms in the query should be expanded.- See Also:
MultiFieldAttribute, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiFieldAttributeImpl()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Deprecated.voidcopyTo(org.apache.lucene.util.AttributeImpl target)Deprecated.booleanequals(Object other)Deprecated.CharSequence[]getFields()Deprecated.inthashCode()Deprecated.voidsetFields(CharSequence[] fields)Deprecated.voidsetQueryConfigHandler(AbstractQueryConfig config)Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
setFields
public void setFields(CharSequence[] fields)
Deprecated.- Specified by:
setFieldsin interfaceMultiFieldAttribute
-
getFields
public CharSequence[] getFields()
Deprecated.- Specified by:
getFieldsin interfaceMultiFieldAttribute
-
clear
public void clear()
Deprecated.- Specified by:
clearin classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.- Specified by:
copyToin classorg.apache.lucene.util.AttributeImpl
-
toString
public String toString()
Deprecated.- Overrides:
toStringin classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandlerin interfaceConfigAttribute
-
-