Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 3,923 for

feature

(0.81 sec)
  1. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/alphabet/
  2. Optimize index | GroupDocs

    This article explains that how to optimize index to reduce the number of segments in an index using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  3. Indexing with stop words | GroupDocs

    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....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/storing-text-of-...
  5. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/case-sens...
  6. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  7. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/search-reports/
  8. Logging | GroupDocs

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/logging/
  9. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/net/indexing-addition...
  10. Merge indexes | GroupDocs

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....documentation articles and see the features in action in our GitHub examples:...search App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/search/java/merge-indexes/