org.xcmis.search.lucene.index
Class LuceneIndexDataKeeperFactory
java.lang.Object
org.xcmis.search.lucene.index.LuceneIndexDataKeeperFactory
- All Implemented Interfaces:
- IndexDataKeeperFactory<org.apache.lucene.document.Document,org.apache.lucene.analysis.Analyzer,org.apache.lucene.index.IndexReader>
- Direct Known Subclasses:
- InMemoryIndexDataKeeperFactory, PersistentIndexDataKeeperFactory
public abstract class LuceneIndexDataKeeperFactory
- extends Object
- implements IndexDataKeeperFactory<org.apache.lucene.document.Document,org.apache.lucene.analysis.Analyzer,org.apache.lucene.index.IndexReader>
|
Method Summary |
void |
dispose(IndexDataKeeper<org.apache.lucene.document.Document> indexDataKeeper)
Free allocated resources |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneIndexDataKeeperFactory
public LuceneIndexDataKeeperFactory()
dispose
public void dispose(IndexDataKeeper<org.apache.lucene.document.Document> indexDataKeeper)
throws IndexException
- Free allocated resources
- Specified by:
dispose in interface IndexDataKeeperFactory<org.apache.lucene.document.Document,org.apache.lucene.analysis.Analyzer,org.apache.lucene.index.IndexReader>
- Throws:
IndexException
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.