Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 2,857 for

indexes

(0.03 sec)
  1. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/wildcard-search/
  2. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Search index, reverse image search allows...hashes of the images in the index. The idea of a perceptual hash...

    docs.groupdocs.com/search/java/reverse-image-se...
  3. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/wildcard-search/
  4. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....@"c:\MyDocuments\" ; Index index = new Index ( indexFolder ); //...// Creating index in the specified folder index . Add ( documentsFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  5. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description....sequence of words in the text of indexed documents. In text form, the...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/phrase-search/
  6. ساخت راه حل جستجوی متن کامل در Java | در فایل ه...

    API جستجوی متن کامل برای برنامه های Java برای جستجو از طریق نمایه سازی. متن را در چندین فایل Word، Excel، PDF، TXT یک پوشه پیدا کنید و نتایج جستجو را برجسته کنید.... Index index = new Index("indexingFolderPath"); index.add...و پوشه فهرست را مشخص کنید. Index را با استفاده از پوشه فهرست...

    blog.groupdocs.com/fa/search/build-full-text-se...
  7. Search in Documents with Keyboard Layout Correc...

    Perform search in documents with keyboard layout correction using C#. We will provide code for performing how to correct keyboard layout for document search in C#....Create an Index object to act as a repository for indexing your documents...Add documents to the index using the Index.Add method, specifying...

    kb.groupdocs.com/search/net/search-in-documents...
  8. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....an index. Information on using stop words during indexing is...Creating an index from in specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  9. Releasing GroupDocs.Search for .NET - A Versati...

    After a great success of vast APIs, GroupDocs.Search for .NET has been introduced which allows many ways to perform search operations against the various file formats. Furthermore, It is a document search API that can be used for performing full text search over the indexed documents. Let’s not wait and see how it is going to serve the users. Features provided by GroupDocs.Search for .NET Listed below are the wide range of supported features of the GroupDocs....full text search over the indexed documents. Let’s not wait and...Synonym Search Indexing Features: Create Index Load Index Update Index...

    blog.groupdocs.com/search/releasing-groupdocs-s...
  10. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range 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/date-range-search/