org.xcmis.search.lucene.index
Interface LuceneIndexDataManager

All Superinterfaces:
IndexDataConsumer<org.apache.lucene.index.IndexReader,org.apache.lucene.document.Document,org.apache.lucene.store.Directory>, IndexDataKeeper<org.apache.lucene.document.Document>, IndexDataManager<org.apache.lucene.document.Document,org.apache.lucene.index.IndexReader,org.apache.lucene.store.Directory>, StartableResource
All Known Subinterfaces:
TransactionableLuceneIndexDataManager
All Known Implementing Classes:
CacheableIndexDataManager, LocalIndexDataManagerProxy, LocalStorageIndexDataManager, LuceneIndexingService, PersistedIndex, ReducibleInMemoryIndexDataKeeper, StartableIndexingService, TransactionableIndexDataManager

public interface LuceneIndexDataManager
extends IndexDataManager<org.apache.lucene.document.Document,org.apache.lucene.index.IndexReader,org.apache.lucene.store.Directory>

Created by The eXo Platform SAS.

Version:
$Id: LuceneIndexDataManager.java 2 2010-02-04 17:21:49Z andrew00x $
Author:
Sergey Kabashnyuk

Method Summary
 
Methods inherited from interface org.xcmis.search.lucene.index.IndexDataKeeper
save
 
Methods inherited from interface org.xcmis.search.lucene.index.StartableResource
isStarted, isStoped, start, stop
 
Methods inherited from interface org.xcmis.search.lucene.index.IndexDataConsumer
getDirectory, getDirectorySize, getDocument, getDocumentCount, getIndexReader, getLastModifedTime
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.