Show / Hide Table of Contents

    Class NumericFieldConfigListener

    This listener is used to listen to FieldConfig requests in QueryConfigHandler and add NUMERIC_CONFIG based on the NUMERIC_CONFIG_MAP set in the QueryConfigHandler.

    Inheritance
    System.Object
    NumericFieldConfigListener
    Implements
    IFieldConfigListener
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Config
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class NumericFieldConfigListener : object, IFieldConfigListener

    Constructors

    | Improve this Doc View Source

    NumericFieldConfigListener(QueryConfigHandler)

    Constructs a NumericFieldConfigListener object using the given QueryConfigHandler.

    Declaration
    public NumericFieldConfigListener(QueryConfigHandler config)
    Parameters
    Type Name Description
    QueryConfigHandler config

    the QueryConfigHandler it will listen too

    Methods

    | Improve this Doc View Source

    BuildFieldConfig(FieldConfig)

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

    Implements

    IFieldConfigListener

    See Also

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