Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,719 for

search index

(0.27 sec)
  1. Merge indexes | GroupDocs

    This article demonstrates the merge operation which is designed to combine two or more Indexes into one Index to accelerate the Search and to simplify the work with Indexes....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/merge-indexes/
  2. Delete indexed documents | GroupDocs

    GroupDocs.Search for Java has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/delete-indexed-d...
  3. Custom text segmenter | GroupDocs

    GroupDocs.Search provides the ability to set up custom text segmenting....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/custom-text-segme...
  4. Indexing additional fields | GroupDocs

    Sometimes when Indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each Indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before Indexing each added document....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. OCR support | GroupDocs

    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. String IndexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an Index Index Index = new Index(IndexFolder); // Setting the OCR Indexing options IndexingOptions options = new IndexingOptions(); options....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/ocr-support/
  6. Evaluation Limitations and Licensing | GroupDocs

    Free Search api version is available to evaluate the API which will be similar as licensed but with few limitations....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/evaluation-limit...
  7. Text file encoding detection | GroupDocs

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

    docs.groupdocs.com/search/nodejs-java/text-file...
  8. Indexing reports | GroupDocs

    Indexing reports are created for Indexing and updating operations. Indexing reports can be retrieved from the Index using the getIndexingReports method. Reports are stored in the Index only while the Index is loaded into RAM for use. If you reload the Index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about Index settings on the page Search Index settings....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-reports/
  9. Separate data extraction | GroupDocs

    This article explains how to separately extract data from documents and add the extracted data to the Index....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/separate-data-ext...
  10. Custom text extractors | GroupDocs

    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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/custom-text-extr...