Package org.apache.solr.schema
Class FieldProperties
java.lang.Object
org.apache.solr.schema.FieldProperties
- Direct Known Subclasses:
FieldType,SchemaField
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INDEXED
protected static final int INDEXED- See Also:
-
TOKENIZED
protected static final int TOKENIZED- See Also:
-
STORED
protected static final int STORED- See Also:
-
BINARY
protected static final int BINARY- See Also:
-
OMIT_NORMS
protected static final int OMIT_NORMS- See Also:
-
OMIT_TF_POSITIONS
protected static final int OMIT_TF_POSITIONS- See Also:
-
STORE_TERMVECTORS
protected static final int STORE_TERMVECTORS- See Also:
-
STORE_TERMPOSITIONS
protected static final int STORE_TERMPOSITIONS- See Also:
-
STORE_TERMOFFSETS
protected static final int STORE_TERMOFFSETS- See Also:
-
MULTIVALUED
protected static final int MULTIVALUED- See Also:
-
SORT_MISSING_FIRST
protected static final int SORT_MISSING_FIRST- See Also:
-
SORT_MISSING_LAST
protected static final int SORT_MISSING_LAST- See Also:
-
REQUIRED
protected static final int REQUIRED- See Also:
-
OMIT_POSITIONS
protected static final int OMIT_POSITIONS- See Also:
-
STORE_OFFSETS
protected static final int STORE_OFFSETS- See Also:
-
DOC_VALUES
protected static final int DOC_VALUES- See Also:
-
STORE_TERMPAYLOADS
protected static final int STORE_TERMPAYLOADS- See Also:
-
USE_DOCVALUES_AS_STORED
protected static final int USE_DOCVALUES_AS_STORED- See Also:
-
LARGE_FIELD
protected static final int LARGE_FIELD- See Also:
-
UNINVERTIBLE
protected static final int UNINVERTIBLE- See Also:
-
-
Constructor Details
-
FieldProperties
public FieldProperties()
-