On Apr 25, 2005, at 2:56 PM, Doug Cutting wrote:
Erik Hatcher wrote:
There are two .java files attached that may not make it through to
the list. These are simple wrappers that do exactly what you'd
expect. The idea is to make dealing with Lucene Hits more "Java
like" with an Iterator, which i
Erik Hatcher wrote:
There are two .java files attached that may not make it through to the
list. These are simple wrappers that do exactly what you'd expect. The
idea is to make dealing with Lucene Hits more "Java like" with an
Iterator, which in turn makes this much more amenable to Groovy.
+
om: Jeremy Rayner <[EMAIL PROTECTED]>
Date: April 22, 2005 3:18:31 PM EDT
To: Erik Hatcher <[EMAIL PROTECTED]>
Subject: Re: Lucene and Groovy...
Reply-To: Jeremy Rayner <[EMAIL PROTECTED]>
Hi Erik,
hits.each {
println(it["filename"])
}
OK, I've implemented the