Class Optimizer
The Optimizer class is a Trie that will be reduced (have empty rows removed).
The reduction will be made by joining two rows where the first is a subset of the second.
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Optimizer : Reduce
Constructors
Name | Description |
---|---|
Optimizer() | Constructor for the Optimizer object. |
Methods
Name | Description |
---|---|
Merge(Cell, Cell) | |
Merge(Row, Row) | Merge the given rows and return the resulting Row. |
Optimize(Trie) | Optimize (remove empty rows) from the given Trie and return the resulting Trie. |