Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,857 for

indexes

(0.04 sec)
  1. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....your first search index. Step #1: Create new index First of all you...you need to create an index. An index can be created in memory...

    docs.groupdocs.com/search/nodejs-java/build-you...
  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. 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/nodejs-java/reverse-i...
  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. Bouw uw volledige tekstzoekoplossing in C# | Zo...

    Tekstzoek-API voor .NET-applicaties om te zoeken via indexering. Zoek tekst in meerdere Word-, Excel-, PDF-, tekstbestanden van een map en markeer zoekresultaten....bestandsindelingen te doorzoeken, moet u een index maken en deze documenten eraan...toevoegen. Wat is een index? # Een index bevat gescande tekst...

    blog.groupdocs.com/nl/search/build-your-full-te...
  6. 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/
  7. Text file encoding detection | Documentation

    This article explains that how to detect encoding of a text file automatically....Developer Guide / Advanced Usage / Indexing / Text file encoding detection...text file can be set during indexing when the event is raised....

    docs.groupdocs.com/search/net/text-file-encodin...
  8. 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/
  9. 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...
  10. Java'da Tam Metin Arama Çözümü Oluşturun | Dosy...

    Dizin oluşturma yoluyla arama yapmak için Java uygulamaları için tam metin arama API'si. Bir klasörün birden çok Word, Excel, PDF, TXT dosyasındaki metni bulun ve arama sonuçlarını vurgulayın.... Index index = new Index("indexingFolderPath"); index.add...İndeks klasörünü kullanarak Index oluşturun. Kaynak klasörü dizine...

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