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
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
I am getting a really weird problem. I am getting a discrepancy between what my
search results are the
files that are listed in my index, through their docId's
These are the files that the index says it has
File: admin/hello.txt
File: admin/change.txt
File: ad
Subject: Re: Discrepancies between search results and
reader.document(i).get("path")
Hi,
On Fri, Mar 29, 2013 at 10:23 AM, Bushman, Lamont wrote:
> This snippet of one of my classes looks at all of my documents and displays
>
@lucene.apache.org
Subject: Re: Discrepancies between search results and
reader.document(i).get("path")
On Sat, Mar 30, 2013 at 12:39 AM, Bushman, Lamont wrote:
> However, with your response, especially if I come across problems later.
> reader.liveDocs() is not found in IndexWriter. I am