Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,038 for

query

(0.09 sec)
  1. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting....Searching in the index string query = "考虑" ; // Consider SearchResult...SearchResult result = index . Search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/net/custom-text-segme...
  2. 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...reports ) { console . log ( 'Query: ' + report . getTextQuery ());...

    docs.groupdocs.com/search/nodejs-java/search-re...
  3. 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...
  4. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....to replace lengthy search queries with concise, user-friendly...alias dictionary Run the search query with Index.Search method by...

    kb.groupdocs.com/search/net/search-with-aliases...
  5. 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...
  6. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in documents Java seamlessly....desired files Perform a search query with numeric ranges by calling...executed using straightforward queries like "500 ~~ 600" or by employing...

    kb.groupdocs.com/search/java/numeric-range-sear...
  7. 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...
  8. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Searching in the index const query = 'ipsum OR increasing' ; const...const result = index . search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/nodejs-java/document-...
  9. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....@"c:\MyDocuments\" ; string query = "Einstein" ; string logPath...SearchResult result = index . Search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/net/logging/
  10. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved...."c:\\MyDocuments\\" ; String query = "Einstein" ; String logPath...SearchResult result = index . search ( query ); // Search in the index Implementing...

    docs.groupdocs.com/search/java/logging/