Class HighFrequencyDictionary
HighFrequencyDictionary: terms taken from the given field of a Lucene index, which appear in a number of documents above a given threshold.
Threshold is a value in [0..1] representing the minimum number of documents (of the total) where a term should appear.
Based on LuceneDictionary.
Inheritance
System.Object
HighFrequencyDictionary
Assembly: Lucene.Net.Suggest.dll
Syntax
public class HighFrequencyDictionary : object, IDictionary
Constructors
Name | Description |
---|---|
HighFrequencyDictionary(IndexReader, String, Single) | Creates a new Dictionary, pulling source terms from the specified in the provided .
Terms appearing in less than percentage of documents
will be excluded.
|
Methods
Name | Description |
---|---|
GetEntryIterator() |