I would like to hear about you how use search in Webcenter. Do you thing that is necessary use SES? I was thinking to use just Webcenter Content Search, but if I do this I can't find pages, just content.
I have a problemn because my customer doesn't have infrastructure enough to install SES.
Do you have best pratices to do search? What do you think about this?
I agree, SES might be too heavy in some scenarios.
In our case, we have written extension for WebCenter (pluggable into Spaces as well), and searching for pages/taskflows as well as for content inside these pages.
Andrejus
On 13 October 2011 22:06, Nelson <nellson.m...@gmail.com> wrote:
> I would like to hear about you how use search in Webcenter. Do you thing > that is necessary use SES? I was thinking to use just Webcenter Content > Search, but if I do this I can't find pages, just content.
> I have a problemn because my customer doesn't have infrastructure enough to > install SES.
> Do you have best pratices to do search? What do you think about this?
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com
> I agree, SES might be too heavy in some scenarios.
> In our case, we have written extension for WebCenter (pluggable into Spaces > as well), and searching for pages/taskflows as well as for content inside > these pages.
> Andrejus
> On 13 October 2011 22:06, Nelson <nellson.m...@gmail.com> wrote:
>> Hi everyone,
>> I would like to hear about you how use search in Webcenter. Do you thing >> that is necessary use SES? I was thinking to use just Webcenter Content >> Search, but if I do this I can't find pages, just content.
>> I have a problemn because my customer doesn't have infrastructure enough >> to install SES.
>> Do you have best pratices to do search? What do you think about this?
>> -- >> You received this message because you are subscribed to the WebCenter >> Enterprise Methodology Group ( >> http://groups.google.com/group/webcenter-emg). To unsubscribe send email >> to webcenter-emg+unsubscribe@googlegroups.com
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com
Hi Andrejus, Can you tell us some more details, how you wrote extension to search content inside pages? What API have you used, what products .... Does it search only public content or you show only content that user can access? ... Right now we have big problems with search in our WebCenter Portal application, but maybe we are simply looking in a wrong place. Our main task - to allow users to find content that is published on our portal pages. Content can be published on pages with ADF Rich text editor, content presenter or our own taskflows, that display static content. In search results we have to show on what page content was found and give a link to that page. Thank you in advance, Boris
From: webcenter-emg@googlegroups.com [mailto:webcenter-emg@googlegroups.com] On Behalf Of Andrejus Baranovskis Sent: Friday, October 14, 2011 12:23 AM To: webcenter-emg@googlegroups.com Subject: Re: [WebCenter EMG] Webcenter Search
Hi Nelson,
I agree, SES might be too heavy in some scenarios.
In our case, we have written extension for WebCenter (pluggable into Spaces as well), and searching for pages/taskflows as well as for content inside these pages.
Andrejus
On 13 October 2011 22:06, Nelson <nellson.m...@gmail.com<mailto:nellson.m...@gmail.com>> wrote: Hi everyone,
I would like to hear about you how use search in Webcenter. Do you thing that is necessary use SES? I was thinking to use just Webcenter Content Search, but if I do this I can't find pages, just content.
I have a problemn because my customer doesn't have infrastructure enough to install SES.
Do you have best pratices to do search? What do you think about this?
Thank you very much.
-- Nelson Maia ___________________________ Oracle Webcenter Consultant (5541) 9915 0897| Skype: nellson.maia http://about.me/nellson.maia -- You received this message because you are subscribed to the WebCenter Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com<mailto:webcenter-emg%2Bunsubscri be@googlegroups.com>
Yes definitely - its pluggable into WebCenter Custom Portal, same as into WebCenter Spaces. It doesn't require any search server installation, depends only on standard ADF/WebCenter libraries and pluggable into any WebCenter portal. Its basically ADF Task Flow, which is able to search across static UCM content and across static ADF/WebCenter application content. Now we are working on functionality to index dynamic database related content rendered through ADF UI. Extension performs secured search and scans only pages/task flows authorized for current user. Saved Search works as well - we are using WebCenter MDS schema + customer database schema to store search results.
Regards, Andrejus
On 13 October 2011 22:31, Nelson <nellson.m...@gmail.com> wrote:
>> I agree, SES might be too heavy in some scenarios.
>> In our case, we have written extension for WebCenter (pluggable into >> Spaces as well), and searching for pages/taskflows as well as for content >> inside these pages.
>> Andrejus
>> On 13 October 2011 22:06, Nelson <nellson.m...@gmail.com> wrote:
>>> Hi everyone,
>>> I would like to hear about you how use search in Webcenter. Do you thing >>> that is necessary use SES? I was thinking to use just Webcenter Content >>> Search, but if I do this I can't find pages, just content.
>>> I have a problemn because my customer doesn't have infrastructure enough >>> to install SES.
>>> Do you have best pratices to do search? What do you think about this?
>>> -- >>> You received this message because you are subscribed to the WebCenter >>> Enterprise Methodology Group ( >>> http://groups.google.com/group/webcenter-emg). To unsubscribe send email >>> to webcenter-emg+unsubscribe@googlegroups.com
>> -- >> You received this message because you are subscribed to the WebCenter >> Enterprise Methodology Group ( >> http://groups.google.com/group/webcenter-emg). To unsubscribe send email >> to webcenter-emg+unsubscribe@googlegroups.com
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com
Our extension is implemented as regular ADF Task Flow, means is pluggable into any project based on ADF/WebCenter. We are searching only through content that user can access, this is implemented relying on ADF Security store. There are no third party products used so far (just plain ADF and Java), we want to avoid using third party licensed products, because extension is implemented to be easily pluggable with any ADF/WebCenter project.
So far we succeeded to implement following functionality:
1. Search through static content rendered by WebCenter Content Presenter, based on UCM search functionality. Give a link to page with search content and navigate through WebCenter Portal menu model 2. Search through static content available on ADF UI (SPX or JSFF). Give a link to page with search content and navigate through WebCenter Portal menu model
Next task is to implement search for dynamic data content once rendered inside ADF UI (we may need to use open source indexing solution for this, for example Lucene from Apache).
Regards, Andrejus
On 13 October 2011 22:39, Glazyrin Boris <bgla...@fors.ru> wrote:
> Can you tell us some more details, how you wrote extension to search > content inside pages? What API have you used, what products ….****
> Does it search only public content or you show only content that user can > access? ****
> ...****
> Right now we have big problems with search in our WebCenter Portal > application, but maybe we are simply looking in a wrong place.****
> Our main task – to allow users to find content that is published on our > portal pages. Content can be published on pages with ADF Rich text editor, > content presenter or our own taskflows, that display static content.****
> In search results we have to show on what page content was found and give a > link to that page.****
> Thank you in advance,****
> Boris****
> ** **
> ** **
> ** **
> *From:* webcenter-emg@googlegroups.com [mailto: > webcenter-emg@googlegroups.com] *On Behalf Of *Andrejus Baranovskis > *Sent:* Friday, October 14, 2011 12:23 AM > *To:* webcenter-emg@googlegroups.com > *Subject:* Re: [WebCenter EMG] Webcenter Search****
> ** **
> Hi Nelson,****
> ** **
> I agree, SES might be too heavy in some scenarios.****
> ** **
> In our case, we have written extension for WebCenter (pluggable into Spaces > as well), and searching for pages/taskflows as well as for content inside > these pages.****
> ** **
> Andrejus****
> ** **
> On 13 October 2011 22:06, Nelson <nellson.m...@gmail.com> wrote:****
> Hi everyone,****
> ** **
> I would like to hear about you how use search in Webcenter. Do you thing > that is necessary use SES? I was thinking to use just Webcenter Content > Search, but if I do this I can't find pages, just content.****
> ** **
> I have a problemn because my customer doesn't have infrastructure enough to > install SES.****
> ** **
> Do you have best pratices to do search? What do you think about this?****
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com
> -- > You received this message because you are subscribed to the WebCenter > Enterprise Methodology Group (http://groups.google.com/group/webcenter-emg). > To unsubscribe send email to webcenter-emg+unsubscribe@googlegroups.com