public class CmsSolrLinkProcessor extends java.lang.Object implements I_CmsSolrPostSearchProcessor
| 构造器和说明 |
|---|
CmsSolrLinkProcessor() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.solr.common.SolrDocument |
process(CmsObject cms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
Performs the post processing.
|
public org.apache.solr.common.SolrDocument process(CmsObject cms, CmsResource resource, org.apache.solr.common.SolrInputDocument document)
I_CmsSolrPostSearchProcessorprocess 在接口中 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)