Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 10,217 for

index

(0.34 sec)
  1. OperationFinishedEventArgs Properties - GroupDo...

    Gets the Index folder....Description IndexFolder Gets the index folder. (Inherited from BaseIndexEventArgs...BaseIndexEventArgs .) IndexId Gets the index ID. (Inherited from BaseIndexEventArgs...

    apireference.groupdocs.com/search/net/groupdocs...
  2. GroupDocs.Search for .NET 19.10.1 Release Notes...

    Note This page contains release notes for GroupDocs.Search for .NET 19.10.1 Major Features There are the following bug fixes and improvements: License setting error while extracting text of documents Add MailFieldNames class containing e-mail field names Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-2129 License setting error while extracting text of documents Bug SEARCHNET-2127 Add MailFieldNames class containing e-mail field names Improvement Public API and Backward Incompatible Changes License setting error while extracting text of documents Fixed error of setting a license for extracting text of documents....@"c:\MyDocuments" ; // Creating index Index index = new Index ( indexFolder );...); // Adding documents to index index . Add ( documentFolder );...

    docs.groupdocs.com/search/net/groupdocs-search-...
  3. ifieldextractor - GroupDocs.Search for Java - A...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......the custorm extractor for indexing. String indexFolder = "c:\\MyIndex\\";..."c:\\MyIndex\\"; // Specify path to the index folder String documentsFolder...

    apireference.groupdocs.com/search/java/com.grou...
  4. PdfTextFormattedTextFragmentCollection Methods ...

    Adds a formatted text fragment to the collection....) IndexOf Determines the index of a specific item in the collection...into the collection at a given index. (Inherited from FormattedTextFragmen...

    apireference.groupdocs.com/watermark/net/groupd...
  5. SpreadsheetShapeFormattedTextFragmentCollection...

    Adds a formatted text fragment to the collection....) IndexOf Determines the index of a specific item in the collection...into the collection at a given index. (Inherited from FormattedTextFragmen...

    apireference.groupdocs.com/watermark/net/groupd...
  6. SpreadsheetCellFormattedTextFragmentCollection ...

    Adds a formatted text fragment to the collection....) IndexOf Determines the index of a specific item in the collection...into the collection at a given index. (Inherited from FormattedTextFragmen...

    apireference.groupdocs.com/watermark/net/groupd...
  7. DiagramFormattedTextFragmentCollection Methods ...

    Adds a formatted text fragment to the collection....) IndexOf Determines the index of a specific item in the collection...into the collection at a given index. (Inherited from FormattedTextFragmen...

    apireference.groupdocs.com/watermark/net/groupd...
  8. spreadsheetwatermarkheaderfooteroptions - Group...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......getWorksheetIndex () Gets the index of worksheet to add the watermark...setWorksheetIndex (int value) Sets the index of worksheet to add the watermark...

    apireference.groupdocs.com/watermark/java/com.g...
  9. DiagramPageWatermarkOptions - GroupDocs.Waterma...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......getPageIndex () Gets the page index to add watermark to. void setPageIndex...setPageIndex (int value) Sets the page index to add watermark to. Methods...

    apireference.groupdocs.com/watermark/java/com.g...
  10. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/date-range-search/