Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 8,964 for

indexing

(0.04 sec)
  1. IndexedDB API - Web APIs | MDN

    IndexedDB is a low-level API for client-side storage of significant amounts of structured data, including files/blobs. This API uses indexes to enable high-performance searches of this data. While Web Storage is useful for storing smaller amounts of data, it is less useful for storing larger amounts of structured data. IndexedDB provides a solution. This is the main landing page for MDN's IndexedDB coverage — here we provide links to the full API reference and usage guides, browser support details, and some explanation of key concepts.... This API uses indexes to enable high-performance...retrieve objects that are indexed with a key ; any objects supported...

    developer.mozilla.org/en-US/docs/Web/API/Indexe...
  2. C# Regex - 使用正则表达式在文档中搜索

    释放 C# 中程序化搜索的威力!了解如何使用正则表达式跨文件夹精确搜索多个基于文本的文档。...创建索引文件夹并将文档的文件夹添加到其中 Index index = new Index("indexing-folder-path"); index.Ad...)\\1{1,}"; SearchResult result = index.Search(query); 这里我突出显示了上述代码的正则表达式搜索结果:...

    blog.groupdocs.com/zh/search/search-in-document...
  3. Java Regex - 使用正規表示式在文件中搜尋

    釋放 Java 程式化搜尋的威力!了解如何使用正規表示式跨資料夾精確搜尋多個基於文字的文件。...建立索引資料夾並將文件的資料夾新增至其中 Index index = new Index("path/indexing-folder-path");...h"); index.add("path/parent-folder"); // 準備正規表示式查詢和搜索 // 這裡的...

    blog.groupdocs.com/zh-hant/search/search-in-doc...
  4. SpreadsheetComment.Column Property - GroupDocs....

    Gets the one-based column index of the comment....Property Gets the one-based column index of the comment. Namespace: GroupDocs...Value Type: Int32 The column index of the comment. See Also Reference...

    apireference.groupdocs.com/metadata/net/groupdo...
  5. IReadOnlyList(T).IndexOf Method - GroupDocs.Met...

    Determines the index of a specific item in the collection....IndexOf Method Determines the index of a specific item in the collection...Return Value Type: Int32 The index of item if found in the collection;...

    apireference.groupdocs.com/metadata/net/groupdo...
  6. IndexingReport.TotalTermCount Property - GroupD...

    Gets the total number of terms in index....the total number of terms in index. Namespace: GroupDocs.Search...The total number of terms in index. See Also Reference IndexingReport...

    apireference.groupdocs.com/search/net/groupdocs...
  7. IndexingReport.TotalDocumentsInIndex Property -...

    Gets the total number of documents in the index....number of documents in the index. Namespace: GroupDocs.Search...number of documents in the index. See Also Reference IndexingReport...

    apireference.groupdocs.com/search/net/groupdocs...
  8. IDocumentLoader Methods - GroupDocs.Search for ...

    Closes the loaded document. This method is called by the index when it has finished processing the document....This method is called by the index when it has finished processing...This method is called by the index when it is ready for processing...

    apireference.groupdocs.com/search/net/groupdocs...
  9. 使用 Java 在多个文件中查找 Word 及其同音字

    使用 Java 在文件夹的不同文件中查找特定单词及其同音字。使用文档搜索 Java API 构建同音字应用程序。... 使用定义的索引文件夹创建 Index 。 将文档的文件夹添加到索引中。 定义 SearchOptions...在指定文件夹中创建索引 Index index = new Index(indexFolder); index.add(documentsFolder);...

    blog.groupdocs.com/zh/search/find-homophones-in...
  10. OperationProgressEventArgs Properties - GroupDo...

    Gets the index folder....Description IndexFolder Gets the index folder. (Inherited from BaseIndexEventArgs...BaseIndexEventArgs .) IndexId Gets the index ID. (Inherited from BaseIndexEventArgs...

    apireference.groupdocs.com/search/net/groupdocs...