org.xcmis.search.content
Interface ContentIndexer<D>

All Known Implementing Classes:
LuceneIndexer

public interface ContentIndexer<D>

Convert ContentEntry to the suitable format D for indexing


Method Summary
 D createDocument(ContentEntry contentEntry)
          Convert changes to a suitable format for the index.
 

Method Detail

createDocument

D createDocument(ContentEntry contentEntry)
Convert changes to a suitable format for the index.

Parameters:
changes -
Returns:
index transaction


Copyright © 2011 eXo Platform SAS. All Rights Reserved.