Class DefaultOperatorAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.queryParser.standard.config.DefaultOperatorAttributeImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,ConfigAttribute
,DefaultOperatorAttribute
,org.apache.lucene.util.Attribute
@Deprecated public class DefaultOperatorAttributeImpl extends org.apache.lucene.util.AttributeImpl implements DefaultOperatorAttribute, ConfigAttribute
Deprecated.This attribute is used byGroupQueryNodeProcessor
processor and must be defined in theQueryConfigHandler
. This attribute tells the processor which is the default boolean operator when no operator is defined between terms.- See Also:
DefaultOperatorAttribute
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.lucene.queryParser.standard.config.DefaultOperatorAttribute
DefaultOperatorAttribute.Operator
-
-
Constructor Summary
Constructors Constructor Description DefaultOperatorAttributeImpl()
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.DefaultOperatorAttribute.Operator
getOperator()
Deprecated.int
hashCode()
Deprecated.void
setOperator(DefaultOperatorAttribute.Operator operator)
Deprecated.void
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated.String
toString()
Deprecated.
-
-
-
Method Detail
-
setOperator
public void setOperator(DefaultOperatorAttribute.Operator operator)
Deprecated.- Specified by:
setOperator
in interfaceDefaultOperatorAttribute
-
getOperator
public DefaultOperatorAttribute.Operator getOperator()
Deprecated.- Specified by:
getOperator
in interfaceDefaultOperatorAttribute
-
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
-
-