Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 2,832 for

indexes

(0.06 sec)
  1. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....search functionality Create an Index object to define a storage location...efficiently indexing your documents Use the Index.add method to...

    kb.groupdocs.com/search/java/perform-homophone-...
  2. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-text search with Boolean operators in C# for precise and efficient results in applications....enabling precise results from indexed documents. This guide will...functionality in C# Create an Index object to establish a storage...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  3. Best Practices used in Argument Classes in Grou...

    It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices....insensitive indexing, limiting the index report, indexing ZIP archive...Implementation of: # Accent-insensitive indexing Option for the spelling corrector...

    blog.groupdocs.com/search/groupdocs.search-for-...
  4. 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/
  5. 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...
  6. 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/
  7. Créer un rapport de recherche à l'aide de C#

    Découvrez comment créer un rapport de recherche en C# pour les données indexées. Un exemple de code sera fourni pour générer un rapport de recherche en C# sans installer de logiciel supplémentaire....application pratique dans l’indexation et la recherche de documents...projet Initialisez un objet Index pour créer un référentiel consultable...

    kb.groupdocs.com/fr/search/net/create-search-re...
  8. Wykonaj wyszukiwanie wyrażeń regularnych w doku...

    Odblokuj możliwości wyszukiwania wyrażeń regularnych za pomocą GroupDocs.Search! Dowiedz się, jak wyszukiwać dokumenty tekstowe za pomocą wyrażeń regularnych....dokumentu Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Aby uzyskać szczegółowe...

    blog.groupdocs.com/pl/search/online-regex-search/
  9. 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...
  10. Java로 전체 텍스트 검색 솔루션 구축 | 파일 및 폴더에서 찾기

    인덱싱을 통해 검색하는 Java 애플리케이션용 전체 텍스트 검색 API. 폴더의 여러 Word, Excel, PDF, TXT 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다.... Index index = new Index("indexingFolderPath"); index.add...소스 폴더를 추가합니다. 쿼리 문자열을 준비합니다. Index 클래스의 search 메소드를 이용하여 검색한다....

    blog.groupdocs.com/ko/search/build-full-text-se...