Interface FieldBoostMapAttribute
-
- All Superinterfaces:
Attribute
- All Known Implementing Classes:
FieldBoostMapAttributeImpl
@Deprecated public interface FieldBoostMapAttribute extends Attribute
Deprecated.This attribute enables the user to define a default boost per field. it's used byFieldBoostMapFCListener.buildFieldConfig(FieldConfig)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Float>
getFieldBoostMap()
Deprecated.void
setFieldBoostMap(Map<String,Float> boosts)
Deprecated.
-