Re: SegmentFilter

2010-02-21 Thread Andrzej Bialecki
On 2010-02-20 23:32, reinhard schwab wrote: Andrzej Bialecki schrieb: On 2010-02-20 22:45, reinhard schwab wrote: the content of one page is stored even 7 times. http://www.cinema-paradiso.at/gallery2/main.php?g2_page=8 i believe this comes from Recno:: 383 URL::

Content storage, results highlighting

2010-02-21 Thread Pedro Bezunartea López
Hi, I've developed a web application in lucene that searches web pages using a nutch generated index. I'd like to highlight the query searched for when showing the results, and I understand that the content of the pages need to be stored, as well as indexed. This is what I've tried so far: 1.-

Re: SegmentFilter

2010-02-21 Thread reinhard schwab
Andrzej Bialecki schrieb: On 2010-02-21 12:36, reinhard schwab wrote: Andrzej Bialecki schrieb: On 2010-02-20 23:32, reinhard schwab wrote: Andrzej Bialecki schrieb: On 2010-02-20 22:45, reinhard schwab wrote: the content of one page is stored even 7 times.

Re: Content storage, results highlighting [SOLVED]

2010-02-21 Thread Pedro Bezunartea López
My mistake! I'd done the proper step, which actually is number 3: Modify the BasicIndexingFilter to include the fields you need stored and compiled the plugins with ant compile-plugins... but I didn't copy the new plugin jar to the proper location, I assumed ant would do it... stupid mistake! For