Re: svn commit: r557445 - in /lucene/java/trunk: CHANGES.txt src/java/org/apache/lucene/document/Field.java src/test/org/apache/lucene/document/TestDocument.java

2007-07-19 Thread Michael McCandless
I agree. I will add wording to that effect, and also link over to the Wiki page for details (and update the Wiki page with these details!). Mike "Doron Cohen" <[EMAIL PROTECTED]> wrote: > mikemccand wrote: > > + /** Expert: change the value of this field. This can be > > + * used during i

Re: svn commit: r557445 - in /lucene/java/trunk: CHANGES.txt src/java/org/apache/lucene/document/Field.java src/test/org/apache/lucene/document/TestDocument.java

2007-07-18 Thread Doron Cohen
mikemccand wrote: > + /** Expert: change the value of this field. This can be > + * used during indexing to re-use a single Field instance > + * to improve indexing speed. */ > + public void setValue(String value) { Would it make sense to warn from modifying the field value before the doc