public class CmsSolrLinkProcessor extends java.lang.Object implements I_CmsSolrPostSearchProcessor
| Constructor and Description |
|---|
CmsSolrLinkProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
(Re-)Initializes the post processor.
|
org.apache.solr.common.SolrDocument |
process(CmsObject cms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
Performs the post processing.
|
public CmsSolrLinkProcessor()
public org.apache.solr.common.SolrDocument process(CmsObject cms, CmsResource resource, org.apache.solr.common.SolrInputDocument document)
I_CmsSolrPostSearchProcessorprocess in interface I_CmsSolrPostSearchProcessorcms - the CMS objectresource - the resource for the found documentdocument - the document itselfI_CmsSolrPostSearchProcessor.process(org.opencms.file.CmsObject, org.opencms.file.CmsResource, org.apache.solr.common.SolrInputDocument)public void init()
I_CmsSolrPostSearchProcessorinit in interface I_CmsSolrPostSearchProcessorI_CmsSolrPostSearchProcessor.init()