Show / Hide Table of Contents

    Class FieldBoostMapFCListener

    This listener listens for every field configuration request and assign a BOOST to the equivalent FieldConfig based on a defined map: fieldName -> boostValue stored in FIELD_BOOST_MAP.

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

    Constructors

    | Improve this Doc View Source

    FieldBoostMapFCListener(QueryConfigHandler)

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

    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

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