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

query

(0.04 sec)
  1. 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/' ; const query = 'Einstein' ; const logPath...const result = index . search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/nodejs-java/logging/
  2. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Searching in the index const query = 'Einstein' ; const result...result = index . search ( query ); Note that when indexed documents...

    docs.groupdocs.com/search/nodejs-java/separate-...
  3. 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-...
  4. Synonym dictionary | Documentation

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

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  5. 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/nodejs-java/basic-usage/
  6. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-text search with Boolean operators in C# for precise and efficient results in applications....and customize your search queries using logical operators like...NOT to perform your search query Access the search results using...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  7. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in text search with special characters in C# across multiple platforms....method by providing a search query Review the search results by...You can formulate a search query that includes special characters...

    kb.groupdocs.com/search/net/search-special-char...
  8. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API...."c:\\MyDocuments\\" ; String query = "Einstein" ; // Creating an...SearchResult result = index . search ( query , options ); System . out ....

    docs.groupdocs.com/search/java/search-by-chunks/
  9. Ask about the ability to convert to XPS files -...

    The failure phenomenon is a script failure, which causes the browser to stop working and stop. Error script.jpg : Script error log. Edge network*.jpg : The http communication that occurs during printing is sequentially…... Can query processing be handled asynchronously... Can query processing be handled asynchronously? Query processing...

    forum.groupdocs.com/t/ask-about-the-ability-to-...
  10. .NET 文件搜索 - 跨文件夹搜索文件中的多个文本

    使用 C# 搜索分布在不同文件夹中的各种文件中的多个文本或短语。在相应的 HTML 文件中突出显示扫描结果。...搜索包含单词“water”或“non”或短语“Lorem ipsum”的文档 string query = "water OR \"Lorem ipsum\"...SearchResult result = index.Search(query); // 打印结果 Console.WriteLine("Documents:...

    blog.groupdocs.com/zh/search/search-multiple-te...