|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsSolrPostSearchProcessor
The post document processor can be used in order to manipulate search results after the OpenCms permission check has been done.
NOTE: Currently it is only possible to use this interface if you run an embedded Solr server instance.
| Method Summary | |
|---|---|
org.apache.solr.common.SolrDocument |
process(CmsObject searchCms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
Performs the post processing. |
| Method Detail |
|---|
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
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||