Enum BlendedInfixSuggester.BlenderType
The different types of blender.
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) |