Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 2,875 for

indexes

(0.06 sec)
  1. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, 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. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/java/document-renaming/
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/using-aliases/
  3. جستجوی متن در پوشه ها با نمایه سازی با استفاده ...

    جستجوی متن بر اساس بخش، نمایه سازی متن، تعیین تعداد رشته های جستجو و دریافت زمان جستجو برای دریافت نتایج جستجو در C# با استفاده از GroupDocs Search API برای توسعه دهندگان NET.... Index را با پوشه فهرست خود ایجاد کنید...documents folder in the created index. گزینه جستجو را تنظیم کنید و...

    blog.groupdocs.com/fa/search/search-text-by-ind...
  4. Custom text extractors | Documentation

    GroupDocs.Search for Node.js supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Developer Guide / Advanced Usage / Indexing / Custom text extractors Custom...GroupDocs.Search supports indexing of many document formats....

    docs.groupdocs.com/search/nodejs-java/custom-te...
  5. Vyhledávejte text ve formátech dokumentů Word, ...

    GroupDocs.Search je výkonné rozhraní API pro fulltextové vyhledávání, které vám umožňuje prohledávat více než 70 formátů dokumentů ve vašich aplikacích....Nejprve musíte vytvořit index. Index lze vytvořit v paměti nebo...nebo na disku. Index vytvořený v paměti nelze po ukončení programu...

    blog.groupdocs.com/cs/search/search-text-in-wor...
  6. 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...
  7. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range 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/date-range-search/
  8. 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...
  9. Document renaming | Documentation

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, 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. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. 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...