Package org.apache.solr.update

Class Summary
AddUpdateCommand  
CommitUpdateCommand  
DeleteUpdateCommand  
DirectUpdateHandler DirectUpdateHandler implements an UpdateHandler where documents are added directly to the main lucene index as opposed to adding to a separate smaller index.
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  
SolrIndexConfig  
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).
 



Copyright © 2006 - 2009 The Apache Software Foundation