C# Class Lucene.Net.QueryParsers.Flexible.Standard.Config.FieldDateResolutionFCListener

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.
Inheritance: IFieldConfigListener
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
BuildFieldConfig ( FieldConfig fieldConfig ) : void
FieldDateResolutionFCListener ( QueryConfigHandler config ) : Lucene.Net.Documents

Method Details

BuildFieldConfig() public méthode

public BuildFieldConfig ( FieldConfig fieldConfig ) : void
fieldConfig FieldConfig
Résultat void

FieldDateResolutionFCListener() public méthode

public FieldDateResolutionFCListener ( QueryConfigHandler config ) : Lucene.Net.Documents
config Lucene.Net.QueryParsers.Flexible.Core.Config.QueryConfigHandler
Résultat Lucene.Net.Documents