Uses of Class
org.apache.lucene.codecs.DocValuesFormat
-
-
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene70
Subclasses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene70 Modifier and Type Class Description class
Lucene70DocValuesFormat
Lucene 7.0 DocValues format.Fields in org.apache.lucene.backward_codecs.lucene70 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene70Codec. defaultDVFormat
private DocValuesFormat
Lucene70Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene70 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene70Codec. docValuesFormat()
-
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene80
Subclasses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene80 Modifier and Type Class Description class
Lucene80DocValuesFormat
Lucene 8.0 DocValues format.Fields in org.apache.lucene.backward_codecs.lucene80 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene80Codec. defaultDVFormat
private DocValuesFormat
Lucene80Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene80 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene80Codec. docValuesFormat()
-
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene84Codec. defaultDVFormat
private DocValuesFormat
Lucene84Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene84 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene84Codec. docValuesFormat()
DocValuesFormat
Lucene84Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene86Codec. defaultDVFormat
private DocValuesFormat
Lucene86Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene86 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene86Codec. docValuesFormat()
DocValuesFormat
Lucene86Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene87Codec. defaultDVFormat
private DocValuesFormat
Lucene87Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene87 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene87Codec. docValuesFormat()
DocValuesFormat
Lucene87Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene90Codec. defaultDVFormat
private DocValuesFormat
Lucene90Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene90 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene90Codec. docValuesFormat()
DocValuesFormat
Lucene90Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene91Codec. defaultDVFormat
private DocValuesFormat
Lucene91Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene91 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene91Codec. docValuesFormat()
DocValuesFormat
Lucene91Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene92Codec. defaultDVFormat
private DocValuesFormat
Lucene92Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene92 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene92Codec. docValuesFormat()
DocValuesFormat
Lucene92Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene94Codec. defaultDVFormat
private DocValuesFormat
Lucene94Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene94 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene94Codec. docValuesFormat()
DocValuesFormat
Lucene94Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene95Codec. defaultDVFormat
private DocValuesFormat
Lucene95Codec. docValuesFormat
Methods in org.apache.lucene.backward_codecs.lucene95 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene95Codec. docValuesFormat()
DocValuesFormat
Lucene95Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs with type parameters of type DocValuesFormat Modifier and Type Field Description private static NamedSPILoader<DocValuesFormat>
DocValuesFormat.Holder. LOADER
Methods in org.apache.lucene.codecs that return DocValuesFormat Modifier and Type Method Description abstract DocValuesFormat
Codec. docValuesFormat()
Encodes/decodes docvaluesDocValuesFormat
FilterCodec. docValuesFormat()
static DocValuesFormat
DocValuesFormat. forName(java.lang.String name)
looks up a format by nameMethods in org.apache.lucene.codecs that return types with arguments of type DocValuesFormat Modifier and Type Method Description (package private) static NamedSPILoader<DocValuesFormat>
DocValuesFormat.Holder. getLoader()
-
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene90
Subclasses of DocValuesFormat in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description class
Lucene90DocValuesFormat
Lucene 9.0 DocValues format. -
Uses of DocValuesFormat in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
Lucene99Codec. defaultDVFormat
private DocValuesFormat
Lucene99Codec. docValuesFormat
Methods in org.apache.lucene.codecs.lucene99 that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
Lucene99Codec. docValuesFormat()
DocValuesFormat
Lucene99Codec. getDocValuesFormatForField(java.lang.String field)
Returns the docvalues format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs.perfield
Subclasses of DocValuesFormat in org.apache.lucene.codecs.perfield Modifier and Type Class Description class
PerFieldDocValuesFormat
Enables per field docvalues support.Fields in org.apache.lucene.codecs.perfield with type parameters of type DocValuesFormat Modifier and Type Field Description private java.util.Map<DocValuesFormat,PerFieldDocValuesFormat.ConsumerAndSuffix>
PerFieldDocValuesFormat.FieldsWriter. formats
Methods in org.apache.lucene.codecs.perfield that return DocValuesFormat Modifier and Type Method Description abstract DocValuesFormat
PerFieldDocValuesFormat. getDocValuesFormatForField(java.lang.String field)
Returns the doc values format that should be used for writing new segments offield
. -
Uses of DocValuesFormat in org.apache.lucene.codecs.simpletext
Subclasses of DocValuesFormat in org.apache.lucene.codecs.simpletext Modifier and Type Class Description (package private) class
SimpleTextDocValuesFormat
plain text doc values format.Fields in org.apache.lucene.codecs.simpletext declared as DocValuesFormat Modifier and Type Field Description private DocValuesFormat
SimpleTextCodec. dvFormat
Methods in org.apache.lucene.codecs.simpletext that return DocValuesFormat Modifier and Type Method Description DocValuesFormat
SimpleTextCodec. docValuesFormat()
-
Uses of DocValuesFormat in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type DocValuesFormat Modifier and Type Method Description private void
ReadersAndUpdates. handleDVUpdates(FieldInfos infos, Directory dir, DocValuesFormat dvFormat, SegmentReader reader, java.util.Map<java.lang.Integer,java.util.Set<java.lang.String>> fieldFiles, long maxDelGen, InfoStream infoStream)
-