mirror of https://github.com/apache/lucene.git
Lucene41StoredFieldsFormat: missing javadocs.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1408820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da6d1ed228
commit
0b22d0b4a6
|
@ -145,6 +145,7 @@ import org.apache.lucene.util.packed.PackedInts;
|
|||
*/
|
||||
public final class Lucene41StoredFieldsFormat extends CompressingStoredFieldsFormat {
|
||||
|
||||
/** Sole constructor. */
|
||||
public Lucene41StoredFieldsFormat() {
|
||||
super(CompressionMode.FAST, 1 << 14);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue