Enum BlendedInfixSuggester.BlenderType
The different types of blender.
Namespace: Lucene.Net.Search.Suggest.Analyzing
Assembly: Lucene.Net.Suggest.dll
Syntax
public enum BlendedInfixSuggester.BlenderType
Fields
Name | Description |
---|---|
CUSTOM | Application dependent; override CalculateCoefficient(int) to compute it. |
POSITION_LINEAR | weight*(1 - 0.10*position) |
POSITION_RECIPROCAL | weight/(1+position) |