Re: Compression and Highlighter

2013-03-26 Thread Simon Willnauer
ginal document. > > From: Simon Willnauer [simon.willna...@gmail.com] > Sent: Monday, March 25, 2013 4:07 AM > To: java-user@lucene.apache.org > Subject: Re: Compression and Highlighter > > On Mon, Mar 25, 2013 at 8:13 AM, Bushman, Lamont wro

RE: Compression and Highlighter

2013-03-25 Thread Bushman, Lamont
illna...@gmail.com] Sent: Monday, March 25, 2013 4:07 AM To: java-user@lucene.apache.org Subject: Re: Compression and Highlighter On Mon, Mar 25, 2013 at 8:13 AM, Bushman, Lamont wrote: > I have a project where I need to index documents using Lucene 4.1.0. One > of the fields for

Re: Compression and Highlighter

2013-03-25 Thread Simon Willnauer
On Mon, Mar 25, 2013 at 8:13 AM, Bushman, Lamont wrote: > I have a project where I need to index documents using Lucene 4.1.0. One > of the fields for the stored Document is the actual text from the > document(.pdf, .docx, etc.) I want to be able to highlight text from the > documents in

Compression and Highlighter

2013-03-25 Thread Bushman, Lamont
I have a project where I need to index documents using Lucene 4.1.0. One of the fields for the stored Document is the actual text from the document(.pdf, .docx, etc.) I want to be able to highlight text from the documents in the search results. I was looking at some older tutorials about