Note You can use GroupDocs.Assembly without the license. The usage and functionalities are pretty much same as the licensed one but you will face few limitations while using the non-licensed API. Evaluation Version Limitations You can easily download GroupDocs.Assembly for evaluation. The evaluation download is the same as the purchased download. The evaluation version simply becomes licensed when you add a few lines of code to apply the license. You will face following limitations while using the API without the license....app conholdate.com conholdate.cloud conholdate.app containerize...
This page describes how to perform indexing of password protected documents.
Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....app conholdate.com conholdate.cloud conholdate.app containerize...
This article gives the knowledge about the complete specification of the search query DSL used in text queries....app conholdate.com conholdate.cloud conholdate.app containerize...
To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....app conholdate.com conholdate.cloud conholdate.app containerize...
This article describes the search options that can be specified in an instance of the SearchOptions class....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains that how to update indexed documents, as well as updating an index version in Java....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Search for Java has the ability to remove individual documents from the index that are indexed from a stream or structure....app conholdate.com conholdate.cloud conholdate.app containerize...
This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....app conholdate.com conholdate.cloud conholdate.app containerize...
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....app conholdate.com conholdate.cloud conholdate.app containerize...