Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,664 for

search index

(0.12 sec)
  1. Spelling corrector | GroupDocs

    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/
  2. Character replacement during Indexing | GroupDocs

    Character replacement during Indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/character-replace...
  3. Document attributes | GroupDocs

    Document attributes is a special feature designed for marking Indexed documents with text labels without the need for re-Indexing....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/document-attributes/
  4. Spell checking | GroupDocs

    This article shows that how spell checking works during the Search....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/spell-che...
  5. ZIP Archive Indexing is Improved in GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for Java 19.2. Improvements such as Indexing of a ZIP archive inside other ZIP and escape of special characters in Search queries are introduced. Please check GroupDocs.Search for Java 19.2 release notes for further reference. We would recommend you to download and integrate latest version of the API. Breaking Change Removed obsolete methods Import and Export from dictionary classes Improvements Following improvements are introduced in this release:...Search for Java 19.2. Improvements such as indexing of a...escape of special characters in search queries are introduced. Please...

    blog.groupdocs.com/search/zip-archive-indexing-...
  6. 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 Node.js...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Indexing with stop words | GroupDocs

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using Search API...Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing-with-sto...
  8. Word forms provider | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/word-forms-provider/
  9. Queries in text and object form | GroupDocs

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