Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 913 for

full text search

(0.03 sec)
  1. GroupDocs.Search for Java | Documentation

    GroupDocs.Search for Java is a fascinating document Search API. It extracts Text and metadata from documents and performs advanced Searching and indexing operations on the basis of fuzzy and synonym algorithm...Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java GroupDocs...

    docs.groupdocs.com/search/java/
  2. Highlighting results in network | Documentation

    This page contains information about highlighting Search results in the Search network....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Java /...

    docs.groupdocs.com/search/java/highlighting-res...
  3. Character replacement during indexing | Documen...

    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 Node.js...

    docs.groupdocs.com/search/nodejs-java/character...
  4. 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 Java /...

    docs.groupdocs.com/search/java/indexing-metadat...
  5. Getting indexed documents | Documentation

    This article explains how to get a list of indexed documents from an index, and how to get the Text of indexed documents in HTML or plain Text format....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/getting-i...
  6. Indexing | Documentation

    The articles in this section describe advanced Search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document Search App Along with Full featured .NET library we provide simple, but powerful free Apps....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/indexing/
  7. 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...
  8. Highlighting results in network | Documentation

    This page contains information about highlighting Search results in the Search network....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for .NET /...

    docs.groupdocs.com/search/net/highlighting-resu...
  9. Find Word and its Homophones in Multiple Files ...

    Find specific word and its homophones within different files of a folder using C#. Build .NET app for homophones using document Searching API by GroupDocs...article, you’ll learn how to search homophones within multiple...below: .NET API - Homophone Search Find homophones in documents...

    blog.groupdocs.com/search/find-homophones-in-mu...
  10. 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/