Re: Lucene and cocoon-view

2002-06-24 Thread Ugo Cei
leo leonid wrote: yes, or add the label to the map:aggregate element, this will work, too. Unfortunately, it does not :(. I'll try to come up with a self-contained sample later. Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100

Re: Lucene and cocoon-view

2002-06-21 Thread M Al-yahya
Hi Lajos, Thanks for your reply. 1. I can not find a SimpleLuceneXMLIndexerImpl in the core.log 2. The view is not working. When I request http://localhost:8080/cocoon/myapps?cocoon-view=content I see the transformed page which I could see using :

Re: Lucene and cocoon-view

2002-06-21 Thread M Al-yahya
Hi Lajos, At Last... problem solved :) Well here's what I did : 1. I realized that I was having the same problem as you the views should be inside the components and not after it. 2. Made sure that in the pipeline the map:transform... where the view label is inserted was returning a mime-type

RE: Lucene and cocoon-view

2002-06-21 Thread Piroumian Konstantin
From: M Al-yahya [mailto:[EMAIL PROTECTED]] Hi Lajos, At Last... problem solved :) Well here's what I did : 1. I realized that I was having the same problem as you the views should be inside the components and not after it. views should be after components. Never heard of the

RE: Lucene and cocoon-view

2002-06-21 Thread Vadim Gritsenko
From: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] From: M Al-yahya [mailto:[EMAIL PROTECTED]] Hi Lajos, At Last... problem solved :) Well here's what I did : 1. I realized that I was having the same problem as you the views should be inside the components and not after

Re: Lucene and cocoon-view

2002-06-21 Thread Ugo Cei
Unfortunately, it looks like views are broken when using aggregations, even in 2.0.3-dev. Can anyone confirm this? Ugo -- Ugo Cei - Consorzio di Bioingegneria e Informatica Medica P.le Volontari del Sangue, 2 - 27100 Pavia - Italy Phone: +39.0382.525100 - E-mail: [EMAIL PROTECTED]

RE: Lucene and cocoon-view

2002-06-21 Thread Vadim Gritsenko
From: Ugo Cei [mailto:[EMAIL PROTECTED]] Unfortunately, it looks like views are broken when using aggregations, even in 2.0.3-dev. Can anyone confirm this? Huh? I mean, what's broken in 2.0.3? Short test case, please. Vadim Ugo -- Ugo Cei - Consorzio di Bioingegneria e

Re: Lucene and cocoon-view

2002-06-21 Thread leo leonid
On Friday, June 21, 2002, at 03:46 Uhr, Vadim Gritsenko wrote: From: Ugo Cei [mailto:[EMAIL PROTECTED]] Unfortunately, it looks like views are broken when using aggregations, even in 2.0.3-dev. Can anyone confirm this? no, works in 2.0.3. but doesn't in 2.1. /Leo Huh? I mean,

Re: Lucene and cocoon-view

2002-06-21 Thread Ugo Cei
Vadim Gritsenko wrote: From: Ugo Cei [mailto:[EMAIL PROTECTED]] Unfortunately, it looks like views are broken when using aggregations, even in 2.0.3-dev. Can anyone confirm this? Huh? I mean, what's broken in 2.0.3? Short test case, please. map:views map:view from-label=content

Re: Lucene and cocoon-view

2002-06-21 Thread leo leonid
On Friday, June 21, 2002, at 04:34 Uhr, Ugo Cei wrote: Vadim Gritsenko wrote: From: Ugo Cei [mailto:[EMAIL PROTECTED]] Unfortunately, it looks like views are broken when using aggregations, even in 2.0.3-dev. Can anyone confirm this? Huh? I mean, what's broken in 2.0.3? Short test case,

Re: Lucene and cocoon-view

2002-06-21 Thread Ugo Cei
leo leonid wrote: When I request index?cocoon-view=content I should get the result of the aggregation before the transformation, right? no, you missed to add a label=content to somepart or anotherpart. /Leo The label is associated with all of the generators in the map:components

Re: Lucene and cocoon-view

2002-06-21 Thread leo leonid
On Friday, June 21, 2002, at 04:57 Uhr, Ugo Cei wrote: leo leonid wrote: When I request index?cocoon-view=content I should get the result of the aggregation before the transformation, right? no, you missed to add a label=content to somepart or anotherpart. /Leo The label is associated

RE: Lucene and cocoon-view

2002-06-21 Thread Vadim Gritsenko
From: Ugo Cei [mailto:[EMAIL PROTECTED]] leo leonid wrote: When I request index?cocoon-view=content I should get the result of the aggregation before the transformation, right? no, you missed to add a label=content to somepart or anotherpart. Or map:aggregate itself. /Leo

Re: Lucene and cocoon-view

2002-06-20 Thread Maha Al-Yahya
Hi Lajos, Good for you, but unfourtunately I'm still having a problem running the search on my webapp. I use the sample search with cocoon and input the base URL as: http://localhost:8080/cocoon/myapps (Iwant cocoon to search all documents in myapps directory) in myapps sub-sitemap I put the

Re: Lucene and cocoon-view

2002-06-20 Thread Lajos Moczar
Hi Maha - Do you have a message in core.log from SimpleLuceneXMLIndexerImpl saying something about Ignoring ... ? Check that the view is working correctly: call http://localhost:8080/cocoon/myapps?cocoon-view=content and make sure it is returning XML with a mime-type of text/xml. If not,