Uses of Enum
org.apache.lucene.index.DocValuesType
Packages that use DocValuesType
Package
Description
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 6.0 index 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.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 that return DocValuesTypeModifier and TypeMethodDescriptionprivate static DocValuesTypeLucene50FieldInfosFormat.getDocValuesType(IndexInput input, byte b) Methods in org.apache.lucene.codecs.lucene50 with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static byteLucene50FieldInfosFormat.docValuesByte(DocValuesType type) -
Uses of DocValuesType in org.apache.lucene.codecs.lucene60
Methods in org.apache.lucene.codecs.lucene60 that return DocValuesTypeModifier and TypeMethodDescriptionprivate static DocValuesTypeLucene60FieldInfosFormat.getDocValuesType(IndexInput input, byte b) Methods in org.apache.lucene.codecs.lucene60 with parameters of type DocValuesTypeModifier and TypeMethodDescriptionprivate static byteLucene60FieldInfosFormat.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.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 type with the specified name.static DocValuesType[]DocValuesType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.index with parameters of type DocValuesTypeModifier and TypeMethodDescription(package private) intFieldInfos.FieldNumbers.addOrGet(String fieldName, int preferredFieldNumber, IndexOptions indexOptions, DocValuesType dvType, int dimensionCount, int indexDimensionCount, int dimensionNumBytes, boolean isSoftDeletesField) Returns the global field number for the given field name.private FieldInfoFieldInfos.Builder.addOrUpdateInternal(String name, int preferredFieldNumber, boolean storeTermVector, boolean omitNorms, boolean storePayloads, IndexOptions indexOptions, DocValuesType docValues, long dvGen, Map<String, String> attributes, int dataDimensionCount, int indexDimensionCount, int dimensionNumBytes, boolean isSoftDeletesField) private static voidDocValues.checkField(LeafReader in, String field, DocValuesType... expected) (package private) booleanFieldInfos.FieldNumbers.contains(String fieldName, DocValuesType dvType) Returns true if thefieldNameexists in the map and is of the samedvType.private FieldInfoCodecReader.getDVField(String field, DocValuesType type) private voidDefaultIndexingChain.indexDocValue(int docID, DefaultIndexingChain.PerField fp, DocValuesType dvType, IndexableField field) Called from processDocument to index one field's doc valuevoidFieldInfo.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 voidDefaultIndexingChain.validateIndexSortDVType(Sort indexSort, String fieldToValidate, DocValuesType dvType) (package private) voidFieldInfos.FieldNumbers.verifyConsistent(Integer number, String name, DocValuesType dvType) Constructors 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, boolean softDeletesField) 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)