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