mirror of https://github.com/apache/lucene.git
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:
parent
e0ea2909c3
commit
3f151fa5f6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue