public interface I_CmsSolrPostSearchProcessor
NOTE: Currently it is only possible to use this interface if you run an embedded Solr server instance.
限定符和类型 | 方法和说明 |
---|---|
org.apache.solr.common.SolrDocument |
process(CmsObject searchCms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
Performs the post processing.
|
org.apache.solr.common.SolrDocument process(CmsObject searchCms, CmsResource resource, org.apache.solr.common.SolrInputDocument document)
searchCms
- the CMS objectresource
- the resource for the found documentdocument
- the document itself