Uses of Enum Class
org.apache.lucene.index.DocValuesType
Packages that use DocValuesType
Package
Description
Lucene 6.0 file format.
Lucene 9.0 file format.
Lucene 9.4 file format.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
-
Uses of DocValuesType in org.apache.lucene.backward_codecs.lucene60
Methods in org.apache.lucene.backward_codecs.lucene60 that return DocValuesTypeModifier and TypeMethodDescriptionprivate static DocValuesTypeLucene60FieldInfosFormat.getDocValuesType(IndexInput input, byte b) Methods in org.apache.lucene.backward_codecs.lucene60 with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static byteLucene60FieldInfosFormat.docValuesByte(DocValuesType type) -
Uses of DocValuesType in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return DocValuesTypeModifier and TypeMethodDescriptionprivate static DocValuesTypeLucene90FieldInfosFormat.getDocValuesType(IndexInput input, byte b) Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static byteLucene90FieldInfosFormat.docValuesByte(DocValuesType type) -
Uses of DocValuesType in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 that return DocValuesTypeModifier and TypeMethodDescriptionprivate static DocValuesTypeLucene94FieldInfosFormat.getDocValuesType(IndexInput input, byte b) Methods in org.apache.lucene.codecs.lucene94 with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static byteLucene94FieldInfosFormat.docValuesByte(DocValuesType type) -
Uses of DocValuesType in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return DocValuesTypeMethods in org.apache.lucene.codecs.simpletext with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static StringSimpleTextFieldInfosFormat.getDocValuesType(DocValuesType type) private voidSimpleTextDocValuesWriter.writeFieldEntry(FieldInfo field, DocValuesType type) write the header for this field -
Uses of DocValuesType in org.apache.lucene.document
Fields in org.apache.lucene.document declared as DocValuesTypeMethods in org.apache.lucene.document that return DocValuesTypeModifier and TypeMethodDescriptionFieldType.docValuesType()DocValuesDocValuesType: how the field's value will be indexed into docValues.Methods in org.apache.lucene.document with parameters of type DocValuesTypeModifier and TypeMethodDescriptionvoidFieldType.setDocValuesType(DocValuesType type) Sets the field's DocValuesType -
Uses of DocValuesType in org.apache.lucene.index
Fields in org.apache.lucene.index declared as DocValuesTypeModifier and TypeFieldDescriptionprivate DocValuesTypeFieldInfo.docValuesTypeprivate DocValuesTypeIndexingChain.FieldSchema.docValuesType(package private) final DocValuesTypeDocValuesFieldUpdates.type(package private) final DocValuesTypeDocValuesUpdate.typeFields in org.apache.lucene.index with type parameters of type DocValuesTypeModifier and TypeFieldDescriptionprivate final Map<String, DocValuesType> FieldInfos.FieldNumbers.docValuesTypeMethods in org.apache.lucene.index that return DocValuesTypeModifier and TypeMethodDescriptionIndexableFieldType.docValuesType()DocValuesDocValuesType: how the field's value will be indexed into docValues.FieldInfo.getDocValuesType()ReturnsDocValuesTypeof the docValues; this isDocValuesType.NONEif the field has no docvalues.static DocValuesTypeReturns the enum constant of this class with the specified name.static DocValuesType[]DocValuesType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.index with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static voidDocValues.checkField(LeafReader in, String field, DocValuesType... expected) (package private) FieldInfoFieldInfos.FieldNumbers.constructFieldInfo(String fieldName, DocValuesType dvType, int newFieldNumber) Construct a new FieldInfo based on the options in global field numbers.private FieldInfoCodecReader.getDVField(String field, DocValuesType type) private voidIndexingChain.indexDocValue(int docID, IndexingChain.PerField fp, DocValuesType dvType, IndexableField field) Called from processDocument to index one field's doc value(package private) voidIndexingChain.FieldSchema.setDocValues(DocValuesType newDocValuesType) voidFieldInfo.setDocValuesType(DocValuesType type) Record that this field is indexed with docvalues, with the specified type(package private) voidFieldInfos.FieldNumbers.setDocValuesType(int number, String name, DocValuesType dvType) private voidIndexingChain.validateIndexSortDVType(Sort indexSort, String fieldToValidate, DocValuesType dvType) (package private) voidFieldInfos.FieldNumbers.verifyConsistent(Integer number, String name, DocValuesType dvType) (package private) voidFieldInfos.FieldNumbers.verifyOrCreateDvOnlyField(String fieldName, DocValuesType dvType, boolean fieldMustExist) This function is called fromIndexWriterto verify if doc values of the field can be updated.(package private) static voidFieldInfo.verifySameDocValuesType(String fieldName, DocValuesType docValuesType1, DocValuesType docValuesType2, boolean strictlyConsistent) Verify that the provided docValues type are the sameConstructors in org.apache.lucene.index with parameters of type DocValuesTypeModifierConstructorDescriptionprotectedDocValuesFieldUpdates(int maxDoc, long delGen, String field, DocValuesType type) protectedDocValuesUpdate(DocValuesType type, Term term, String field, int docIDUpTo, boolean hasValue) Constructor.FieldInfo(String name, int number, boolean storeTermVector, boolean omitNorms, boolean storePayloads, IndexOptions indexOptions, DocValuesType docValues, long dvGen, Map<String, String> attributes, int pointDimensionCount, int pointIndexDimensionCount, int pointNumBytes, int vectorDimension, VectorEncoding vectorEncoding, VectorSimilarityFunction vectorSimilarityFunction, boolean softDeletesField, boolean isParentField) Sole constructor.protectedSingleValueDocValuesFieldUpdates(int maxDoc, long delGen, String field, DocValuesType type) -
Uses of DocValuesType in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate MemoryIndex.InfoMemoryIndex.MemoryIndexReader.getInfoForExpectedDocValuesType(String fieldName, DocValuesType expectedType) private SortedDocValuesMemoryIndex.MemoryIndexReader.getSortedDocValues(String field, DocValuesType docValuesType) private voidMemoryIndex.storeDocValues(MemoryIndex.Info info, DocValuesType docValuesType, Object docValuesValue)