Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 2,852 for

indexes

(0.05 sec)
  1. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/synonym-search/
  2. Cree una solución de búsqueda de texto completo...

    API de búsqueda de texto completo para aplicaciones Java para buscar a través de la indexación. Encuentre texto en varios archivos de Word, Excel, PDF, TXT de una carpeta y resalte los resultados de búsqueda.... Index index = new Index("indexingFolderPath"); index.add...el método buscar de la clase Index. Recorrer cada resultado de...

    blog.groupdocs.com/es/search/build-full-text-se...
  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. 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-...
  5. Zoekresultaten markeren met C#

    Leer hoe u zoekresultaten kunt markeren met C# met onze gids. Bovendien bieden we codevoorbeelden om zoekresultaten in C# te markeren voor beter documentbeheer....slaan Gebruik de klasse Index om een index te maken. Geef het pad...aan de constructor Gebruik de Index.Add-methode om documenten uit...

    kb.groupdocs.com/nl/search/net/highlight-search...
  6. Realizar búsqueda de expresiones regulares en d...

    ¡Desbloquee el poder de la búsqueda de expresiones regulares usando GroupDocs.Search! Aprenda a buscar documentos basados en texto utilizando expresiones regulares....documento Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); Para obtener...

    blog.groupdocs.com/es/search/online-regex-search/
  7. Esegui la ricerca fuzzy nei documenti online

    Sblocca il potere della ricerca fuzzy! Scopri come cercare risultati quasi corrispondenti in documenti di testo online e in modo programmatico....documento Index index = new Index("indexing-folder-path"); index.Ad...query SearchResult result = index.Search(query, options); Per...

    blog.groupdocs.com/it/search/online-fuzzy-search/
  8. 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)....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/numeric-range-sea...
  9. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....faceted capabilities Create an Index object to define a storage location...will be indexed for streamlined searching Use the Index.add method...

    kb.groupdocs.com/search/java/perform-faceted-se...
  10. 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...