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

indexes

(0.03 sec)
  1. 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...
  2. Highlighted Results of Exact Phrase Search in T...

    We are pleased to announce the release of version 17.12 of GroupDocs.Search for .NET. GroupDocs.Search for .NET 17.12 has come with 4 enhancements. We have introduced the feature of getting highlighted results of exact phrase search in text. Furthermore, we have improved the calculation of relevance of search results as well as redesigned the syntax of the search query. We would recommend you to enhance your applications using this latest version....@"c:\MyDocuments" ; // Creating index Index index = new Index(indexFolder); //...// Indexing documents index.AddToIndex(documentsFolder); // Searching...

    blog.groupdocs.com/search/highlighted-results-o...
  3. C# .NET kullanarak Word, Excel, PDF, ZIP Belge ...

    GroupDocs.Search, uygulamalarınızda 70'in üzerinde belge biçiminde arama yapmanızı sağlayan güçlü bir tam metin arama API'sidir....// 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/tr/search/search-text-in-wor...
  4. Document renaming | Documentation

    This article demonstrate that how to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation...Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/net/document-renaming/
  5. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....you perform a search in an index, a report is generated for that...are stored in the index only while the index is loaded into RAM...

    docs.groupdocs.com/search/net/search-reports/
  6. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for .NET from version 19.9: 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/net/migration-notes/
  7. Search for Morphological Word Forms using Group...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.7. Using the latest version, you can search for morphological word forms. Furthermore, you can now break updating, merging and indexing operations manually. We would recommend you to install and use the latest version of API. Enhancements Following are the enhancements introduced in the latest version: Search for Morphological Word Forms The latest version of API allows you to search for singular and plural forms of a noun at the same time....break updating, merging and indexing operations manually. We would..."c:\\MyDocuments\\"; Index index = new Index(folderForIndex); index.AddToI...

    blog.groupdocs.com/search/search-for-morphologi...
  8. Finden Sie jedes Wort und seine Synonyme in meh...

    Finden Sie bestimmte Wörter und ihre Synonyme in verschiedenen Dateien mit Java. In ähnlicher Weise erhalten Sie alle Synonyme, gruppiert nach verschiedenen Bedeutungen, mithilfe der Java-Such-API.... Erstellen Sie einen Index unter Verwendung eines definierten...Klasse Index . Fügen Sie den Ordner der Dokumente zum Index hinzu...

    blog.groupdocs.com/de/search/find-synonyms-in-m...
  9. Hajtsa végre a darabos keresést a C# használatával

    Ismerje meg, hogyan kereshet darabok alapján C# használatával a hatékony adatlekéréshez. Fedezze fel a C# darabolt keresést nagy indexekben, hogy több tíz vagy százezer dokumentumot kezelhessen....Inicializáljon egy Index objektumot az index tárolási helyének...helyének megadásával Használja a Index.Add metódust a megadott mappából...

    kb.groupdocs.com/hu/search/net/perform-search-b...
  10. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/document-filteri...