|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.comarquage.service.search.CoMarquagePublicIndexer
public class CoMarquagePublicIndexer
Indexer service for public cards (comarquage)
Field Summary | |
---|---|
static java.lang.String |
INDEX_TYPE_COMARQUAGE
|
Constructor Summary | |
---|---|
CoMarquagePublicIndexer()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.util.List<org.apache.lucene.document.Document> |
getDocuments()
|
java.util.List<org.apache.lucene.document.Document> |
getDocuments(java.lang.String strIdDocument)
|
java.util.List<java.lang.String> |
getListType()
|
java.lang.String |
getName()
|
java.lang.String |
getSpecificSearchAppUrl()
|
java.lang.String |
getVersion()
|
void |
indexDocuments()
Index all documents |
boolean |
isEnable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String INDEX_TYPE_COMARQUAGE
Constructor Detail |
---|
public CoMarquagePublicIndexer()
Method Detail |
---|
public java.util.List<org.apache.lucene.document.Document> getDocuments() throws java.io.IOException, java.lang.InterruptedException, fr.paris.lutece.portal.service.message.SiteMessageException
java.io.IOException
java.lang.InterruptedException
fr.paris.lutece.portal.service.message.SiteMessageException
public java.util.List<org.apache.lucene.document.Document> getDocuments(java.lang.String strIdDocument) throws java.io.IOException, java.lang.InterruptedException, fr.paris.lutece.portal.service.message.SiteMessageException
getDocuments
in interface fr.paris.lutece.portal.service.search.SearchIndexer
java.io.IOException
java.lang.InterruptedException
fr.paris.lutece.portal.service.message.SiteMessageException
public void indexDocuments() throws java.io.IOException, java.lang.InterruptedException, fr.paris.lutece.portal.service.message.SiteMessageException
indexDocuments
in interface fr.paris.lutece.portal.service.search.SearchIndexer
java.io.IOException
- exception
java.lang.InterruptedException
- exception
fr.paris.lutece.portal.service.message.SiteMessageException
- exceptionpublic java.lang.String getName()
getName
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public java.lang.String getVersion()
getVersion
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public java.lang.String getDescription()
getDescription
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public boolean isEnable()
isEnable
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public java.util.List<java.lang.String> getListType()
getListType
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public java.lang.String getSpecificSearchAppUrl()
getSpecificSearchAppUrl
in interface fr.paris.lutece.portal.service.search.SearchIndexer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |