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 byMultiFieldQueryNodeProcessor
processor 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 void
clear()
Deprecated.void
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.boolean
equals(Object other)
Deprecated.CharSequence[]
getFields()
Deprecated.int
hashCode()
Deprecated.void
setFields(CharSequence[] fields)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setFields
public void setFields(CharSequence[] fields)
Deprecated.- Specified by:
setFields
in interfaceMultiFieldAttribute
-
getFields
public CharSequence[] getFields()
Deprecated.- Specified by:
getFields
in interfaceMultiFieldAttribute
-
clear
public void clear()
Deprecated.- Specified by:
clear
in classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated.- Specified by:
copyTo
in classorg.apache.lucene.util.AttributeImpl
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classorg.apache.lucene.util.AttributeImpl
-
setQueryConfigHandler
public void setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.- Specified by:
setQueryConfigHandler
in interfaceConfigAttribute
-
-