Interface BoostAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
BoostAttributeImpl
@Deprecated public interface BoostAttribute extends Attribute
Deprecated.This attribute is used byMultiFieldQueryNodeProcessor
processor 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 float
getBoost()
Deprecated.void
setBoost(float boost)
Deprecated.
-