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

query

(0.02 sec)
  1. 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/
  2. 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/
  3. 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/
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. 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/
  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/net/basic-usage/