public class SponsoredLinksIndexer extends Object implements fr.paris.lutece.portal.service.search.SearchIndexer
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_SHORT_NAME
id key for groups
|
static String |
INDEX_TYPE_SPONSOREDLINKS
Unique type for the index
|
static String |
LINK_SHORT_NAME
id key for links
|
static String |
PROPERTY_INDEXER_NAME
Unique name for this indexer
|
static String |
SET_SHORT_NAME
id key for sets
|
Constructor and Description |
---|
SponsoredLinksIndexer() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the indexer service description
|
List<org.apache.lucene.document.Document> |
getDocuments(String strId) |
List<String> |
getListType() |
String |
getName() |
String |
getSpecificSearchAppUrl() |
String |
getVersion() |
void |
indexDocuments() |
boolean |
isEnable() |
public static final String PROPERTY_INDEXER_NAME
public static final String INDEX_TYPE_SPONSOREDLINKS
public static final String SET_SHORT_NAME
public static final String LINK_SHORT_NAME
public static final String GROUP_SHORT_NAME
public String getDescription()
getDescription
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public List<org.apache.lucene.document.Document> getDocuments(String strId) throws IOException, InterruptedException, fr.paris.lutece.portal.service.message.SiteMessageException
getDocuments
in interface fr.paris.lutece.portal.service.search.SearchIndexer
IOException
InterruptedException
fr.paris.lutece.portal.service.message.SiteMessageException
public String getName()
getName
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public String getVersion()
getVersion
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public void indexDocuments() throws IOException, InterruptedException, fr.paris.lutece.portal.service.message.SiteMessageException
indexDocuments
in interface fr.paris.lutece.portal.service.search.SearchIndexer
IOException
InterruptedException
fr.paris.lutece.portal.service.message.SiteMessageException
public boolean isEnable()
isEnable
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public List<String> getListType()
getListType
in interface fr.paris.lutece.portal.service.search.SearchIndexer
public String getSpecificSearchAppUrl()
getSpecificSearchAppUrl
in interface fr.paris.lutece.portal.service.search.SearchIndexer
Copyright © 2017 City of Paris. All rights reserved.