Show / Hide Table of Contents

    Enum BlendedInfixSuggester.BlenderType

    The different types of blender.

    Namespace: Lucene.Net.Search.Suggest.Analyzing
    Assembly: Lucene.Net.Suggest.dll
    Syntax
    public enum BlenderType : int

    Fields

    Name Description
    CUSTOM

    Application dependent; override CalculateCoefficient(Int32) to compute it.

    POSITION_LINEAR

    weight(1 - 0.10position)

    POSITION_RECIPROCAL

    weight/(1+position)

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