On Mon, Mar 17, 2008 at 5:59 PM, Ryan McKinley <[EMAIL PROTECTED]> wrote:
>  [* TO *] iterates over all docs in the index, so that is not a fair
>  comparison...

It's equivalent to iterating over all docs in the index, but it's
worse since it iterates over all terms in the field and then all docs
for each term (which should be just 1 for the id field).

Iterating over all docs of a single term (even if it's every doc in
the index) is much faster.

-Yonik

Reply via email to