Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 8,956 for

indexing

(0.06 sec)
  1. tablediscretefunction - GroupDocs.Search for Ja...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......query = "Einstein"; Index index = new Index(indexFolder); // Creating...Creating an index in the specified folder index.add(documentsFolder);...

    apireference.groupdocs.com/search/java/com.grou...
  2. 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) 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/numeric-range-se...
  3. 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...
  4. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....Creating an index const index = new groupdocs . search . Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/nodejs-java/work-with...
  5. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. C# string indexFolder = @"c:\MyIndex\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/search-for-differ...
  6. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/homophone...
  7. com.groupdocs.search for Java 22.11 Release Not...

    Note This page contains release notes for com.groupdocs.search for Java 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/java/groupdocs-search...
  8. MetadataIndexingOptions - GroupDocs.Search for ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......options for indexing metadata fields. Learn more Indexing options...document text from an index: Getting indexed documents MetadataIndexingOpti...

    apireference.groupdocs.com/search/java/com.grou...
  9. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary....documents to be indexed. Information on indexing password protected...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/document-passwords/
  10. OperationProgressEventArgs - GroupDocs.Search f...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......arguments for the event of the indexing operation progress is updated...updated. Learn more Search index events Constructor Summary Constructors...

    apireference.groupdocs.com/search/java/com.grou...