Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 2,845 for

index

(0.04 sec)
  1. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text Indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....when you search text in large indexes that contain thousands of documents...snippet shows how to create an index and then search text in chunks...

    blog.groupdocs.com/search/search-text-by-indexi...
  2. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/java/delete-indexed-d...
  3. 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....Usage / Indexing / Indexing with stop words Indexing with stop...and can be removed from an index to reduce its size. You can...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the Index....Developer Guide / Advanced Usage / Indexing / Separate data extraction...adding the extracted data to the index. The extracted data can be easily...

    docs.groupdocs.com/search/net/separate-data-ext...
  5. Custom text extractors | Documentation

    GroupDocs.Search supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/net/custom-text-extra...
  6. Custom text extractors | Documentation

    GroupDocs.Search for Java supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/java/custom-text-extr...
  7. 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...
  8. Merge indexes | Documentation

    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....Advanced Usage / Indexing / Merge indexes Merge indexes Leave feedback...combine two or more indexes into one index to accelerate the search...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  9. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....replacements defined in an index. For detailed information on...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/character-replace...
  10. Indexing from different sources | Documentation

    GroupDocs.Search allows Indexing documents from various sources...Usage / Indexing / Indexing from different sources Indexing from...feedback GroupDocs.Search allows indexing documents from various sources:...

    docs.groupdocs.com/search/net/indexing-from-dif...