Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,836 for

indexing

(0.05 sec)
  1. Merge indexes | Documentation

    The merge operation is designed to combine two or more indexes into one index to accelerate the search and to simplify the work with indexes. When merging, only the index at which the merge method was called is changed. This index as a result of the operation contains all the documents that were contained in all indexes together. The second index or index repository after the merge can be deleted to free up disk space....Advanced Usage / Indexing / Merge indexes Merge indexes Leave feedback...combine two or more indexes into one index to accelerate the search...

    docs.groupdocs.com/search/nodejs-java/merge-ind...
  2. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/boolean-s...
  3. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....event The event occurs when indexing of all enqueued documents...occurs when a document has been indexed. DocumentDeleted event The...

    docs.groupdocs.com/search/java/search-network-n...
  4. GroupDocs Newsletter August 2018 – .NET and Jav...

    Share this issue: Monthly NewsletterAugust 2018 Text and Metadata Extraction APIs for Java Applications Accurately Parse MS Office, Emails, Zip and Legal Documents GroupDocs.Parser is a Java document parsing and text extraction API for analyzing documents thus allowing users to extract metadata, raw and formatted text from the supported document formats (Word, Excel, PowerPoint, PDF, OneNote, Visio, Text, HTML, Zip, Markdown and Email messages). The API performs content parsing operations with highest level of accuracy and speed....Code Example: Manually Break Indexing Operations within Large Documents...allows adding advance level of indexing and searching capabilities...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  5. Evaluation Limitations and Licensing | Document...

    Free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... Indexing Limitations Following are the indexing limitations...number of indexed documents in one index or in several indexes for...

    docs.groupdocs.com/search/nodejs-java/evaluatio...
  6. Boolean search | Documentation

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples using Java....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/boolean-search/
  7. OCR support | Documentation

    This article demonstrates 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...Developer Guide / Advanced Usage / Indexing / OCR support OCR support...// Creating an index Index index = new Index ( indexFolder );...

    docs.groupdocs.com/search/net/ocr-support/
  8. Optimize index | Documentation

    This article explains that how to optimize index to reduce the number of segments in an index using Java....Advanced Usage / Indexing / Optimize index Optimize index Leave feedback...feedback An index optimization operation allows you to reduce the...

    docs.groupdocs.com/search/nodejs-java/optimize-...
  9. Index each letter as a separate word using Grou...

    Are you looking for a full-text search API that allows you to search over a lot of document formats? In that case, GroupDocs.Search for .NET will meet your requirements. API creates index and then perform instant search across thousands of documents. Those who are already working with the API, we have some new features and improvements. Moreover, some classes have been renamed to improve code readability. There are minor changes in the new version 19.... API creates index and then perform instant search...metadata indexing with new formats New Features Index each letter...

    blog.groupdocs.com/search/index-each-letter-as-...
  10. Is it possible to get all metadata from an inde...

    Hello, I have a question. When querying meta data, it could look like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy.datetaken", SearchQuery.CreateDateRangeQuery(new DateTime(2017, 1, 1), new D…...to get all metadata from an index, even if the query does not...like this: var searchResult = index.Search(SearchQuery.CreateFieldQuery("xy...

    forum.groupdocs.com/t/is-it-possible-to-get-all...