org.xcmis.search.lucene.index
Interface IndexTransactionModificationReport

All Known Implementing Classes:
IndexTransactionModificationReportImpl

public interface IndexTransactionModificationReport

Created by The eXo Platform SAS.

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

Method Summary
 Set<String> getAddedDocuments()
          Map of documents what should be added to index.
 Set<String> getRemovedDocuments()
          Set of identifiers of documents what should be removed from index.
 Set<String> getUpdatedDocuments()
          Map of documents what should be updated in index.
 boolean isModifed()
          Indicates what some modifications happens.
 

Method Detail

getAddedDocuments

Set<String> getAddedDocuments()
Map of documents what should be added to index.

Returns:
map of documents.

getRemovedDocuments

Set<String> getRemovedDocuments()
Set of identifiers of documents what should be removed from index.

Returns:
set of identifiers.

getUpdatedDocuments

Set<String> getUpdatedDocuments()
Map of documents what should be updated in index.

Returns:
map of documents.

isModifed

boolean isModifed()
Indicates what some modifications happens.

Returns:
flag what some modifications happens.


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.