Interface MultiFieldAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
MultiFieldAttributeImpl
@Deprecated public interface MultiFieldAttribute extends Attribute
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CharSequence[]getFields()Deprecated.voidsetFields(CharSequence[] fields)Deprecated.
-
-
-
Method Detail
-
setFields
void setFields(CharSequence[] fields)
Deprecated.
-
getFields
CharSequence[] getFields()
Deprecated.
-
-