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
elds (title, pi, staus) from string to text > (same as content field). > > There should be a match/hit on that field in order to create highlighted > snippets. > > For example q=title:submit should return documents so that snippet of > title can be generated. > > FYI: You can search title, pi, status at the same time using > http://wiki.apache.org/solr/DisMaxRequestHandler without copying all of > them into a catch all field. > > > > > > > > -- View this message in context: http://old.nabble.com/highlighting-fragments-EMPTY-tp27654005p27661657.html Sent from the Solr - User mailing list archive at Nabble.com.

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: highlightin

highlighting fragments EMPTY

2010-02-19 Thread adeelmahmood
rned is the id of the records .. and is also the unique identifier .. why am I not getting the string fragments with search terms highlighted thanks for ur help -- View this message in context: http://old.nabble.com/highlighting-fragments-EMPTY-tp27654005p27654005.html Sent from the Solr - User mai