Interface BoostAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
BoostAttributeImpl
@Deprecated public interface BoostAttribute extends Attribute
Deprecated.This attribute is used byMultiFieldQueryNodeProcessorprocessor and it should be defined in aFieldConfig. This processor uses this attribute to define which boost a specific field should have when none is defined to it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description floatgetBoost()Deprecated.voidsetBoost(float boost)Deprecated.
-