Class Gener
The Gener object helps in the discarding of nodes which break the reduction effort and defend the structure against large reductions.
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public class Gener : Reduce
Constructors
| Name | Description |
|---|---|
| Gener() | Constructor for the Gener object. |
Methods
| Name | Description |
|---|---|
| Eat(Row, Int32[]) | Test whether the given Row of Cells in a Trie should be included in an optimized Trie. |
| Optimize(Trie) | Return a Trie with infrequent values occurring in the given Trie removed. |