Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 1,038 for

query

(0.03 sec)
  1. How to Run Examples | Documentation

    This article describes how to run .NET search API code examples....path for your documents string query = "Einstein" ; Index index =...SearchResult result = index . Search ( query ); // Searching in index foreach...

    docs.groupdocs.com/search/net/how-to-run-examples/
  2. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....case-insensitive search is performed const query = 'Einstein' ; const options...const result = index . search ( query , options ); More resources...

    docs.groupdocs.com/search/nodejs-java/character...
  3. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......search solution Build search query Work with search results Index...

    docs.groupdocs.com/search/net/basic-usage/
  4. Create Search Report using Java

    Learn how to create search report using Java for indexed data. A sample code example will be provided to generate search report in Java without installing extra software....processes, such as executed queries, time taken for searches, and...of documents that match the query. These reports are especially...

    kb.groupdocs.com/search/java/create-search-repo...
  5. Numeric Range Search in C#

    Effortlessly perform numeric range search in C# with GroupDocs.Search. Learn how to search numeric ranges in documents C# using advanced and efficient techniques....to include Execute a search query with numeric ranges by calling...searches using a simple text query like "500 ~~ 600" or a more...

    kb.groupdocs.com/search/net/numeric-range-searc...
  6. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....occurrences found; The search query; The search options. The following...{ System . out . println ( "Query: " + report . getTextQuery ());...

    docs.groupdocs.com/search/java/search-reports/
  7. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....// Search in the index const query = '@t OR @e' ; const result...result = index . search ( query ); More resources GitHub examples You...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  8. Java 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 Java 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。...add("path/parent-folder/"); String query = "water OR \"Lorem ipsum\"...SearchResult result = index.search(query); for (int i = 0 ; i < result...

    blog.groupdocs.com/zh/search/search-multiple-te...
  9. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....// Search in the index const query = 'Elliot' ; const options =...const result = index . search ( query , options ); More resources...

    docs.groupdocs.com/search/nodejs-java/character...
  10. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......search solution Build search query Work with search results Index...

    docs.groupdocs.com/search/java/basic-usage/