Class | Description |
---|---|
AddUpdateCommand | |
CommitUpdateCommand | |
DeleteUpdateCommand | |
DirectUpdateHandler | Deprecated
Use
DirectUpdateHandler2 instead. |
DirectUpdateHandler2 |
DirectUpdateHandler2 implements an UpdateHandler where documents are added
directly to the main Lucene index as opposed to adding to a separate smaller index. |
DocumentBuilder | |
MergeIndexesCommand |
A merge indexes command encapsulated in an object.
|
RollbackUpdateCommand | |
SolrIndexConfig |
This config object encapsulates IndexWriter config params,
defined in the <indexConfig> section of solrconfig.xml
|
SolrIndexWriter |
An IndexWriter that is configured via Solr config mechanisms.
|
UpdateCommand |
An index update command encapsulated in an object (Command pattern)
|
UpdateHandler |
UpdateHandler handles requests to change the index
(adds, deletes, commits, optimizes, etc). |