Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 2,871 for

indexes

(0.12 sec)
  1. ابحث عن نص في تنسيقات مستندات Word و Excel و PD...

    GroupDocs.Search هي واجهة برمجة تطبيقات قوية للبحث عن النص الكامل تتيح لك البحث في أكثر من 70 تنسيقًا للوثائق في تطبيقاتك....// Specify the path to the index folder string documentsFolder...Create new index or // b) Open existing index Index index = new Index(indexFolder);...

    blog.groupdocs.com/ar/search/search-text-in-wor...
  2. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . addToIndex...

    docs.groupdocs.com/search/java/migration-notes/
  3. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Developer Guide / Advanced Usage / Indexing / Separate data extraction...adding the extracted data to the index. The extracted data can be easily...

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

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....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/net/logging/
  5. 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 using Java....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/case-sensitive-s...
  6. Effectuer une recherche d'homophones à l'aide d...

    Découvrez comment effectuer une recherche d'homophones à l'aide de C# pour la correspondance phonétique. Découvrez l'algorithme de recherche d'homophones de C# pour des résultats précis sans installer de logiciel supplémentaire....d’homophones Créez un objet Index qui servira d’emplacement de...de stockage pour indexer efficacement vos documents Utilisez la...

    kb.groupdocs.com/fr/search/net/perform-homophon...
  7. Phrase Search in Documents using C#

    Learn how to perform phrase search in documents using C#. Discover techniques to search documents by phrases in C# and streamline your document search processes....on specific phrases within indexed documents. This feature is...academic research, or content indexing. Steps to Phrase Search in...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  8. Highlight Search Results using Java

    Learn how to highlight search results using Java with our guide, including a code example to efficiently highlight search results in Java for better management....configuration for document indexing Set TextStorageSettings to...Initialize an index using the Index class, specifying the index folder...

    kb.groupdocs.com/search/java/highlight-search-r...
  9. Rechercher du texte dans les formats de documen...

    GroupDocs.Search est une puissante API de recherche en texte intégral qui vous permet de rechercher parmi plus de 70 formats de documents dans vos applications....ils doivent être ajoutés à l’index. Pourquoi utiliser GroupDocs...grande variété d’options d’indexation et de recherche sont fournies...

    blog.groupdocs.com/fr/search/search-text-in-wor...
  10. Reverse Image Search in Documents

    Bouw je app met functionaliteit voor omgekeerde afbeelding zoeken in documenten en afbeeldingsbestanden....een voorbeeld van hoe je een index kunt maken en documenten kunt...// Creating an index Index index = new Index(indexFolder); //...

    blog.groupdocs.com/nl/search/reverse-image-search/