Overload List
| Name | Description | |
|---|---|---|
|
|
Query(String) |
Sends the specified query to searchd and returns its result. The query is run
on all indices.
|
|
|
Query(String, String) |
Sends the specified query for the index with the given name to searchd and
returns its result.
|
|
|
Query(String, String, String) |
Sends the specified query for the index with the given name and a comment, which
will be written to the query log, to searchd and returns its result.
|