Yonik Seeley wrote:
On 8/31/07, Doug Cutting <[EMAIL PROTECTED]> wrote:
If each document has an indexed id field in both indexes, then you could
simply use a FieldCache of that id field in each index to determine the
mapping.
I've thought about this approach, but I think it has some scalabilit
On 8/31/07, Doug Cutting <[EMAIL PROTECTED]> wrote:
> If each document has an indexed id field in both indexes, then you could
> simply use a FieldCache of that id field in each index to determine the
> mapping.
I've thought about this approach, but I think it has some scalability issues...
It see
Andrzej Bialecki wrote:
If so, then in the
trunk/ version of Lucene, is there any way to figure out (predictably)
how internal document numbers are reassigned after calling optimize() ?
If each document has an indexed id field in both indexes, then you could
simply use a FieldCache of that id
31 aug 2007 kl. 10.04 skrev Andrzej Bialecki:
Karl Wettin wrote:
30 aug 2007 kl. 22.50 skrev Andrzej Bialecki:
I think this is possible to achieve by using a FilterIndexReader,
which keeps a map of updated documents, and re-maps old doc ids
to the new ones on the fly.
From time to time I
Karl Wettin wrote:
30 aug 2007 kl. 22.50 skrev Andrzej Bialecki:
I think this is possible to achieve by using a FilterIndexReader,
which keeps a map of updated documents, and re-maps old doc ids to the
new ones on the fly.
From time to time I'd like to optimize the "aux" index to get rid of
30 aug 2007 kl. 22.50 skrev Andrzej Bialecki:
I think this is possible to achieve by using a FilterIndexReader,
which keeps a map of updated documents, and re-maps old doc ids to
the new ones on the fly.
From time to time I'd like to optimize the "aux" index to get rid
of deleted docs. A
Hi all,
I have the following scenario: I want to use ParallelReader to maintain
parts of the index that are changing quickly, and where changes are
limited to specific fields only.
Let's say I have a "main" index (many fields, slowly changing, large
updates), and an "aux" index (fast changin