Class FieldBoostMapFCListener

java.lang.Object
org.apache.lucene.queryparser.flexible.standard.config.FieldBoostMapFCListener
All Implemented Interfaces:
FieldConfigListener

public class FieldBoostMapFCListener extends Object implements FieldConfigListener
This listener listens for every field configuration request and assign a StandardQueryConfigHandler.ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in StandardQueryConfigHandler.ConfigurationKeys.FIELD_BOOST_MAP.
See Also:
  • Constructor Details

  • Method Details

    • buildFieldConfig

      public void buildFieldConfig(FieldConfig fieldConfig)
      Description copied from interface: FieldConfigListener
      This method is called ever time a field configuration is requested.
      Specified by:
      buildFieldConfig in interface FieldConfigListener
      Parameters:
      fieldConfig - the field configuration requested, should never be null