No subsearcher in Lucene 3.3?

2011-08-29 Thread Joseph MarkAnthony
Greetings, In the past (Lucene version 2.x) I successfully used MultiSearcher.subsearcher() to identify the searchable within a MultiSearcher to which a hit belonged. In moving to Lucene 3.3, MultiSearcher is now deprecated, and I am trying to create a standard IndexSearcher over a MultiRea

Problems with concurrency using Tomcat

2005-06-19 Thread Joseph MarkAnthony
I have been struggling with this problem for months and have made no progress. I have created a simple web app for my Lucene indices that allow the user to rebuild or update the index. In the *same* web app (perhaps this is important), I have the search module. The update module works fine - unti