Method IndexDictionary
IndexDictionary(IDictionary, IndexWriterConfig, Boolean)
Indexes the data from the given IDictionary.
Declaration
public void IndexDictionary(IDictionary dict, IndexWriterConfig config, bool fullMerge)
Parameters
Type | Name | Description |
---|---|---|
IDictionary | dict | Dictionary to index |
IndexWriterConfig | config | |
System.Boolean | fullMerge | whether or not the spellcheck index should be fully merged |