Package-level declarations

Types

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Configuration parameters for FuzzyQuerys

Link copied to clipboard

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.

Link copied to clipboard
class PointsConfig(format: NumberFormat, type: KClass<out Number>)

This class holds the configuration used to parse numeric queries and create PointValues queries.

Link copied to clipboard
Link copied to clipboard

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.