DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31926>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31926 Exception getting terms from IndexReader [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-10-28 05:10 ------- I've been inspecting my code more closely, and i finally discovered a mistake : it closed the reader before the end of the enumeration. I suppose that in case of few occurences, all the terms can be loaded in a single read, but when the index contains more terms, the enumerator probably comes back to the reader to get data progressively. Logical... and fine !!! So... no bug ! Sorry for troubles... and thanks anyway. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]