Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,119 for

query

(0.17 sec)
  1. Tìm kiếm tệp Java - Tìm kiếm nhiều văn bản tron...

    Tìm kiếm nhiều văn bản hoặc cụm từ trong nhiều tệp khác nhau trải rộng trên nhiều thư mục khác nhau bằng Java. Đánh dấu kết quả quét trong các tệp HTML tương ứng....add("path/parent-folder/"); String query = "water OR \"Lorem ipsum\"...SearchResult result = index.search(query); for (int i = 0 ; i < result...

    blog.groupdocs.com/vi/search/search-multiple-te...
  2. Java로 전체 텍스트 검색 솔루션 구축 | 파일 및 폴더에서 찾기

    인덱싱을 통해 검색하는 Java 애플리케이션용 전체 텍스트 검색 API. 폴더의 여러 Word, Excel, PDF, TXT 파일에서 텍스트를 찾고 검색 결과를 강조 표시합니다....folder String query = "draw"; // Specify a search query SearchResult...SearchResult result = index.search(query); // Searching in the index for...

    blog.groupdocs.com/ko/search/build-full-text-se...
  3. Xây dựng giải pháp tìm kiếm toàn văn trong Java...

    API tìm kiếm toàn văn cho các ứng dụng Java để tìm kiếm thông qua lập chỉ mục. Tìm văn bản trong nhiều tệp Word, Excel, PDF, TXT của một thư mục và đánh dấu kết quả tìm kiếm....folder String query = "draw"; // Specify a search query SearchResult...SearchResult result = index.search(query); // Searching in the index for...

    blog.groupdocs.com/vi/search/build-full-text-se...
  4. GroupDocs.Parser for .NET

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....databasebeheersystee te installeren of de SQL-query’s te schrijven....

    blog.groupdocs.com/nl/tag/groupdocs.parser-for-...
  5. Read and Update BitTorrent Metadata using Group...

    Good news for Java users! We are delighted to announce the monthly release of GroupDocs.Metadata for Java 18.4. The latest version allows you to read and update BitTorrent file format metadata, read DublinCore metadata and get **Image Cover **metadata using a unified approach. Furthermore, a couple of bugs found in the earlier version of the API are now fixed. We recommend you to download the latest version for a better experience....suggestions, questions, or queries related to GroupDocs.Metadata...

    blog.groupdocs.com/metadata/read-and-update-bit...
  6. Improved Methods of Metadata Retrieval Introduc...

    We are pleased to announce another monthly release of GroupDocs.Metadata for .NET v16.12. The latest release involves a number of new features and enhancements including support for Open Document format, BMP and DjVu image formats and improved methods for metadata retrieval. Simply download the latest version and try out all the newly introduced features and enhancements. .NET Metadata API - New Features In version 16.12, we have introduced the following new features....if you have some questions, queries or suggestions about GroupDocs...

    blog.groupdocs.com/metadata/introducing-bmp-djv...
  7. Lock Watermarks in Word Documents using C#

    Watermarking is a famous way of adding labels to the documents that may indicate the state of the document such as draft, confidential, etc. It can be used to add a company’s logo behind the text of the document to avoid the ownership dispute. In some cases, people add watermarks to the documents to protect the content. But, are you sure that the content is protected and no one can remove those watermarks?... Have any questions or queries? Do contact us on our forum...

    blog.groupdocs.com/watermark/lock-watermarks-in...
  8. GroupDocs.Search for .NET 16.11 Introduces Case...

    We as members of GroupDocs team are immensely delighted to see our users community growing every day. There has also been an inflow of customers recommendations and feedback, for which we owe you our gratitude. We thank you , for providing us the impetus to work even harder at improving our performance. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers....suggestions, questions, or queries related to GroupDocs.Search...

    blog.groupdocs.com/search/groupdocs-search-net-...
  9. Handle Empty Paragraphs using GroupDocs.Assembl...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.10. Using the latest version, you can now remove empty paragraphs in word processing, presentation, and email documents. We recommend you to install the latest version of the API for a better user experience. Features Introduced While assembling a document, if syntax tags are removed or replaced with empty values, the output document will have empty paragraphs. In version 18....suggestions, questions, or queries related to GroupDocs.Assembly...

    blog.groupdocs.com/assembly/handle-empty-paragr...
  10. Java あいまい検索 - フォルダー全体のファイルを検索

    Java のあいまい検索が、フォルダー間でファイル内の情報を見つけるのにどのように役立つかを発見してください。小さな間違いを理解する賢い検索のようなものです。...75)); String query = "nulla"; // search approximate...provided query SearchResult result = index.search(query, options);...

    blog.groupdocs.com/ja/search/fuzzy-search-java/