Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 8,956 for

index

(0.07 sec)
  1. EventHub.ErrorOccurred Event - GroupDocs.Search...

    Occurs when an error happens during an Index operation....an error happens during an index operation. Namespace: GroupDocs...// Creating an index Index index = new Index(indexFolder); //...

    apireference.groupdocs.com/search/net/groupdocs...
  2. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary....designed to store synonyms in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/synonym-dictionary/
  3. FormattedTextFragmentCollection.Insert Method (...

    Inserts a formatted text fragment into the collection at a given Index....into the collection at a given index. Namespace: GroupDocs.Watermark...F# public void Insert ( int index , string text , Font font ,...

    apireference.groupdocs.com/watermark/net/groupd...
  4. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....replacements defined in an index. For detailed information on...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/character-replace...
  5. Custom text extractors | Documentation

    GroupDocs.Search for Java supports Indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/java/custom-text-extr...
  6. GroupDocs.Search for .NET 22.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 22.11 Major Features There are the following features, enhancements, and fixes in this release: Implement text extraction for each field separately Implement text extraction in plain text format Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2759 Implement text extraction for each field separately Enhancement SEARCHNET-2783 Implement text extraction in plain text format Enhancement Public API and Backward Incompatible Changes Implement text extraction for each field separately This enhancement adds a new StructureOutputAdapter class that collects the extracted text separately for each document field....@"c:\MyDocuments\" ; // Creating an index settings instance IndexSettings...extracted text in the index // Creating an index in the specified...

    docs.groupdocs.com/search/net/groupdocs-search-...
  7. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/net/delete-indexed-do...
  8. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/java/delete-indexed-d...
  9. Indexing password protected documents | Documen...

    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....Guide / Advanced Usage / Indexing / Indexing password protected documents...documents Indexing password protected documents Leave feedback...

    docs.groupdocs.com/search/java/indexing-passwor...
  10. OperationType Enumeration - GroupDocs.Search fo...

    Represents an Index operation type....OperationType Enumeration Represents an index operation type. Namespace: GroupDocs...Description Indexing 0 Adding documents to an index. Updating 1...

    apireference.groupdocs.com/search/net/groupdocs...