io.ino.solrs
Async, non-blocking Solr Server that just allows to #query(SolrQuery). The usage shall be similar to the solrj SolrServer, so query returns a future of a QueryResponse.
#query(SolrQuery)
QueryResponse
User-Agent String.
Async, non-blocking Solr Server that just allows to
#query(SolrQuery). The usage shall be similar to the solrj SolrServer, so query returns a future of aQueryResponse.