io.ino

solrs

package solrs

Visibility
  1. Public
  2. All

Type Members

  1. class AsyncSolrClient extends AnyRef

    Async, non-blocking Solr Server that just allows to #query(SolrQuery).

    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.

  2. class CodaHaleMetrics extends Metrics

  3. trait Metrics extends AnyRef

  4. class RemoteSolrException extends SolrException

    Subclass of SolrException that allows us to capture an arbitrary HTTP status code that may have been returned by the remote server or a proxy along the way.

Value Members

  1. object NoopMetrics extends Metrics

Ungrouped