mirror of https://github.com/apache/lucene.git
LUCENE-2308: fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1163277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e4944b84b
commit
9009a83421
|
@ -26,7 +26,7 @@ import org.apache.lucene.index.FieldInfo.IndexOptions;
|
|||
* or access through the field cache.
|
||||
*
|
||||
* <p/>This field's value is not stored by default; use the
|
||||
* {@link TYPE_STORED} type (pass it to <code>new
|
||||
* {@link StringField#TYPE_STORED} type (pass it to <code>new
|
||||
* Field</code>) to store the value. */
|
||||
|
||||
public final class StringField extends Field {
|
||||
|
|
|
@ -26,7 +26,7 @@ import org.apache.lucene.analysis.TokenStream;
|
|||
* field, that contains the bulk of a document's text.
|
||||
*
|
||||
* This field's value is not stored by default; use the
|
||||
* {@link TYPE_STORED} type (pass it to <code>new
|
||||
* {@link TextField#TYPE_STORED} type (pass it to <code>new
|
||||
* Field</code>) to store the value. */
|
||||
|
||||
public final class TextField extends Field {
|
||||
|
|
Loading…
Reference in New Issue