I think I was modeling it after IndexInput which does a similar thing
when reading in String data to avoid having to reallocate the buffer
unless it is necessary. But you're right, in looking at it now,
there really is no need for it since the LazyField is instantiated
each time it is read in.
On Oct 7, 2006, at 12:29 PM, Yonik Seeley wrote:
While reviewing some of the LazyField code in preparation for Solr
support,
https://issues.apache.org/jira/browse/SOLR-52
I noticed that the char[] used to read the String data is a member,
and thus kept around after the data is read and a String constructed.
It doesn't look like it serves any purpose... I assume this is just a
little oversight?
-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene
search server
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------
Grant Ingersoll
Sr. Software Engineer
Center for Natural Language Processing
Syracuse University
335 Hinds Hall
Syracuse, NY 13244
http://www.cnlp.org
Voice: 315-443-5484
Skype: grant_ingersoll
Fax: 315-443-6886
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]