Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,857 for

index

(0.03 sec)
  1. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....the required pages by their index When adding many pages, specifying...and specify pages by their index instead. To combine several...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  2. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form....@"c:\MyDocuments\" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . Add ( documentsFolder ); // Creating subquery...

    docs.groupdocs.com/search/net/queries-in-text-a...
  3. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in documents. Learn how to implement regular expression search in C# seamlessly....the Index class. Specify the folder path where the index will...specified folder to the index using the Index.Add method" Construct...

    kb.groupdocs.com/search/net/regular-expression-...
  4. Indexing additional fields | Documentation

    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....Usage / Indexing / Indexing additional fields Indexing additional...Leave feedback Sometimes when indexing, it is necessary to associate...

    docs.groupdocs.com/search/java/indexing-additio...
  5. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API...."c:\\MyDocuments\\" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . add ( documentsFolder ); // Creating subquery...

    docs.groupdocs.com/search/java/queries-in-text-...
  6. Indexing additional fields | Documentation

    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....Usage / Indexing / Indexing additional fields Indexing additional...Leave feedback Sometimes when indexing, it is necessary to associate...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  7. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  8. Perform Date Range search using Java

    Explore how to perform date range search using Java to locate specific document data within a defined timeframe. Effortlessly search documents by date range in Java....and efficiency in managing indexed content. Let’s dive into how...by date range Instantiate an Index object to establish the location...

    kb.groupdocs.com/search/java/perform-date-range...
  9. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .NET....10 and later: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-each-...
  10. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....10 and later: var index = 1 ; LoadOptions LoadOptionsProvider...string outputFile = $"converted-{index++}.{saveContext.TargetFormat...

    docs.groupdocs.com/conversion/net/convert-pst-o...