Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,849 for

indexing

(0.06 sec)
  1. Date range search | Documentation

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

    docs.groupdocs.com/search/java/date-range-search/
  2. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the Search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....// Creating an index Index index = new Index ( indexFolder );...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/work-with-search-...
  3. Work with search results | Documentation

    Working with search results consists in obtaining information from objects of search results and highlighting occurrences in the text of documents. Obtain search result information When a search is complete, the search method returns an object of type SearchResult. This page describes the information available in an object of type SearchResult. From the root object of the search result, information is available on the number of documents found, the number of occurrences of the words and phrases found, as well as detailed information on each individual document....// Creating an index Index index = new Index ( indexFolder );...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/work-with-search...
  4. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...// Specify the path to the index folder string documentsFolder...Create new index or // b) Open existing index Index index = new Index(indexFolder);...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  5. Fuzzy search | Documentation

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

    docs.groupdocs.com/search/java/fuzzy-search/
  6. Fuzzy search | Documentation

    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...
  7. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) 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/numeric-r...
  8. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/numeric-range-se...
  9. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...field Sign document error: Index was out of range Problem in...converting DOCX to PDF in .NET Indexing a specific PDF file leads...

    forum.groupdocs.com/t/free-support-policies/6034
  10. Fuzzy search | Documentation

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

    docs.groupdocs.com/search/net/fuzzy-search/