Uses of Interface
org.apache.solr.uninverting.FieldCache.Parser
-
Packages that use FieldCache.Parser Package Description org.apache.solr.uninverting 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.Parser Modifier and Type Class Description static classFieldCache.PointParserBase class for points parsers.Fields in org.apache.solr.uninverting declared as FieldCache.Parser Modifier and Type Field Description static FieldCache.ParserFieldCache. DOUBLE_POINT_PARSERA parser instance for double values encoded byNumericUtils, e.g.static FieldCache.ParserFieldCache. FLOAT_POINT_PARSERA parser instance for float values encoded byNumericUtils, e.g.static FieldCache.ParserFieldCache. INT_POINT_PARSERA parser instance for int values encoded byNumericUtils, e.g.static FieldCache.ParserFieldCache. LEGACY_DOUBLE_PARSERDeprecated.Index with points and useFieldCache.DOUBLE_POINT_PARSERinstead.static FieldCache.ParserFieldCache. LEGACY_FLOAT_PARSERDeprecated.Index with points and useFieldCache.FLOAT_POINT_PARSERinstead.static FieldCache.ParserFieldCache. LEGACY_INT_PARSERDeprecated.Index with points and useFieldCache.INT_POINT_PARSERinstead.static FieldCache.ParserFieldCache. LEGACY_LONG_PARSERDeprecated.Index with points and useFieldCache.LONG_POINT_PARSERinstead.static 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.Parser Modifier and Type Method Description org.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)
-