Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 10,079 for

index

(0.27 sec)
  1. Full text search API, how to check if a documen...

    Hi, i need a code sample for checking,if already Index is created for particular folder documents,then i need to update the Index in c#.net. if Index not available , need to create a new. this condition aspects i need…...document folder is already indexed using .NET GroupDocs.Search...sample for checking,if already index is created for particular folder...

    forum.groupdocs.com/t/full-text-search-api-how-...
  2. DocumentTableRelationCollection - GroupDocs.Ass...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......DocumentTableRelatio get (int index) Gets a DocumentTableRelatio...collection at the specified index. int getCount () Gets the total...

    apireference.groupdocs.com/assembly/java/com.gr...
  3. GroupDocs.Search for .NET 19.10 Release Notes

    GroupDocs.Search for .NET 19.10 Release Notes – the latest updates and fixes....metadata indexing with new formats Implement indexing each letter...ability to remove paths from index Full List of Issues Covering...

    releases.groupdocs.com/search/net/release-notes...
  4. Search for Morphological Word Forms using Group...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.7. Using the latest version, you can search for morphological word forms. Furthermore, you can now break updating, merging and Indexing operations manually. We would recommend you to install and use the latest version of API. Enhancements Following are the enhancements introduced in the latest version: Search for Morphological Word Forms The latest version of API allows you to search for singular and plural forms of a noun at the same time....break updating, merging and indexing operations manually. We would..."c:\\MyDocuments\\"; Index index = new Index(folderForIndex); index.AddToI...

    blog.groupdocs.com/search/search-for-morphologi...
  5. IndexSettings - GroupDocs.Search for Java - API...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Classes Document DocumentFilter Index IndexRepository IndexSettings...the index settings that allow to customize the indexing operations...

    apireference.groupdocs.com/search/java/com.grou...
  6. Build your first search solution | Documentation

    First of all you need to create an Index. An Index can be created in memory or on disk. An Index created in memory cannot be saved after exiting your program. In contrast, an Index created on disk may be loaded in the future to continue working....your first search index. Step #1: Create new index First of all you...you need to create an index. An index can be created in memory...

    docs.groupdocs.com/search/java/build-your-first...
  7. GroupDocs.Search for .NET 17.03 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.3 Major Features There are 9 features bug fixes and enhancements in this regular monthly release. The most notable are: Implement optimization of fuzzy search Implement optimization of regex search Implement flow for support all methods in previous Index versions Implement Numeric Range search feature Implement function that is a relation between max mistake count and word length for Fuzzy Search Implement limitation for number of search results All Changes Key Summary Category SEARCHNET-887 Implement optimization of fuzzy search Enhancement SEARCHNET-888 Implement optimization of regex search Enhancement SEARCHNET-799 Implement flow for support all methods in previous Index versions New Feature SEARCHNET-230 Implement Numeric Range search feature New Feature SEARCHNET-709 Implement function that is a relation between max mistake count and word length for Fuzzy Search New Feature SEARCHNET-845 Implement limitation for number of search results New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....support all methods in previous index versions Implement Numeric Range...support all methods in previous index versions New Feature SEARCHNET-230...

    docs.groupdocs.com/search/net/groupdocs-search-...
  8. indexstatus - GroupDocs.Search for Java - API R...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......IndexStatus > Specifies an index status. Enum Constant Summary...ChangingAttributes Index changes attributes. Deleting Index performs a...

    apireference.groupdocs.com/search/java/com.grou...
  9. Search API is not returning any document in .NE...

    I am performing a simple search and the code is not returning any documents. Can you tell me what is wrong?...string query = strFind; Index index = new Index(indexFolder); IndexingOptions...optionsIndex.IsAsync = true; index.Add(dataDir, optionsIndex);...

    forum.groupdocs.com/t/search-api-is-not-returni...
  10. MergeOptions - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......package provides classes for indexing and searching text data in...Description void Index. merge ( Index index, MergeOptions options)...

    apireference.groupdocs.com/search/java/com.grou...