Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 9,143 for

indexes

(0.06 sec)
  1. GroupDocs.Search for .NET 17.08 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.8 Major Features There are 11 features and enhancements in this regular monthly release. The most notable are: SEARCHNET-1146 Fix all arguments classes according to best practices SEARCHNET-1091 Remove obsolete SimilarityLevel property from SearchParameters SEARCHNET-474 Implement accent-insensitive indexing SEARCHNET-576 Add FileIndexing event for selecting custom indexing strategy for separate document SEARCHNET-1092 Implement option for the spelling corrector ‘Only best results’ SEARCHNET-1096 Implement option for the fuzzy search ‘Only best results’ SEARCHNET-1098 Implement Limit for Searching Report SEARCHNET-1099 Implement Limit for Indexing Report SEARCHNET-1129 Implement method that generates text with highlighted search results SEARCHNET-1135 Implement indexing ZIP archives SEARCHNET-1148 Add StatusChanged event to Index class All Changes Key Summary Category SEARCHNET-1146 Fix all arguments classes according to best practices Breaking Change SEARCHNET-1091 Remove obsolete SimilarityLevel property from SearchParameters Enhancement SEARCHNET-474 Implement accent-insensitive indexing New Feature SEARCHNET-576 Add FileIndexing event for selecting custom indexing strategy for separate document New Feature SEARCHNET-1092 Implement option for the spelling corrector ‘Only best results’ New Feature SEARCHNET-1096 Implement option for the fuzzy search ‘Only best results’ New Feature SEARCHNET-1098 Implement Limit for Searching Report New Feature SEARCHNET-1099 Implement Limit for Indexing Report New Feature SEARCHNET-1129 Implement method that generates text with highlighted search results New Feature SEARCHNET-1135 Implement indexing ZIP archives New Feature SEARCHNET-1148 Add StatusChanged event to Index class New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Implement accent-insensitive indexing SEARCHNET-576 Add FileIndexing...event for selecting custom indexing strategy for separate document...

    docs.groupdocs.com/search/net/groupdocs-search-...
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/using-aliases/
  3. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/boolean-search/
  4. EventHub.SearchPhaseCompleted Event - GroupDocs...

    Occurs when the search phase is completed....// Creating an index Index index = new Index(indexFolder); //...// Indexing documents from the specified folder index.Add(documentsFolder);...

    apireference.groupdocs.com/search/net/groupdocs...
  5. IndexSettings.DocumentFilter Property - GroupDo...

    Gets or sets a document filter. The DocumentFilter works on the inclusion logic. Use the DocumentFilter class for creation of a docume...that all added documents are indexed. Namespace: GroupDocs.Search...an index in the specified folder Index index = new Index(indexFolder...

    apireference.groupdocs.com/search/net/groupdocs...
  6. IndexSettings Class - GroupDocs.Search for .NET...

    Represents the index settings that allow to customize the indexing operations....the index settings that allow to customize the indexing operations...documents are indexed. IndexType Gets or sets the index type. The...

    apireference.groupdocs.com/search/net/groupdocs...
  7. IndexRepository.Create Method - GroupDocs.Searc...

    Creates a new index in memory....Create Method Creates a new index in memory. Namespace: GroupDocs...public Index Create () Public Function Create As Index public...

    apireference.groupdocs.com/search/net/groupdocs...
  8. بناء حل بحث نص كامل في Java | ابحث في الملفات و...

    واجهة برمجة تطبيقات البحث عن نص كامل لتطبيقات Java للبحث عبر الفهرسة. ابحث عن نص في ملفات Word و Excel و PDF و TXT متعددة لمجلد وقم بتمييز نتائج البحث.... Index index = new Index("indexingFolderPath"); index.add...Java Index index = new Index("path/indexingFolder"); index.add...

    blog.groupdocs.com/ar/search/build-full-text-se...
  9. streamoutputadapter - GroupDocs.Search for Java...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......"c:\\MyDocuments\\"; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.add(documentsFolder);...

    apireference.groupdocs.com/search/java/com.grou...
  10. Configuring search network | Documentation

    This page contains information about configuring the search network....methods for configuring general index settings, as well as for configuring...following settings for each index of the distributed search network:...

    docs.groupdocs.com/search/net/configuring-searc...