Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,836 for

index

(0.03 sec)
  1. 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-...
  2. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all Indexes in the Index repository....Breaking functionality for Index # Repository ClassUsing the...the operations in all indexes in the index repository. The cancelling...

    blog.groupdocs.com/search/cancel-all-operations...
  3. Alphabet | Documentation

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

    docs.groupdocs.com/search/net/alphabet/
  4. 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/
  5. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....replacements defined in an index. For detailed information on...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/character-replac...
  6. Search Text in Folders by Indexing using C# | U...

    Search text by parts, text Indexing, specify the number of search threads, and get search time to get search results in C# using GroupDocs Search API for .NET Developers....when you search text in large indexes that contain thousands of documents...snippet shows how to create an index and then search text in chunks...

    blog.groupdocs.com/search/search-text-by-indexi...
  7. 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/
  8. Delete indexed documents | Documentation

    GroupDocs.Search for Java has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/java/delete-indexed-d...
  9. Character replacement during indexing | Documen...

    Character replacement during Indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Usage / Indexing / Character replacement during indexing Character...Character replacement during indexing Leave feedback Character replacement...

    docs.groupdocs.com/search/nodejs-java/character...
  10. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/wildcard-...