Java org.apache.lucene.index DocValuesType fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index DocValuesType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index DocValuesType.

The text is from its open source code.

Field

DocValuesTypeNONE
No doc values for this field.
DocValuesTypeNUMERIC
A per-document Number
DocValuesTypeBINARY
A per-document byte[].
DocValuesTypeSORTED
A pre-sorted byte[].
DocValuesTypeSORTED_NUMERIC
A pre-sorted Number[].
DocValuesTypeSORTED_SET
A pre-sorted Set<byte[]>.