Package org.apache.solr.schema
Class TrieIntField
- 
- All Implemented Interfaces:
- IntValueFieldType,- NumericValueFieldType
 
 @Deprecated public class TrieIntField extends TrieField implements IntValueFieldType Deprecated.Trie fields are deprecated as of Solr 7.0A numeric field that can contain 32-bit signed two's complement integer values.- Min Value Allowed: -2147483648
- Max Value Allowed: 2147483647
 - See Also:
- Integer,- IntPointField
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.schema.FieldTypeFieldType.DefaultAnalyzer, FieldType.MultiValueSelector
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.solr.schema.TrieFieldDEFAULT_PRECISION_STEP, precisionStep, precisionStepArg
 - 
Fields inherited from class org.apache.solr.schema.NumericFieldTypedoubleOrFloat, type
 - 
Fields inherited from class org.apache.solr.schema.FieldTypeANALYZER, args, AUTO_GENERATE_PHRASE_QUERIES, CHAR_FILTER, CHAR_FILTERS, CLASS_NAME, docValuesFormat, ENABLE_GRAPH_QUERIES, falseProperties, FILTER, FILTERS, INDEX, INDEX_ANALYZER, MULTI_TERM, MULTI_TERM_ANALYZER, POLY_FIELD_SEPARATOR, postingsFormat, properties, QUERY, QUERY_ANALYZER, similarity, SIMILARITY, similarityFactory, SYNONYM_QUERY_STYLE, TOKENIZER, trueProperties, TYPE, TYPE_NAME, typeName
 - 
Fields inherited from class org.apache.solr.schema.FieldPropertiesBINARY, DOC_VALUES, INDEXED, LARGE_FIELD, MULTIVALUED, OMIT_NORMS, OMIT_POSITIONS, OMIT_TF_POSITIONS, REQUIRED, SORT_MISSING_FIRST, SORT_MISSING_LAST, STORE_OFFSETS, STORE_TERMOFFSETS, STORE_TERMPAYLOADS, STORE_TERMPOSITIONS, STORE_TERMVECTORS, STORED, TOKENIZED, UNINVERTIBLE, USE_DOCVALUES_AS_STORED
 
- 
 - 
Constructor SummaryConstructors Constructor Description TrieIntField()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.apache.lucene.queries.function.ValueSourcegetSingleValueSource(org.apache.lucene.search.SortedSetSelector.Type choice, SchemaField f)Deprecated.Helper method that will only be called for multivalued Trie fields that have doc values.ObjecttoNativeType(Object val)Deprecated.Converts any Object to a java Object native to this field type- 
Methods inherited from class org.apache.solr.schema.TrieFieldcreateField, createFields, getMainValuePrefix, getPrecisionStep, getSingleValueSource, getSortField, getSpecializedRangeQuery, getUninversionType, getValueSource, indexedToReadable, indexedToReadable, init, isTokenized, multiValuedFieldCache, readableToIndexed, readableToIndexed, storedToIndexed, storedToReadable, toExternal, toInternal, toObject, toObject, write
 - 
Methods inherited from class org.apache.solr.schema.NumericFieldTypegetDocValuesRangeQuery, getNumberType, getRangeQueryForFloatDoubleDocValues, getRangeQueryForMultiValuedDoubleDocValues, getRangeQueryForMultiValuedFloatDocValues, getSpecializedExistenceQuery, numericDocValuesRangeQuery, treatUnboundedRangeAsExistence
 - 
Methods inherited from class org.apache.solr.schema.PrimitiveFieldTypecheckSupportsDocValues, getDefaultMultiValueSelectorForSort
 - 
Methods inherited from class org.apache.solr.schema.FieldTypecheckSchemaField, createField, getAnalyzerProperties, getClassArg, getDocValuesFormat, getExistenceQuery, getFieldQuery, getFieldTermQuery, getIndexAnalyzer, getNamedPropertyValues, getNonFieldPropertyArgs, getNumericSort, getPostingsFormat, getPrefixQuery, getQueryAnalyzer, getRangeQuery, getRewriteMethod, getSetQuery, getSimilarity, getSimilarityFactory, getSortedNumericSortField, getSortedSetSortField, getSortField, getStringSort, getTypeName, hasProperty, isExplicitAnalyzer, isExplicitQueryAnalyzer, isMultiValued, isPointField, isPolyField, isUtf8Field, marshalBase64SortValue, marshalSortValue, marshalStringSortValue, restrictProps, setArgs, setIndexAnalyzer, setIsExplicitAnalyzer, setIsExplicitQueryAnalyzer, setQueryAnalyzer, setSimilarity, supportsAnalyzers, toString, unmarshalBase64SortValue, unmarshalSortValue, unmarshalStringSortValue, useDocValuesAsStored, write
 
- 
 
- 
- 
- 
Method Detail- 
toNativeTypepublic Object toNativeType(Object val) Deprecated.Description copied from class:FieldTypeConverts any Object to a java Object native to this field type- Overrides:
- toNativeTypein class- FieldType
 
 - 
getSingleValueSourceprotected org.apache.lucene.queries.function.ValueSource getSingleValueSource(org.apache.lucene.search.SortedSetSelector.Type choice, SchemaField f)Deprecated.Description copied from class:TrieFieldHelper method that will only be called for multivalued Trie fields that have doc values. Default impl throws an error indicating that selecting a single value from this multivalued field is not supported for this field type- Overrides:
- getSingleValueSourcein class- TrieField
- Parameters:
- choice- the selector Type to use, will never be null
- f- the field to use, guaranteed to be multivalued.
- See Also:
- TrieField.getSingleValueSource(MultiValueSelector,SchemaField,QParser)
 
 
- 
 
-