Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 1,189 for

dictionary

(0.03 sec)
  1. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word Dictionary....stop word dictionary. By default, the stop word dictionary is filled...on managing the stop word dictionary, see the page in the section...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. CharacterReplacementDictionary.Save Method - Gr...

    Saves the Dictionary data to disk....Dictionaries CharacterReplacement Class...CharacterReplacement Save Method Saves the dictionary data to disk. Namespace:...

    apireference.groupdocs.com/search/net/groupdocs...
  3. HomophoneDictionary.Save Method - GroupDocs.Sea...

    Saves the Dictionary data to disk....Dictionaries HomophoneDictionary Class...HomophoneDictionary Save Method Saves the dictionary data to disk. Namespace:...

    apireference.groupdocs.com/search/net/groupdocs...
  4. DictionaryRepository - GroupDocs.Search for Jav...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......dictionaries com.groupdocs.search.events...results com.groupdocs.search.dictionaries Interfaces IWordFormsProvider...

    apireference.groupdocs.com/search/java/com.grou...
  5. DictionaryBase.ExportDictionary Method - GroupD...

    Exports the Dictionary to a file with the specified name....Dictionaries DictionaryBase Class DictionaryBase...ExportDictionary Method Exports the dictionary to a file with the specified...

    apireference.groupdocs.com/search/net/groupdocs...
  6. StopWordDictionary.AddRange Method (String[]) -...

    Adds the specified collection of words to this instance of the StopWordDictionary....Dictionaries StopWordDictionary Class...Namespace: GroupDocs.Search.Dictionaries Assembly: GroupDocs.Search...

    apireference.groupdocs.com/search/net/groupdocs...
  7. StopWordDictionary.AddRange Method (IEnumerable...

    Adds the specified collection of words to this instance of the StopWordDictionary....Dictionaries StopWordDictionary Class...Namespace: GroupDocs.Search.Dictionaries Assembly: GroupDocs.Search...

    apireference.groupdocs.com/search/net/groupdocs...
  8. CharacterReplacementDictionary Properties - Gro...

    Gets the number of characters contained in this CharacterReplacementDictionary....Dictionaries CharacterReplacement Class...CharacterReplacement . FilePath Gets the dictionary file path. (Inherited from...

    apireference.groupdocs.com/search/net/groupdocs...
  9. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...stop word dictionary. By default, the stop word dictionary is filled...on managing the stop word dictionary, see the page in the section...

    docs.groupdocs.com/search/net/indexing-with-sto...
  10. Indexing additional fields | Documentation

    This article demonstrate that how to associate each document with certain additional metadata....somewhere a dictionary containing subjects of documents Dictionary < string... string > subjects = new Dictionary < string , string >(); subjects...

    docs.groupdocs.com/search/net/indexing-addition...