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

search index

(0.04 sec)
  1. 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...
  2. 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/
  3. 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-...
  4. 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/
  5. 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-...
  6. Indexing with stop words | GroupDocs

    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...
  7. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Search Product Solution GroupDocs...GroupDocs.Search Product Family / GroupDocs.Search for Node.js...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...Search 是一个功能强大的全文搜索 API,允许您在应用程序中搜索...。为了能够立即搜索数千个文档,必须将它们添加到索引中。 为什么使用 GroupDocs.Search 作为开发人员? # 搜索支持格式的文档不需要额外的软件。...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  9. Stop word dictionary | GroupDocs

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

    docs.groupdocs.com/search/net/stop-word-diction...
  10. Character replacements | GroupDocs

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

    docs.groupdocs.com/search/net/character-replace...