org.apache.lucene.util.Attribute
DefaultOperatorAttributeImpl
@Deprecated public interface DefaultOperatorAttribute extends org.apache.lucene.util.Attribute
GroupQueryNodeProcessor
processor and must
be defined in the QueryConfigHandler
. This attribute tells the
processor which is the default boolean operator when no operator is defined
between terms. Modifier and Type | Interface | Description |
---|---|---|
static class |
DefaultOperatorAttribute.Operator |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
DefaultOperatorAttribute.Operator |
getOperator() |
Deprecated.
|
void |
setOperator(DefaultOperatorAttribute.Operator operator) |
Deprecated.
|
void setOperator(DefaultOperatorAttribute.Operator operator)
DefaultOperatorAttribute.Operator getOperator()
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.