Methods Summary |
---|
public int | getIndexOptimizeInterval()
return this.indexOptimizeInterval;
|
public int | getStorageBufferSize()
return this.storageBufferSize;
|
public static synchronized org.apache.lucene.gdata.storage.lucenestorage.configuration.StorageConfigurator | getStorageConfigurator()
if (INSTANCE == null)
INSTANCE = new StorageConfigurator();
return INSTANCE;
|
public java.lang.String | getStorageDirectory()
return this.storageDirectory;
|
public int | getStoragepersistFactor()
return this.storagepersistFactor;
|
public boolean | isKeepRecoveredFiles()Keep recovering files. -- will use a lot of disk space
return this.keepRecoveredFiles;
|
public boolean | isRamDirectory()
return this.ramDirectory;
|
public boolean | isRecover()
return this.recover;
|