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