corrected a typo in javadoc (patch from Daniel)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-04-16 09:48:25 +00:00
parent e0ea2909c3
commit 3f151fa5f6
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ public final class Field implements java.io.Serializable {
public final boolean isTokenized() { return isTokenized; }
/** True iff the term or terms used to index this field are stored as a term
* vector, avaliable from {@link IndexReader#getTermFreqVector(int,String)}.
* vector, available from {@link IndexReader#getTermFreqVector(int,String)}.
* These methods do not provide access to the original content of the field,
* only to terms used to index it. If the original content must be
* preserved, use the <code>stored</code> attribute instead.