|
SolrClient::querySends a query to the server Description
public SolrQueryResponse SolrClient::query
( SolrParams
$query
)Sends a query to the server. Parameters
Return ValuesReturns a SolrQueryResponse object on success and throws a SolrClientException object on failure. Examples
Example #1 SolrClient::query example
<?php The above example will output something similar to: |