Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 8,956 for

index

(0.05 sec)
  1. searchresult - GroupDocs.Parser for Java - API ...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......getPageIndex () Gets the page index where the text is found. int...text. pageIndex - The page index where the text is found. leftHighlightItem...

    apireference.groupdocs.com/parser/java/com.grou...
  2. GroupDocs.Search for .NET 17.12 Release Notes |...

    Note This page contains release notes for GroupDocs.Search for .NET 17.12. Major Features There are 4 enhancements in this regular monthly release. The most notable are: Improved representation of results of exact phrase search Improved calculation of relevance of search results Improved search query syntax Implementation of highlighted results for exact phrase search in text All Changes Key Summary Category SEARCHNET-1294 Improve representation of results of exact phrase search Enhancement SEARCHNET-1295 Improve calculation of relevance of search results Enhancement SEARCHNET-1296 Improve search query syntax Enhancement SEARCHNET-1275 Implement highlighting of results of exact phrase search in text Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....@"c:\MyDocuments" ; // Creating index Index index = new Index ( indexFolder );...); // Indexing index . AddToIndex ( documentsFolder ); // Creating...

    docs.groupdocs.com/search/net/groupdocs-search-...
  3. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large Indexes, their performance becomes extremely low....at the same time, in large indexes, their performance becomes...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/regular-expressio...
  4. OCR support | Documentation

    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. String IndexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an Index Index Index = new Index(IndexFolder); // Setting the OCR Indexing options IndexingOptions options = new IndexingOptions(); options....Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/java/ocr-support/
  5. GroupDocs.Search Product Family - Free Support ...

    Get technical support of GroupDocs.Search for .NET and Java....587 January 10, 2022 Updating index takes time 1 340 December 31...multiple clients open the same index and add files using Search API...

    forum.groupdocs.com/c/search/16
  6. Fuzzy search | Documentation

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/fuzzy-search/
  7. SearchPhaseEventArgs Class - GroupDocs.Search f...

    Represents arguments for the search phase changing events....Description IndexFolder Gets the index folder. (Inherited from BaseIndexEventArgs...BaseIndexEventArgs .) IndexId Gets the index ID. (Inherited from BaseIndexEventArgs...

    apireference.groupdocs.com/search/net/groupdocs...
  8. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/numeric-range-sea...
  9. SearchPhaseEventArgs Properties - GroupDocs.Sea...

    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...
  10. Looking to utilize blended characters and wildc...

    post. Tagged with net, Indexing, api, groupdocs.... a business application to index and search through data fetched...messages or PDF documents. Indexing process lets you collect,...

    dev.to/groupdocs/looking-to-utilize-blended-cha...