Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 2,845 for

index

(0.09 sec)
  1. 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/
  2. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an Index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the Index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....text directly, it searches an index. This would be the equivalent...a keyword by searching the index at the back of a book, as opposed...

    blog.groupdocs.com/search/searching-in-a-large-...
  3. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....types of characters used for indexing. For detailed information...opening an index from the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  4. Logging | Documentation

    This page contains information on creating and assigning a logger of an Index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an Index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing Index, you must create and assign an instance of the logger again, because the logger is not saved....Developer Guide / Advanced Usage / Indexing / Logging Logging Leave feedback...and assigning a logger of an index, as well as on the implementation...

    docs.groupdocs.com/search/nodejs-java/logging/
  5. 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...
  6. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....method of the class, only in one index segment search is performed...relevant when searching in large indexes containing tens and hundreds...

    docs.groupdocs.com/search/nodejs-java/search-by...
  7. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....sequence of words in the text of indexed documents. In text form, the...Creating an index in the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  8. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....an index from in specified folder Index index = new Index ( indexFolder...indexFolder ); if ( index . getDictionaries (). getSpellingCorrector...

    docs.groupdocs.com/search/java/spelling-corrector/
  9. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  10. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....IsNullOrEmpty ( lineText )) { int index = 0 , fragIndex = 0 ; bool isWhitespace...GetEquivalentLength ( lineText ); while ( index < lineText . Length ) { if (...

    docs.groupdocs.com/conversion/net/convert-image...