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)
          Checks the internal cache for an appropriate entry, and if none is found, reads the terms in field as shorts and returns an array of size reader.maxDoc() of the value each document has in the given field.
 FieldCache.Shorts FieldCache.getShorts(AtomicReader reader, String field, FieldCache.ShortParser parser, boolean setDocsWithField)
          Checks the internal cache for an appropriate entry, and if none is found, reads the terms in field as shorts and returns an array of size reader.maxDoc() of the value each document has in the given field.
 



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