See: Description
Class | Description |
---|---|
AbstractSolrCommand<T> | |
SolrAdd |
Implements Apache Solr's commit command.
|
SolrAddCollection |
Implements Apache Solr's commit command.
|
SolrCommit |
Redirects to Apache Solrj's commit command.
|
SolrConfiguration |
Contains information about access to our Solr index via Solrj.
|
SolrDelete |
Implements Apache Solr's delete command.
|
SolrHttpQuery |
Takes parameters from incoming HTTP request and builds
and URL for a Solr query via HTTP.
|
SolrInputAspect |
Solr input document with index fields specific to aspects.
|
SolrInputCommon |
Solr input document with common index fields.
|
SolrInputDocumentFactory |
Creates type-specific input documents for Solr.
|
SolrInputPerson |
Solr input document with index fields specific to persons.
|
SolrInputReference |
Solr input document with index fields specific to references.
|
SolrInputUser |
Solr input document with index fields specific to users.
|
SolrOptimize |
Redirects to Apache Solrj's optimize command.
|
SolrPlainQuery |
Encapsulates a single Solrj query.
|
SolrRollback |
Redirects to Apache Solrj's rollback command.
|
Exception | Description |
---|---|
SolrCommandException |
Error signalising in case of problems while communicating with
PDR's Solr index.
|