- Updated Javadocs.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-01-07 16:09:03 +00:00
parent d9a164b6b2
commit c8a221d1e1
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public final class Document implements java.io.Serializable {
/**
* 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 @@ public final class Document implements java.io.Serializable {
/**
* 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