Lucene index inside of a web app?

2011-11-26 Thread okayndc
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

[ANNOUNCE] Apache Lucene 3.5.0 released

2011-11-26 Thread Simon Willnauer
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

Re: Taxonomy indexer debug

2011-11-26 Thread Doron Cohen
> > 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