Re: MultiSearcher vs MultiReader

2007-04-20 Thread Kirk Roberts
Grant Ingersoll wrote: I will try to take a crack at these, but not sure I know exactly what you are looking for, so maybe others can chime in too. At any rate, MultiSearcher has been around a lot longer (2001 versus 2004, or at least that is what the changelog seems to indicate) and it works

Re: Lucene BOF @ apachecon.eu ?

2007-04-20 Thread Sami Siren
Grant Ingersoll wrote: > +1 > > On Apr 11, 2007, at 11:27 AM, Sami Siren wrote: > >> Are there any plans to put together a Lucene BOF at Amsterdam? FYI, there is an proposal for a BOF including Lucene in http://wiki.apache.org/apachecon/BirdsOfaFeatherEu07 -- Sami Siren -

Can indexing logic on one host update an index on another host?

2007-04-20 Thread jim shirreffs
Can indexing logic on one host update an index on another host? In my application the files I wish to index/search live in distributed vaults on "safe" hosts in the intranet. Accessing those files is strictly controller by application logic in a (Tomcat) servlet. Crawling the vaults is not an

Re: TestSpellCheck not working

2007-04-20 Thread raikoe
Hello Dave, i opened an JIRA issue under https://issues.apache.org/jira/browse/LUCENE-865 and included a patch which resolves that issue. It was due to some stale instances of IndexReader and IndexSearcher. Regards, Raiko davep626 wrote: > > Interesting, that does not work for me either. It