Package-level declarations
Types
This listener listens for every field configuration request and assign a ConfigurationKeys.BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in ConfigurationKeys.FIELD_BOOST_MAP.
This listener listens for every field configuration request and assign a ConfigurationKeys.DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName ->DateTools.Resolution stored in ConfigurationKeys.FIELD_DATE_RESOLUTION_MAP.
Configuration parameters for FuzzyQuerys
This NumberFormat parses Long into date strings and vice-versa. It uses the given DateFormat to parse and format dates, but before, it converts Long to Date objects or vice-versa.
This class holds the configuration used to parse numeric queries and create PointValues queries.
This listener is used to listen to FieldConfig requests in QueryConfigHandler and add ConfigurationKeys.POINTS_CONFIG based on the ConfigurationKeys.POINTS_CONFIG_MAP set in the QueryConfigHandler.
This query configuration handler is used for almost every processor defined in the StandardQueryNodeProcessorPipeline processor pipeline. It holds configuration methods that reproduce the configuration methods that could be set on the old lucene 2.4 QueryParser class.