Class FieldDateResolutionFCListener
This listener listens for every field configuration request and assign a DATE_RESOLUTION to the equivalent FieldConfig based on a defined map: fieldName -> Lucene.Net.Documents.DateTools.Resolution stored in FIELD_DATE_RESOLUTION_MAP.
Inheritance
System.Object
    FieldDateResolutionFCListener
  Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class FieldDateResolutionFCListener : IFieldConfigListener
  Constructors
| Improve this Doc View SourceFieldDateResolutionFCListener(QueryConfigHandler)
Declaration
public FieldDateResolutionFCListener(QueryConfigHandler config)
  Parameters
| Type | Name | Description | 
|---|---|---|
| QueryConfigHandler | config | 
Methods
| Improve this Doc View SourceBuildFieldConfig(FieldConfig)
Declaration
public virtual void BuildFieldConfig(FieldConfig fieldConfig)
  Parameters
| Type | Name | Description | 
|---|---|---|
| FieldConfig | fieldConfig |