Package org.apache.solr.schema
Class FieldProperties
- java.lang.Object
- 
- org.apache.solr.schema.FieldProperties
 
- 
- Direct Known Subclasses:
- FieldType,- SchemaField
 
 public abstract class FieldProperties extends Object - NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static intBINARYprotected static intDOC_VALUESprotected static intINDEXEDprotected static intLARGE_FIELDprotected static intMULTIVALUEDprotected static intOMIT_NORMSprotected static intOMIT_POSITIONSprotected static intOMIT_TF_POSITIONSprotected static intREQUIREDprotected static intSORT_MISSING_FIRSTprotected static intSORT_MISSING_LASTprotected static intSTORE_OFFSETSprotected static intSTORE_TERMOFFSETSprotected static intSTORE_TERMPAYLOADSprotected static intSTORE_TERMPOSITIONSprotected static intSTORE_TERMVECTORSprotected static intSTOREDprotected static intTOKENIZEDprotected static intUNINVERTIBLEprotected static intUSE_DOCVALUES_AS_STORED
 - 
Constructor SummaryConstructors Constructor Description FieldProperties()
 
- 
- 
- 
Field Detail- 
INDEXEDprotected static final int INDEXED - See Also:
- Constant Field Values
 
 - 
TOKENIZEDprotected static final int TOKENIZED - See Also:
- Constant Field Values
 
 - 
STOREDprotected static final int STORED - See Also:
- Constant Field Values
 
 - 
BINARYprotected static final int BINARY - See Also:
- Constant Field Values
 
 - 
OMIT_NORMSprotected static final int OMIT_NORMS - See Also:
- Constant Field Values
 
 - 
OMIT_TF_POSITIONSprotected static final int OMIT_TF_POSITIONS - See Also:
- Constant Field Values
 
 - 
STORE_TERMVECTORSprotected static final int STORE_TERMVECTORS - See Also:
- Constant Field Values
 
 - 
STORE_TERMPOSITIONSprotected static final int STORE_TERMPOSITIONS - See Also:
- Constant Field Values
 
 - 
STORE_TERMOFFSETSprotected static final int STORE_TERMOFFSETS - See Also:
- Constant Field Values
 
 - 
MULTIVALUEDprotected static final int MULTIVALUED - See Also:
- Constant Field Values
 
 - 
SORT_MISSING_FIRSTprotected static final int SORT_MISSING_FIRST - See Also:
- Constant Field Values
 
 - 
SORT_MISSING_LASTprotected static final int SORT_MISSING_LAST - See Also:
- Constant Field Values
 
 - 
REQUIREDprotected static final int REQUIRED - See Also:
- Constant Field Values
 
 - 
OMIT_POSITIONSprotected static final int OMIT_POSITIONS - See Also:
- Constant Field Values
 
 - 
STORE_OFFSETSprotected static final int STORE_OFFSETS - See Also:
- Constant Field Values
 
 - 
DOC_VALUESprotected static final int DOC_VALUES - See Also:
- Constant Field Values
 
 - 
STORE_TERMPAYLOADSprotected static final int STORE_TERMPAYLOADS - See Also:
- Constant Field Values
 
 - 
USE_DOCVALUES_AS_STOREDprotected static final int USE_DOCVALUES_AS_STORED - See Also:
- Constant Field Values
 
 - 
LARGE_FIELDprotected static final int LARGE_FIELD - See Also:
- Constant Field Values
 
 - 
UNINVERTIBLEprotected static final int UNINVERTIBLE - See Also:
- Constant Field Values
 
 
- 
 
-