|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.lucis.core.impl.ReindexingFSStore
public class ReindexingFSStore
File system-based reindexing store.
| Constructor Summary | |
|---|---|
ReindexingFSStore(java.lang.String indexDir)
|
|
| Method Summary | |
|---|---|
org.apache.lucene.store.Directory |
getDestinationDirectory()
Returns the directory in which the new index must be created. |
org.apache.lucene.store.Directory |
getDirectory()
Returns the underlying directory. |
java.lang.Object |
getVersion()
Returns the current version. |
void |
reindexed()
Called when a reindexing process has been completed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReindexingFSStore(java.lang.String indexDir)
| Method Detail |
|---|
public org.apache.lucene.store.Directory getDirectory()
DirectoryProvider
getDirectory in interface DirectoryProviderpublic org.apache.lucene.store.Directory getDestinationDirectory()
ReindexingStore
getDestinationDirectory in interface ReindexingStorepublic void reindexed()
ReindexingStore
reindexed in interface ReindexingStorepublic java.lang.Object getVersion()
DirectoryProvider
getVersion in interface DirectoryProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||