Ejemplo n.º 1
0
 @Override
 /**
  * This implementation assumes that we are aborting all documents not yet flushed, as opposed to
  * needing to track specifically which documents have been added by this specific
  * DocConsumerPerThread. This appears to be consistent with lucene's expectations as of version
  * 3.3 but unfortunately I don't see any documentation on the interface's abort method that
  * specifies this as the desired behavior
  */
 void abort() {
   defaultDocConsumerPerThread.abort();
   geoIndexer.abort();
 }