Uses of Class
org.apache.lucene.search.FieldCache.Shorts
-
Packages that use FieldCache.Shorts Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.Shorts in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.Shorts Modifier and Type Field Description static FieldCache.Shorts
FieldCache.Shorts. EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.Shorts Modifier and Type Method Description FieldCache.Shorts
FieldCache. getShorts(AtomicReader reader, String field, boolean setDocsWithField)
Deprecated.(4.4) Index as a numeric field usingIntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.FieldCache.Shorts
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.
-