Jason Calabrese wrote:
Maybe I'm missing something simple, but I don't see how this will work.
It looks like this filter will just filter out documents that don't have guid
field, but in my case every document has a guid.
Actually, it filters out every document except the *first* which has a
GUID. Note that I have "if (termDocs.next())", as opposed to "while".
In a single index there are no duplicates. Duplicates are only a problem when
I search multiple indexes.
Indeed. So you'll definitely need to implement this same logic but
iterating through multiple TermEnums at once. Or, is it possible to use
a MultiReader? That would bypass the difficulty entirely.
Daniel
--
Daniel Noll
NUIX Pty Ltd
Level 8, 143 York Street, Sydney 2000
Phone: (02) 9283 9010
Fax: (02) 9283 9020
This message is intended only for the named recipient. If you are not
the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
message or attachment is strictly prohibited.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]