Uses of Interface
org.apache.solr.update.SolrCoreState.IndexWriterCloser

Packages that use SolrCoreState.IndexWriterCloser
org.apache.solr.update   
 

Uses of SolrCoreState.IndexWriterCloser in org.apache.solr.update
 

Classes in org.apache.solr.update that implement SolrCoreState.IndexWriterCloser
 class DirectUpdateHandler2
          TODO: add soft commitWithin support DirectUpdateHandler2 implements an UpdateHandler where documents are added directly to the main Lucene index as opposed to adding to a separate smaller index.
 

Methods in org.apache.solr.update with parameters of type SolrCoreState.IndexWriterCloser
abstract  void SolrCoreState.decref(SolrCoreState.IndexWriterCloser closer)
          Decrement the number of references to this state.
 void DefaultSolrCoreState.decref(SolrCoreState.IndexWriterCloser closer)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.