Re: Need some Advice on Searching

2006-05-22 Thread Chris Hostetter
: Score/Relavence is not Important. I need the Yes/No logic with the what : caused the Match Info. Could you mayby explain the intersect/union the : bitsets and the interogating to know : what matched? let's say hypothetically the logical "query" you want is "(A OR B) AND (C OR D)" where A, B, C

Re: Need some Advice on Searching

2006-05-21 Thread David Ahlschläger
On 19/05/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: i assume when you say this... : 1. I need to temporarilly index sets of documents on the Fly say 100 at a : Time. you mean that you'll have lots of temporary indexes of a few hundrad documents and then you'll do a bunch of queries and th

Re: Need some Advice on Searching

2006-05-19 Thread Chris Hostetter
i assume when you say this... : 1. I need to temporarilly index sets of documents on the Fly say 100 at a : Time. you mean that you'll have lots of temporary indexes of a few hundrad documents and then you'll do a bunch of queries and throw the index away. Even if i'm wrong most of the rest of m

Need some Advice on Searching

2006-05-19 Thread David Ahlschläger
Hi All. Firstly I am new to using Lucene and all its API's. I am trying to evaluate if Lucene can solve the following problem for me. 1. I need to temporarilly index sets of documents on the Fly say 100 at a Time. This seems simple enough - I create a Index either on the File System or in Me