org.xcmis.search.lucene.index.merge
Interface IndexAggregator

All Known Implementing Classes:
CacheableIndexDataManager, LocalIndexDataManagerProxy, LocalStorageIndexDataManager, LuceneIndexingService, StartableIndexingService, TransactionableIndexDataManager

public interface IndexAggregator

Created by The eXo Platform SAS.

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

Method Summary
 IndexTransactionModificationReport aggregate(Collection<LuceneIndexDataManager> indexes)
          Saves the list of indexes.
 

Method Detail

aggregate

IndexTransactionModificationReport aggregate(Collection<LuceneIndexDataManager> indexes)
                                             throws IndexException,
                                                    IndexTransactionException
Saves the list of indexes.

Parameters:
changes -
Throws:
IndexException
IndexTransactionException


Copyright © 2010 eXo Platform SAS. All Rights Reserved.