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.ShortsFieldCache.Shorts. EMPTYZero value for every documentMethods in org.apache.lucene.search that return FieldCache.Shorts Modifier and Type Method Description FieldCache.ShortsFieldCache. getShorts(AtomicReader reader, String field, boolean setDocsWithField)Deprecated.(4.4) Index as a numeric field usingIntFieldand then useFieldCache.getInts(AtomicReader, String, boolean)instead.FieldCache.ShortsFieldCache. getShorts(AtomicReader reader, String field, FieldCache.ShortParser parser, boolean setDocsWithField)Deprecated.(4.4) Index as a numeric field usingIntFieldand then useFieldCache.getInts(AtomicReader, String, boolean)instead.
-