Class VolatileRecordIndexManager
java.lang.Object
org.openforis.collect.manager.BaseStorageManager
org.openforis.collect.manager.RecordIndexManager
org.openforis.collect.remoting.service.recordindex.VolatileRecordIndexManager
- All Implemented Interfaces:
Serializable
- Author:
- S. Ricci
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openforis.collect.manager.RecordIndexManager
RecordIndexManager.SearchType -
Field Summary
Fields inherited from class org.openforis.collect.manager.RecordIndexManager
cancelled, indexDirectory, initialized, LOG, RECORD_ID_FIELDFields inherited from class org.openforis.collect.manager.BaseStorageManager
configurationManager, DATA_FOLDER_NAME, storageDirectory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.lucene.store.Directoryvoidindex(CollectRecord record) booleaninit()Methods inherited from class org.openforis.collect.manager.RecordIndexManager
cancelIndexing, cleanIndex, close, close, createIndexSearcher, createIndexWriter, createQuery, createRecordIdField, deleteAllItems, deleteDocuments, deleteDocuments, deleteIndexRootDirectory, destroyIndex, getSortedList, hasIndexableNodes, hasIndexableNodes, index, index, index, index, indexAllRecords, initIndexDirectory, isInited, prepareIndexDirectory, printAllDocuments, search, search, unlockMethods inherited from class org.openforis.collect.manager.BaseStorageManager
getDefaultRootStoragePath, getDefaultStorageDirectory, getDefaultStorageRootDirectory, getStorageDirectory, initStorageDirectory, initStorageDirectory, setDefaultRootStoragePath, setDefaultSubFolder
-
Constructor Details
-
VolatileRecordIndexManager
public VolatileRecordIndexManager()
-
-
Method Details
-
init
- Overrides:
initin classRecordIndexManager- Throws:
RecordIndexException
-
createIndexDirectory
- Overrides:
createIndexDirectoryin classRecordIndexManager- Throws:
RecordIndexException
-
index
- Overrides:
indexin classRecordIndexManager- Throws:
RecordIndexException
-