On 4/4/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
Is there an efficient way to know how many distinct terms there are
for a given field name?

I know I can walk through a TermEnum and put them into a hash

No hash needed... just walk through the TermEnum and count.

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to