Uses of Class
org.apache.lucene.codecs.lucene50.Lucene50StoredFieldsFormat.Mode
-
Packages that use Lucene50StoredFieldsFormat.Mode Package Description org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format. -
-
Uses of Lucene50StoredFieldsFormat.Mode in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return Lucene50StoredFieldsFormat.Mode Modifier and Type Method Description static Lucene50StoredFieldsFormat.ModeLucene50StoredFieldsFormat.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Lucene50StoredFieldsFormat.Mode[]Lucene50StoredFieldsFormat.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.codecs.lucene50 with parameters of type Lucene50StoredFieldsFormat.Mode Constructor Description Lucene50StoredFieldsFormat(Lucene50StoredFieldsFormat.Mode mode)Stored fields format with specified mode -
Uses of Lucene50StoredFieldsFormat.Mode in org.apache.lucene.codecs.lucene84
Constructors in org.apache.lucene.codecs.lucene84 with parameters of type Lucene50StoredFieldsFormat.Mode Constructor Description Lucene84Codec(Lucene50StoredFieldsFormat.Mode mode)Instantiates a new codec, specifying the stored fields compression mode to use.
-