Interface DefaultOperatorAttribute
-
- All Superinterfaces:
org.apache.lucene.util.Attribute
- All Known Implementing Classes:
DefaultOperatorAttributeImpl
@Deprecated public interface DefaultOperatorAttribute extends org.apache.lucene.util.Attribute
Deprecated.This attribute is used byGroupQueryNodeProcessorprocessor and must be defined in theQueryConfigHandler. This attribute tells the processor which is the default boolean operator when no operator is defined between terms.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDefaultOperatorAttribute.OperatorDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DefaultOperatorAttribute.OperatorgetOperator()Deprecated.voidsetOperator(DefaultOperatorAttribute.Operator operator)Deprecated.
-
-
-
Method Detail
-
setOperator
void setOperator(DefaultOperatorAttribute.Operator operator)
Deprecated.
-
getOperator
DefaultOperatorAttribute.Operator getOperator()
Deprecated.
-
-