Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....( query , options ); More resources GitHub examples You may easily...
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....( documentsFolder ); More resources GitHub examples You may easily...
This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary....dat" ); More resources GitHub examples You may easily...
The IndexRepository class can be used to combine several indexes into a group for searching all indexes at once....search ( "Einstein" ); More resources GitHub examples You may easily...
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing...."Einstein" , options ); More resources GitHub examples You may easily...
This page contains a description of all index settings that can be specified in an instance of the IndexSettings class.... More resources GitHub examples You may easily...
This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters.... search ( query2 ); More resources GitHub examples You may easily...
This topic explains how to get document signature preview in c#...additional argument to clean up resources. Call the static method method...please refer to the . More resources GitHub Examples You may easily...