Lucene.Net.Search.Suggest.Analyzing |
Lucene.Net.Search.Suggest.Fst |
Lucene.Net.Search.Suggest.Tst |
Name | Description |
---|---|
BufferedInputIterator | This wrapper buffers incoming elements. @lucene.experimental |
BufferingTermFreqIteratorWrapper | This wrapper buffers incoming elements. @lucene.experimental |
DocumentValueSourceDictionary | Dictionary with terms and optionally payload information taken from stored fields in a Lucene index. Similar to DocumentDictionary, except it obtains the weight of the terms in a document based on a ValueSource. NOTE:
In practice the ValueSource will likely be obtained using the lucene expression module. The following example shows how to create a ValueSource from a simple addition of two fields: |
DocumentValueSourceDictionary.DocumentValueSourceInputIterator | |
DocumentValueSourceDictionaryTest | |
FileDictionary | Dictionary represented by a text file. Format allowed: 1 entry per line: An entry can be:
NOTE: Example: |
FileDictionary.FileIterator | |
FileDictionaryTest | |
InputArrayIterator | A InputIterator over a sequence of Inputs. |
PersistenceTest | |
TestHighFrequencyDictionary | |
TestInputIterator | |
UnsortedInputIterator | This wrapper buffers the incoming elements and makes sure they are in random order. @lucene.experimental |