Uses of Class
org.xcmis.search.lucene.index.IndexException

Packages that use IndexException
org.xcmis.search.config   
org.xcmis.search.content   
org.xcmis.search.lucene   
org.xcmis.search.lucene.index   
org.xcmis.search.lucene.index.merge   
 

Uses of IndexException in org.xcmis.search.config
 

Subclasses of IndexException in org.xcmis.search.config
 class IndexConfigurationException
          This exception is thrown when condition occurred.
 

Uses of IndexException in org.xcmis.search.content
 

Subclasses of IndexException in org.xcmis.search.content
 class IndexModificationException
          Exception that can occur during index modification.
 

Uses of IndexException in org.xcmis.search.lucene
 

Methods in org.xcmis.search.lucene that throw IndexException
 org.apache.lucene.search.Query AbstractLuceneQueryableIndexStorage.getConstrainQuery(org.xcmis.search.model.constraint.Constraint constraint, Map<String,Object> bindVariablesValues)
           
protected  org.apache.lucene.document.Document LuceneQueryableIndexStorage.getDocument(String uuid, org.apache.lucene.index.IndexReader reader)
           
protected  org.apache.lucene.index.IndexReader LuceneQueryableIndexStorage.getIndexReader()
           
protected abstract  org.apache.lucene.index.IndexReader AbstractLuceneQueryableIndexStorage.getIndexReader()
          Different lucene storage's should override this method.
protected  org.apache.lucene.index.IndexReader InMemoryLuceneQueryableIndexStorage.getIndexReader()
           
 void IndexRecoveryTool.recover(Iterator<String> uuids)
          Refresh the index of documents returned by 'uuids' iterator.
 void IndexRecoveryTool.recoverAll()
          Recover all content.
protected  Object LuceneQueryableIndexStorage.save(LuceneIndexTransaction indexTransaction)
           
protected abstract  Object AbstractLuceneQueryableIndexStorage.save(LuceneIndexTransaction indexTransaction)
           
protected  Object InMemoryLuceneQueryableIndexStorage.save(LuceneIndexTransaction indexTransaction)
           
 

Constructors in org.xcmis.search.lucene that throw IndexException
AbstractLuceneQueryableIndexStorage(SearchServiceConfiguration serviceConfiguration)
           
InMemoryLuceneQueryableIndexStorage(SearchServiceConfiguration serviceConfuguration)
           
LuceneQueryableIndexStorage(SearchServiceConfiguration serviceConfuguration)
           
 

Uses of IndexException in org.xcmis.search.lucene.index
 

Subclasses of IndexException in org.xcmis.search.lucene.index
 class IndexReaderNotFoundException
          Created by The eXo Platform SAS.
 class IndexTransactionException
          Created by The eXo Platform SAS.
 class TransactionLogException
          Created by The eXo Platform SAS.
 

Methods in org.xcmis.search.lucene.index that throw IndexException
 IndexTransactionModificationReport LocalStorageIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 IndexTransactionModificationReport CacheableIndexDataManager.aggregate(Collection<LuceneIndexDataManager> indexes)
           
 LuceneIndexDataManager IndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<D> changes)
           
 LuceneIndexDataManager InMemoryIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
          
 LuceneIndexDataManager PersistentIndexDataKeeperFactory.createNewIndexDataKeeper(IndexTransaction<org.apache.lucene.document.Document> changes)
          
 void IndexDataKeeperFactory.dispose(IndexDataKeeper<D> indexDataKeeper)
          Free allocated resources
 void LuceneIndexDataKeeperFactory.dispose(IndexDataKeeper<org.apache.lucene.document.Document> indexDataKeeper)
          Free allocated resources
 org.apache.lucene.store.Directory PersistedIndex.getDirectory()
          
 Y IndexDataConsumer.getDirectory()
           
 org.apache.lucene.store.Directory LocalStorageIndexDataManager.getDirectory()
           
 org.apache.lucene.store.Directory ReducibleInMemoryIndexDataKeeper.getDirectory()
           
 org.apache.lucene.store.Directory CacheableIndexDataManager.getDirectory()
           
 org.apache.lucene.document.Document PersistedIndex.getDocument(String uuid)
          
 D IndexDataConsumer.getDocument(String uuid)
           
 org.apache.lucene.document.Document LocalStorageIndexDataManager.getDocument(String uuid)
           
 org.apache.lucene.document.Document ReducibleInMemoryIndexDataKeeper.getDocument(String uuid)
          
 org.apache.lucene.document.Document CacheableIndexDataManager.getDocument(String uuid)
          
 Set<String> LuceneIndexingService.getFieldNames()
          
 org.apache.lucene.index.IndexReader PersistedIndex.getIndexReader()
          
 R IndexDataConsumer.getIndexReader()
           
 org.apache.lucene.index.IndexReader LocalStorageIndexDataManager.getIndexReader()
           
 org.apache.lucene.index.IndexReader ReducibleInMemoryIndexDataKeeper.getIndexReader()
          
 org.apache.lucene.index.IndexReader CacheableIndexDataManager.getIndexReader()
          
 List<PersistedIndex> PersistentIndexDataKeeperFactory.init()
           
 LuceneIndexDataManager InMemoryIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager IndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 LuceneIndexDataManager PersistentIndexDataKeeperFactory.merge(Collection<LuceneIndexDataManager> chains)
          Merge two data keepers.
 void IndexInfo.read(File dir)
          Reads the index infos.
 IndexTransactionModificationReport IndexDataKeeper.save(IndexTransaction<D> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport StartableIndexingService.save(IndexTransaction<org.apache.lucene.document.Document> changes)
           
 IndexTransactionModificationReport PersistedIndex.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport LocalStorageIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
           
 IndexTransactionModificationReport ReducibleInMemoryIndexDataKeeper.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport CacheableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport TransactionableIndexDataManager.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
 IndexTransactionModificationReport LocalIndexDataManagerProxy.save(IndexTransaction<org.apache.lucene.document.Document> changes)
          Saves the IndexTransaction from this storage
protected  void LuceneIndexingService.softCleanIndex()
           
 void StartableResource.start()
          Allocate resources
 void ReducibleInMemoryIndexDataKeeper.start()
          Allocate resources
 void StartableResource.stop()
          Dispose resources
 void ReducibleInMemoryIndexDataKeeper.stop()
          Dispose resources
 

Constructors in org.xcmis.search.lucene.index that throw IndexException
CacheableIndexDataManager(IndexConfiguration indexConfuguration)
           
LocalIndexDataManagerProxy(IndexConfiguration indexConfuguration)
           
LocalStorageIndexDataManager(IndexConfiguration indexConfuguration)
           
LuceneIndexingService(IndexConfiguration indexConfuguration, IndexRecoveryTool indexRecoveryTool)
           
PersistentIndexDataKeeperFactory(IndexConfiguration indexConfuguration)
           
ReducibleInMemoryIndexDataKeeper(LoggedIndexTransaction<org.apache.lucene.document.Document> changes)
           
StartableIndexingService(IndexConfiguration configuration, IndexRecoveryTool indexRecoveryTool)
           
TransactionableIndexDataManager(IndexConfiguration indexConfuguration, IndexRecoveryTool indexRecoveryTool)
           
 

Uses of IndexException in org.xcmis.search.lucene.index.merge
 

Methods in org.xcmis.search.lucene.index.merge that throw IndexException
 IndexTransactionModificationReport IndexAggregator.aggregate(Collection<LuceneIndexDataManager> indexes)
          Saves the list of indexes.
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.