Overload List

  Name Description
Public method Query(String)
Sends the specified query to searchd and returns its result. The query is run on all indices.
Public method Query(String, String)
Sends the specified query for the index with the given name to searchd and returns its result.
Public method 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.

See Also