Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 3,372 for

indexes

(0.8 sec)
  1. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format using GroupDocs.Editor for Python via .NET...the generate_preview(slide_index) method from the object should...specified by its zero-based index (do not confuse with the slide...

    docs.groupdocs.com/editor/python-net/generating...
  2. C#을 사용하여 검색 보고서 만들기

    C#을 사용하여 인덱싱된 데이터에 대한 검색 보고서를 만드는 방법을 알아보세요. 추가 소프트웨어를 설치하지 않고도 C#에서 검색 보고서를 생성하는 샘플 코드 예제가 제공됩니다....검색 가능한 저장소를 생성하기 위해 Index 객체를 초기화합니다. Index.Add 메서드를 사용하여 인덱스에...폴더를 지정합니다. Index.Search 메서드를 호출하여 검색 작업을 수행합니다. Index.GetSearchReports...

    kb.groupdocs.com/ko/search/net/create-search-re...
  3. Document renaming | GroupDocs

    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-...
  4. 用 C# 构建您的全文搜索解决方案 |使用 .NET 在文件中查找

    .NET 应用程序的文本搜索 API,可通过索引进行搜索。在文件夹的多个 Word、Excel、PDF、文本文件中查找文本并突出显示搜索结果。... Index index = new Index("indexPath/FolderName/");...将源文档文件夹添加到索引中。 使用 Search 方法 Index 类执行搜索。 遍历和搜索每个文档属性的结果。 以下源代码使用...

    blog.groupdocs.com/zh/search/build-your-full-te...
  5. Обратный поиск изображений в документах

    Создайте свое приложение с функцией обратного поиска изображений в документах и изображениях....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/ru/search/reverse-image-search/
  6. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  7. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/fuzzy-sea...
  8. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....different word forms in an index. C# string indexFolder = @"c:\MyIndex\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/net/search-for-differ...
  9. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....an index from in specified folder Index index = new Index ( indexFolder...indexFolder ); if ( index . Dictionaries . SpellingCorrector...

    docs.groupdocs.com/search/net/spelling-corrector/
  10. Managing dictionaries in network | GroupDocs

    This page contains information about managing dictionaries of shards in the search network....the second parameter is the index of the shard in the network...for a dictionary in a single index. For information about working...

    docs.groupdocs.com/search/net/managing-dictiona...