public abstract class FieldProperties extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
BINARY |
protected static int |
DOC_VALUES |
protected static int |
INDEXED |
protected static int |
LARGE_FIELD |
protected static int |
MULTIVALUED |
protected static int |
OMIT_NORMS |
protected static int |
OMIT_POSITIONS |
protected static int |
OMIT_TF_POSITIONS |
protected static int |
REQUIRED |
protected static int |
SORT_MISSING_FIRST |
protected static int |
SORT_MISSING_LAST |
protected static int |
STORE_OFFSETS |
protected static int |
STORE_TERMOFFSETS |
protected static int |
STORE_TERMPAYLOADS |
protected static int |
STORE_TERMPOSITIONS |
protected static int |
STORE_TERMVECTORS |
protected static int |
STORED |
protected static int |
TOKENIZED |
protected static int |
USE_DOCVALUES_AS_STORED |
Constructor and Description |
---|
FieldProperties() |
protected static final int INDEXED
protected static final int TOKENIZED
protected static final int STORED
protected static final int BINARY
protected static final int OMIT_NORMS
protected static final int OMIT_TF_POSITIONS
protected static final int STORE_TERMVECTORS
protected static final int STORE_TERMPOSITIONS
protected static final int STORE_TERMOFFSETS
protected static final int MULTIVALUED
protected static final int SORT_MISSING_FIRST
protected static final int SORT_MISSING_LAST
protected static final int REQUIRED
protected static final int OMIT_POSITIONS
protected static final int STORE_OFFSETS
protected static final int DOC_VALUES
protected static final int STORE_TERMPAYLOADS
protected static final int USE_DOCVALUES_AS_STORED
protected static final int LARGE_FIELD
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.