Fork me on GitHub
  • API

    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

    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

    See Also

    FieldConfig
    QueryConfigHandler
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.