You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Koji Sekiguchi <ko...@m4.dion.ne.jp> on 2006/01/14 03:04:16 UTC

Hits or HitIterator

Hello,

I'm using Lucene 1.9 and found HitIterator class.
What is this class for?
Is it for Java Groovy (Iterator lovers) or more than that?

Thanks in advance,

Koji




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Hits or HitIterator

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
HitIterator is simply a facade over Hits that implements the Iterator  
interface, making it a bit more aesthetic to work with, and such it  
makes using Groovy with Lucene a lot cleaner.  Nothing more than that.

	Erik


On Jan 13, 2006, at 9:04 PM, Koji Sekiguchi wrote:

> Hello,
>
> I'm using Lucene 1.9 and found HitIterator class.
> What is this class for?
> Is it for Java Groovy (Iterator lovers) or more than that?
>
> Thanks in advance,
>
> Koji
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org