fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-12-02 19:36:13 +00:00
parent a5cafb5014
commit 8c8043acc0
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ import org.apache.lucene.index.codecs.TermVectorsFormat;
import org.apache.lucene.index.codecs.perfield.PerFieldPostingsFormat;
/**
* Implements the Lucene 4.0 index format, with configurable per-field postings formats
* and using {@link DefaultStoredFieldsFormat} for stored fields and {@link
* DefaultDocValuesFormat} for doc values.
* Implements the Lucene 4.0 index format, with configurable per-field postings formats.
*
* @lucene.experimental
*/