Show / Hide Table of Contents

    Interface IFieldConfigListener

    This interface should be implemented by classes that wants to listen for field configuration requests. The implementation receives a FieldConfig object and may add/change its configuration.

    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Config
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public interface IFieldConfigListener

    Methods

    | Improve this Doc View Source

    BuildFieldConfig(FieldConfig)

    This method is called every time a field configuration is requested.

    Declaration
    void BuildFieldConfig(FieldConfig fieldConfig)
    Parameters
    Type Name Description
    FieldConfig fieldConfig

    the field configuration requested, should never be null

    See Also

    FieldConfig
    QueryConfigHandler
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)