Hello,
I want to store the generated Lucene index inside of my Java application,
preferably within a folder where my JSP files are located. I also want to
be able to search from the index within the web app. I've been using the
LUCENE_INDEX_DIRECTORY but, this is on a file system (currently my ha
November 27 2011, Apache Lucene⢠3.5.0 available
The Lucene PMC is pleased to announce the release of Apache Lucene 3.5.0.
Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for nearly
any application that requires f
>
> However there are at least two issues with this:
> 1) the info would be in the lower level of the internal index writer, and
> not in that of the categories logic.
> 2) one cannot just call super.openIndexWriter(directory, openMode) and
> modify the result before returning it, because once IW i