Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,851 for

index

(0.03 sec)
  1. Cannot find Umlauts located in ANSI files - Fre...

    Hi there, We tried this: ​Have a Text file with ANSI encoding in a folder Indexed by DataCentral. The file should contain “Mühe” and “Vielfraß”. Create an Index for that file Make a search on that Index for “Vielfraß”…...ANSI encoding in a folder indexed by DataCentral. The file should...Create an index for that file Make a search on that index for “Vielfraß”...

    forum.groupdocs.com/t/cannot-find-umlauts-locat...
  2. Configuring search network | Documentation

    This page contains information about configuring the search network....methods for configuring general index settings, as well as for configuring...following settings for each index of the distributed search network:...

    docs.groupdocs.com/search/net/configuring-searc...
  3. GroupDocs.Search for .NET 17.3.0 Optimizes Fuzz...

    We are really excited to announce the release of GroupDocs.Search for .NET 17.3.0 API. This regular monthly release comes up with around nine features, bug fixes and enhancements. Version 17.03 of the API has optimized the fuzzy and regex search functionality. The API now supports all the methods in previous Index versions. Well, that’s not just all! the API has also added some exciting features like implementation of numeric range search feature, limiting the number of search results and implementation of functions about the relationship between max mistake count and word length for Fuzzy Search....all the methods in previous index versions. Well, that’s not just...support all methods in previous index versions Implement Numeric Range...

    blog.groupdocs.com/search/groupdocs.search-.net...
  4. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....extraction; Call method with the page index and obtain collection of objects;...barcodes ) { // Print the page index Console . WriteLine ( "Page:...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  5. Generating worksheets (tabs) preview for spread...

    This article describes how to generate a preview for any worksheet (tab) for the existing Excel spreadsheet in SVG format...method specify a zero-based index (do not confuse with the worksheet...worksheet. If the specified index is lesser than 0 or exceeds...

    docs.groupdocs.com/editor/net/generating-worksh...
  6. Generating slides preview for presentation | Do...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...specified by its zero-based index (do not confuse with the slide...1-based). If the specified index is lesser than 0 or exceeds...

    docs.groupdocs.com/editor/java/generating-slide...
  7. Search Different Word Forms using C#

    Search different word forms using C# to find nouns in singular or plural. An example will be provided to implement word form search in C# without extra installation....word forms Create an Index object for indexing documents from the...folder Add documents to the index by specifying the folder that...

    kb.groupdocs.com/search/net/search-different-wo...
  8. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/search-for-emb...
  9. Indexing | Documentation

    The articles in this section describe advanced search Index related topics. You will find details about Index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Guide / Advanced Usage / Indexing Indexing Leave feedback The articles...section describe advanced search index related topics. You will find...

    docs.groupdocs.com/search/java/indexing/
  10. .NET 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 C# 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。... 使用指定的索引文件夹路径创建 Index 对象。 使用 Add 方法索引父文档文件夹。 使用多个术语或短语定义搜索查询。...// 创建索引并从指定文件夹索引文档 Index index = new Index("path/for/indexingFolder");...

    blog.groupdocs.com/zh/search/search-multiple-te...