: > Lucene searching system. How do you manages the iterator and what : > is the : > method callback at query execution time(a broader view). : : There really isn't any method callback, at least not in the way I'm : thinking of it. When you search you get back Hits. Hits is an
If you want a lower leve3l API, look at the methods that use a HitCollector ... it's basically a callback for every document that matches, but they are in document order -- you are responsible for doing any sorting yourself. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]