-- Is it possible to configure the global Jahia search mechanism in a way that it also considers Forum content (postings, messages etc.) that are generated within the portlet? Currently we have extended the Jahia JForum portlet in a way that it persists content into the same DB (Oracle) as the Jahia portal. I think the end user, after doing a global search in the platform, would like to have a link within its search results, that would open the matching posting from the JForum portlet.
You can perhaps try to create a separate index file in Lucene which will store the threads + the urls (but recomposing the correct Jahia+portlet url may be quite complex) and then requests both indexes when a user performs a search (and aggreagates all results or display them separately but on the same search result page). The problem is that there is no standard "Search API" in J2EE so this will be quite custom to Jahia and to this portlet....
Cheers St�phane
Can such a feature easily be implemented, or does it disagree with portlet paradigma?
kind regards Wilhelm Berger
