I was just *incorrectly* thinking that this is an API problem, and that's why I sent my mail to this list. Anyway, sorry for disturbance.
Chris Hostetter wrote: > > > 1) if you have questions about using the java lucene library, please send > them to the [EMAIL PROTECTED] mailing list ... java-dev if for discussing > hte development of the library. > > 2) ... > > : Since Hits.hitDoc(int) is private, the only way to access nth documet in > a > : returnd Hits object is to iterate over it n times. Why don't you make it > : public? > > i don't understand why you think you need to iterate to get the nth match > ... just call hits.doc(n) > > > > -Hoss > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Hits.hitDoc%28int%29-tf3500174.html#a9776352 Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
