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