Re: highlighting fragments EMPTY

2010-02-20 Thread Ahmet Arslan
> well ok I guess that makes sense and I tried changing my > title field to text > type and then highlighting worked on it .. but > 1) as far as not merging all fields in catchall field and > instead > configuring the dismax handler to search through them .. do > you mean then > ill have to specify

Re: highlighting fragments EMPTY

2010-02-19 Thread adeelmahmood
well ok I guess that makes sense and I tried changing my title field to text type and then highlighting worked on it .. but 1) as far as not merging all fields in catchall field and instead configuring the dismax handler to search through them .. do you mean then ill have to specify the field I wa

Re: highlighting fragments EMPTY

2010-02-19 Thread Ahmet Arslan
> hi > i am trying to get highlighting working and its turning out > to be a pain. > here is my schema > > stored="true" required="true" > /> > stored="true"  /> > stored="true" /> > stored="true" /> > > here is the catchall field (default field for search as > well) > stored="false" > m

Re: highlighting fragments EMPTY

2010-02-19 Thread Jan
All of your fields seem to be of a "string" type, that's why the highlighting doesn't work. The highlighting fields must be tokenized before you can do the highlighting on them. Jan. --- On Fri, 2/19/10, adeelmahmood wrote: From: adeelmahmood Subject: highlighting fragments EMPTY To: sol