org.xcmis.search.lucene.index
Class LuceneIndexDataKeeperFactory

java.lang.Object
  extended by 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>


Constructor Summary
LuceneIndexDataKeeperFactory()
           
 
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
 
Methods inherited from interface org.xcmis.search.lucene.index.IndexDataKeeperFactory
createNewIndexDataKeeper, merge
 

Constructor Detail

LuceneIndexDataKeeperFactory

public LuceneIndexDataKeeperFactory()
Method Detail

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.