Re: Full text hit term highlighting

2011-03-18 Thread lboutros
Hi, It seems that we have the same problem, how did you solve it ? Did you write some pieces of code ? thx, Ludovic - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Full-text-hit-term-highlighting-tp2020402p2698440.html Sent from the Solr - User mailing l

Re: Full text hit term highlighting

2010-12-05 Thread Rich Cariens
> Sent: Sunday, December 05, 2010 10:58 AM > To: solr-user@lucene.apache.org > Subject: Re: Full text hit term highlighting > > Thanks Lance. I'm storing the original document and indexing all it's > extracted content, but I need to be able to high-light the text within it's

RE: Full text hit term highlighting

2010-12-05 Thread Jonathan Rochkind
m] Sent: Sunday, December 05, 2010 10:58 AM To: solr-user@lucene.apache.org Subject: Re: Full text hit term highlighting Thanks Lance. I'm storing the original document and indexing all it's extracted content, but I need to be able to high-light the text within it's original ma

Re: Full text hit term highlighting

2010-12-05 Thread Rich Cariens
Thanks Lance. I'm storing the original document and indexing all it's extracted content, but I need to be able to high-light the text within it's original markup. I'm going to give Uwe's suggestion a go. On Sat, Dec 4, 2010 at 7:18 PM, Lance Norskog wrote: > Set the fragm

Re: Full text hit term highlighting

2010-12-04 Thread Lance Norskog
Set the fragment length to 0. This means highlight the entire text body. If, you have stored the text body. Otherwise, you have to get the term vectors somehow and highlight the text yourself. I investigated this problem awhile back for PDFs. You can add a starting page and an OR list of search t