public interface IBlogSearchIndexer
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the indexer service description
|
String |
getName()
Returns the indexer service name
|
String |
getVersion()
Returns the indexer service version
|
boolean |
isEnable()
Tells whether the service is enable or not
|
void |
processIndexing(org.apache.lucene.index.IndexWriter indexWriter,
boolean bCreate,
StringBuffer sbLog)
add to the index writer the document associate to the key specified in parameter
|
void processIndexing(org.apache.lucene.index.IndexWriter indexWriter,
boolean bCreate,
StringBuffer sbLog)
throws IOException,
InterruptedException,
fr.paris.lutece.portal.service.message.SiteMessageException
indexWriter - lucene index writerbCreate - true for indexing all directory false for use incremental indexingsbLog - the buffer loggerIOException - If an IO error occuredInterruptedException - If a thread error occuredfr.paris.lutece.portal.service.message.SiteMessageException - occurs when a site message need to be displayedString getName()
String getVersion()
String getDescription()
boolean isEnable()
Copyright © 2020 City of Paris. All rights reserved.