Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,845 for

index

(0.03 sec)
  1. 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...
  2. Storing text of indexed documents | Documentation

    This article explains that how to store text of Indexed documents using Java....Advanced Usage / Indexing / Storing text of indexed documents Storing...Storing text of indexed documents Leave feedback Text extracted...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  3. 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...
  4. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....you perform a search in an index, a report is generated for that...are stored in the index only while the index is loaded into RAM...

    docs.groupdocs.com/search/net/search-reports/
  5. Search Text in Word, Excel, PDF, ZIP Document F...

    GroupDocs.Search is a powerful full-text search API that allows you to search through over 70 document formats in your applications.... they must be added to the index. Why Use GroupDocs.Search as...formats. Great variety of indexing and search options are provided...

    blog.groupdocs.com/search/search-text-in-word-e...
  6. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects...."c:\\MyDocuments\\" ; // Creating an index settings instance IndexSettings...extracted text in the index // Creating an index in the specified...

    docs.groupdocs.com/search/java/output-adapters/
  7. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....designed to store homophones in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/homophone-diction...
  8. 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...
  9. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....Creating an index from in specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  10. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . AddToIndex...

    docs.groupdocs.com/search/net/migration-notes/