Uses of Class
org.apache.lucene.queryparser.flexible.core.config.FieldConfig
Packages that use FieldConfig
Package
Description
Base classes used to configure the query processing.
Standard Lucene Query Configuration.
-
Uses of FieldConfig in org.apache.lucene.queryparser.flexible.core.config
Methods in org.apache.lucene.queryparser.flexible.core.config that return FieldConfigModifier and TypeMethodDescriptionQueryConfigHandler.getFieldConfig
(String fieldName) Returns an implementation ofFieldConfig
for a specific field name.Methods in org.apache.lucene.queryparser.flexible.core.config with parameters of type FieldConfigModifier and TypeMethodDescriptionvoid
FieldConfigListener.buildFieldConfig
(FieldConfig fieldConfig) This method is called ever time a field configuration is requested. -
Uses of FieldConfig in org.apache.lucene.queryparser.flexible.standard.config
Methods in org.apache.lucene.queryparser.flexible.standard.config with parameters of type FieldConfigModifier and TypeMethodDescriptionvoid
FieldBoostMapFCListener.buildFieldConfig
(FieldConfig fieldConfig) void
FieldDateResolutionFCListener.buildFieldConfig
(FieldConfig fieldConfig) void
PointsConfigListener.buildFieldConfig
(FieldConfig fieldConfig)