net.sf.lucis.core
Interface ReindexingStore

All Superinterfaces:
DirectoryProvider
All Known Implementing Classes:
ReindexingFSStore

public interface ReindexingStore
extends DirectoryProvider

A directory provider for full reindexings.

Author:
Andres Rodriguez

Method Summary
 org.apache.lucene.store.Directory getDestinationDirectory()
          Returns the directory in which the new index must be created.
 void reindexed()
          Called when a reindexing process has been completed.
 
Methods inherited from interface net.sf.lucis.core.DirectoryProvider
getDirectory, getVersion
 

Method Detail

getDestinationDirectory

org.apache.lucene.store.Directory getDestinationDirectory()
Returns the directory in which the new index must be created.

Returns:
The destitation directory.
Throws:
IndexException - if an error occurs.

reindexed

void reindexed()
Called when a reindexing process has been completed.



Copyright © 2009. All Rights Reserved.