On Mon, Nov 3, 2008 at 2:49 PM, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Is this your code or something from Solr? > That indexSearcher = new IndexSearcher(path_index) ; is very suspicious > looking.
Good point... if this is a Solr plugin, then get the SolrIndexSearcher from the request object. If it's not Solr, then use termenum/termdocs (and post to the right list ;-) -Yonik