fr.paris.lutece.plugins.document.service.docsearch
Class DefaultDocSearchIndexer

java.lang.Object
  extended by fr.paris.lutece.plugins.document.service.docsearch.DefaultDocSearchIndexer
All Implemented Interfaces:
IDocSearchIndexer

public class DefaultDocSearchIndexer
extends java.lang.Object
implements IDocSearchIndexer

DefaultDocSearchIndexer


Constructor Summary
DefaultDocSearchIndexer()
           
 
Method Summary
 java.util.List<org.apache.lucene.document.Document> getDocuments(java.util.Collection<java.lang.Integer> listDocumentIds)
          Build Lucene docs to index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDocSearchIndexer

public DefaultDocSearchIndexer()
Method Detail

getDocuments

public java.util.List<org.apache.lucene.document.Document> getDocuments(java.util.Collection<java.lang.Integer> listDocumentIds)
                                                                 throws java.io.IOException
Build Lucene docs to index

Specified by:
getDocuments in interface IDocSearchIndexer
Parameters:
listDocumentIds - Documents to index
Returns:
A list of Lucene documents
Throws:
java.io.IOException - i/o exception


Copyright © 2010 Mairie de Paris. All Rights Reserved.