Uses of Class
org.apache.lucene.search.FieldCache.Shorts
Packages that use FieldCache.Shorts
-
Uses of FieldCache.Shorts in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.ShortsModifier and TypeFieldDescriptionstatic final FieldCache.Shorts
FieldCache.Shorts.EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.ShortsModifier and TypeMethodDescriptionFieldCache.getShorts
(AtomicReader reader, String field, boolean setDocsWithField) Deprecated.FieldCache.getShorts
(AtomicReader reader, String field, FieldCache.ShortParser parser, boolean setDocsWithField) Deprecated.(4.4) Index as a numeric field usingIntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.
IntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.