Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 29,531 for

groupdocs.search

(0.1 sec)
  1. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/search-by-chunks/
  2. Synchronizing shards | Documentation

    This page contains information about synchronizing shards in the search network....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/synchronizing-sh...
  3. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/get-supported-fi...
  4. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  5. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically in Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/text-file...
  6. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/document-...
  7. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  8. Search thread safety | Documentation

    This article shows that how search thread safety works....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Node...

    docs.groupdocs.com/search/nodejs-java/search-th...
  9. Optimizing shards | Documentation

    This page contains information about optimizing shards in the search network....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for ...

    docs.groupdocs.com/search/net/optimizing-shards/
  10. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Metadata Product Solution GroupDocs.Search Product Solution GroupDocs...Documentation / GroupDocs.Search Product Family / GroupDocs.Search for Java...

    docs.groupdocs.com/search/java/document-renaming/