otis 2003/01/07 08:09:03 Modified: src/java/org/apache/lucene/document Document.java Log: - Updated Javadocs. Revision Changes Path 1.7 +3 -0 jakarta-lucene/src/java/org/apache/lucene/document/Document.java Index: Document.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/document/Document.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Document.java 7 Jan 2003 04:49:20 -0000 1.6 +++ Document.java 7 Jan 2003 16:09:03 -0000 1.7 @@ -140,6 +140,7 @@ /** * Returns an array of {@link Field}s with the given name. + * This method can return <code>null</code>. * * @param name the name of the field * @return a <code>Field[]</code> array @@ -165,6 +166,8 @@ /** * Returns an array of values of the field specified as the method parameter. + * This method can return <code>null</code>. + * UnStored fields' values cannot be returned by this method. * * @param name the name of the field * @return a <code>String[]</code> of field values
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>