Uses of Interface
org.apache.solr.uninverting.FieldCache.Parser
Packages that use FieldCache.Parser
Package
Description
Support for creating docvalues on-the-fly from the inverted index at runtime.
-
Uses of FieldCache.Parser in org.apache.solr.uninverting
Classes in org.apache.solr.uninverting that implement FieldCache.ParserModifier and TypeClassDescriptionstatic classBase class for points parsers.Fields in org.apache.solr.uninverting declared as FieldCache.ParserModifier and TypeFieldDescriptionstatic final FieldCache.ParserFieldCache.DOUBLE_POINT_PARSERA parser instance for double values encoded byNumericUtils, e.g.static final FieldCache.ParserFieldCache.FLOAT_POINT_PARSERA parser instance for float values encoded byNumericUtils, e.g.static final FieldCache.ParserFieldCache.INT_POINT_PARSERA parser instance for int values encoded byNumericUtils, e.g.static final FieldCache.ParserFieldCache.LEGACY_DOUBLE_PARSERDeprecated.static final FieldCache.ParserFieldCache.LEGACY_FLOAT_PARSERDeprecated.Index with points and useFieldCache.FLOAT_POINT_PARSERinstead.static final FieldCache.ParserFieldCache.LEGACY_INT_PARSERDeprecated.Index with points and useFieldCache.INT_POINT_PARSERinstead.static final FieldCache.ParserFieldCache.LEGACY_LONG_PARSERDeprecated.Index with points and useFieldCache.LONG_POINT_PARSERinstead.static final FieldCache.ParserFieldCache.LONG_POINT_PARSERA parser instance for long values encoded byNumericUtils, e.g.Methods in org.apache.solr.uninverting with parameters of type FieldCache.ParserModifier and TypeMethodDescriptionorg.apache.lucene.util.BitsFieldCache.getDocsWithField(org.apache.lucene.index.LeafReader reader, String field, FieldCache.Parser parser) Checks the internal cache for an appropriate entry, and if none is found, reads the terms/points infieldand returns a bit set at the size ofreader.maxDoc(), with turned on bits for each docid that does have a value for this field.org.apache.lucene.util.BitsFieldCacheImpl.getDocsWithField(org.apache.lucene.index.LeafReader reader, String field, FieldCache.Parser parser) org.apache.lucene.index.NumericDocValuesFieldCache.getNumerics(org.apache.lucene.index.LeafReader reader, String field, FieldCache.Parser parser) Returns aNumericDocValuesover the values found in documents in the given field.org.apache.lucene.index.NumericDocValuesFieldCacheImpl.getNumerics(org.apache.lucene.index.LeafReader reader, String field, FieldCache.Parser parser)
FieldCache.DOUBLE_POINT_PARSERinstead.