: 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
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
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
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