Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 2,591 for

search index

(0.03 sec)
  1. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata Index on documents. To Index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an Index....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing-metadata...
  2. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform Searching and Indexing operations against various formats to gain data insights. One can easily perform actions to Search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....Search for Java has been released...developers to perform searching and indexing operations against...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  3. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a Search query: in text or object form....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/queries-in-text-a...
  4. Evaluation Limitations and Licensing | Document...

    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 .NET /...

    docs.groupdocs.com/search/net/evaluation-limita...
  5. Get Indexed Documents using C#

    Learn how to get Indexed documents using C# with our step-by-step guide. Discover how to retrieve Indexed documents in C# efficiently for improved document management....Search Product Family GroupDocs.Parser...Redaction Product Family Get Indexed Documents using C# Efficiently...

    kb.groupdocs.com/search/net/get-indexed-documen...
  6. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  7. GroupDocs.Search Product Family on GroupDocs Bl...

    GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......Search Product Family on GroupDocs Blog | Document...Recent content in GroupDocs.Search Product Family on GroupDocs...

    blog.groupdocs.com/categories/groupdocs.search-...
  8. Spelling corrector | Documentation

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

    docs.groupdocs.com/search/java/spelling-corrector/
  9. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/merge-indexes/
  10. 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....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/indexing-with-st...