|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.search.solr.CmsSolrLinkProcessor
public class CmsSolrLinkProcessor
This Solr post processor generates for each found document the corresponding link and adds this link into the resulting document as field.
| Constructor Summary | |
|---|---|
CmsSolrLinkProcessor()
|
|
| Method Summary | |
|---|---|
org.apache.solr.common.SolrDocument |
process(CmsObject cms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
Performs the post processing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsSolrLinkProcessor()
| Method Detail |
|---|
public org.apache.solr.common.SolrDocument process(CmsObject cms,
CmsResource resource,
org.apache.solr.common.SolrInputDocument document)
I_CmsSolrPostSearchProcessor
process in interface I_CmsSolrPostSearchProcessorcms - the CMS objectresource - the resource for the found documentdocument - the document itself
I_CmsSolrPostSearchProcessor.process(org.opencms.file.CmsObject, org.opencms.file.CmsResource, org.apache.solr.common.SolrInputDocument)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||