public interface IndexUpdateSideEffect
Modifier and Type | Method and Description |
---|---|
void |
updateIndex(org.apache.lucene.store.Directory directory,
IndexingContext context,
boolean partial)
Given a full or partial (see context partial parameter) lucene index (directory + context it has been integrated
into), this can let other participants (implementations of this type) know about the update.
|
void updateIndex(org.apache.lucene.store.Directory directory, IndexingContext context, boolean partial)
directory
- - the directory to mergecontext
- - original contextpartial
- - this update is partial (true) or a full update (false).Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.