Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 1,061 for

query

(0.15 sec)
  1. 在在线文档中执行正则表达式搜索

    使用 GroupDocs.Search 释放正则表达式搜索的强大功能!了解如何使用正则表达式搜索基于文本的文档。... string query = "^(.)\\1{1,}"; SearchResult...SearchResult result = index.Search(query); 有关详细指导,请参阅 使用 C# 通过正则表达式搜索文档...

    blog.groupdocs.com/zh/search/online-regex-search/
  2. Extract Tables from PDF Documents using GroupDo...

    It is our pleasure to announce the release of version 18.12 of GroupDocs.Parser for .NET. The latest version allows you to extract the tables from PDF documents. Furthermore, we have added the support of extracting text and metadata from text and presentation templates. For more details, please have a look at the release notes of version 18.12. Features Introduced Extracting Tables from PDF DocumentsThis feature is very useful when you want to extract only the tables form a PDF document....Parser Have Queries? # If you have got any queries or concerns...

    blog.groupdocs.com/parser/extract-tables-from-p...
  3. Buscar texto en carpetas indexando usando C# | ...

    Busque texto por partes, indexación de texto, especifique el número de hilos de búsqueda y obtenga tiempo de búsqueda para obtener resultados de búsqueda en C# utilizando la API de búsqueda de GroupDocs para desarrolladores de .NET....@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...SearchResult result = index.Search(query, options); Console.WriteLine("Document...

    blog.groupdocs.com/es/search/search-text-by-ind...
  4. Пошук тексту в папках шляхом індексування за до...

    Шукайте текст за частинами, індексуйте текст, вказуйте кількість потоків пошуку та отримайте час пошуку, щоб отримати результати пошуку на C# за допомогою GroupDocs Search API для розробників .NET....@"c:\\MyDocuments\\"; string query = "Einstein"; // Creating an...SearchResult result = index.Search(query, options); Console.WriteLine("Document...

    blog.groupdocs.com/uk/search/search-text-by-ind...
  5. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....Parser Have Queries? # If you have got any queries or concerns...

    blog.groupdocs.com/parser/text-analysis-api-for...
  6. Java Regex - Vyhledávání v dokumentech pomocí r...

    Odemkněte sílu programového vyhledávání v Java! Naučte se prohledávat více textových dokumentů ve složkách s přesností pomocí regulárních výrazů....add("path/parent-folder"); // Připravte Regex Query and Search // Regex zde má identifikovat...jdoucí opakované znaky. String query = "^(.)\\1{1,}"; SearchResult...

    blog.groupdocs.com/cs/search/search-in-document...
  7. C# 模糊搜索 - 在跨文件夹的文件中查找

    释放 C# 中程序化模糊搜索的强大功能!跨文件夹搜索多个基于文本的文档,以获取具有容错能力的近似匹配。...8); string query = "nulla"; // search approximate...provided query SearchResult result = index.Search(query, options);...

    blog.groupdocs.com/zh/search/fuzzy-search-csharp/
  8. Créez votre solution de recherche plein texte e...

    API de recherche de texte pour les applications .NET à rechercher via l'indexation. Trouvez du texte dans plusieurs fichiers Word, Excel, PDF, fichiers texte d'un dossier et mettez en surbrillance les résultats de la recherche....@"documentPath/GroupDocs/source/"; string query = "video"; // Création d'un...SearchResult result = index.Search(query); Console.WriteLine("Documents...

    blog.groupdocs.com/fr/search/build-your-full-te...
  9. Java 模糊搜尋 - 在跨資料夾的檔案中尋找

    了解 Java 的模糊搜尋如何幫助您跨資料夾尋找文件中的內容!這就像一個可以理解小錯誤的智慧搜尋。...75)); String query = "nulla"; // search approximate...provided query SearchResult result = index.search(query, options);...

    blog.groupdocs.com/zh-hant/search/fuzzy-search-...
  10. Perform Date Range search using Java

    Explore how to perform date range search using Java to locate specific document data within a defined timeframe. Effortlessly search documents by date range in Java....directory are ready for date range queries Execute a date range search...Index.search method to execute queries based on date criteria. This...

    kb.groupdocs.com/search/java/perform-date-range...