|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.solr.schema.FieldProperties org.apache.solr.schema.FieldType org.apache.solr.schema.PrimitiveFieldType org.apache.solr.schema.TrieField org.apache.solr.schema.TrieLongField
public class TrieLongField
A numeric field that can contain 64-bit signed two's complement integer values.
Long
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.solr.schema.TrieField |
---|
TrieField.TrieTypes |
Nested classes/interfaces inherited from class org.apache.solr.schema.FieldType |
---|
FieldType.DefaultAnalyzer |
Field Summary |
---|
Fields inherited from class org.apache.solr.schema.TrieField |
---|
DEFAULT_PRECISION_STEP, missingValue, precisionStep, precisionStepArg, type |
Fields inherited from class org.apache.solr.schema.FieldType |
---|
analyzer, args, falseProperties, log, POLY_FIELD_SEPARATOR, postingsFormat, queryAnalyzer, similarity, trueProperties, typeName |
Fields inherited from class org.apache.solr.schema.FieldProperties |
---|
BINARY, INDEXED, MULTIVALUED, OMIT_NORMS, OMIT_POSITIONS, OMIT_TF_POSITIONS, REQUIRED, SORT_MISSING_FIRST, SORT_MISSING_LAST, STORE_TERMOFFSETS, STORE_TERMPOSITIONS, STORE_TERMVECTORS, STORED, TOKENIZED |
Constructor Summary | |
---|---|
TrieLongField()
|
Method Summary |
---|
Methods inherited from class org.apache.solr.schema.TrieField |
---|
createField, getMainValuePrefix, getPrecisionStep, getRangeQuery, getSortField, getType, getValueSource, indexedToReadable, indexedToReadable, init, isTokenized, multiValuedFieldCache, readableToIndexed, readableToIndexed, storedToIndexed, storedToReadable, toExternal, toInternal, toObject, toObject, write |
Methods inherited from class org.apache.solr.schema.FieldType |
---|
createField, createFields, getAnalyzer, getArg, getFieldQuery, getIndexOptions, getPostingsFormat, getQueryAnalyzer, getSimilarity, getStringSort, getTypeName, hasProperty, isMultiValued, isPolyField, restrictProps, setAnalyzer, setQueryAnalyzer, setSimilarity, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrieLongField()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |