Uses of Class
org.apache.lucene.search.FieldCache.Shorts

Packages that use FieldCache.Shorts
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
static FieldCache.Shorts FieldCache.Shorts.EMPTY
          Zero value for every document
 

Methods in org.apache.lucene.search that return FieldCache.Shorts
 FieldCache.Shorts FieldCache.getShorts(AtomicReader reader, String field, boolean setDocsWithField)
          Deprecated. (4.4) Index as a numeric field using IntField and then use FieldCache.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 using IntField and then use FieldCache.getInts(AtomicReader, String, boolean) instead.
 



Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.