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

Packages that use FieldCache.Longs
org.apache.lucene.search Code to search indices. 
 

Uses of FieldCache.Longs in org.apache.lucene.search
 

Fields in org.apache.lucene.search declared as FieldCache.Longs
static FieldCache.Longs FieldCache.Longs.EMPTY
          Zero value for every document
 

Methods in org.apache.lucene.search that return FieldCache.Longs
 FieldCache.Longs FieldCache.getLongs(AtomicReader reader, String field, boolean setDocsWithField)
          Returns a FieldCache.Longs over the values found in documents in the given field.
 FieldCache.Longs FieldCache.getLongs(AtomicReader reader, String field, FieldCache.LongParser parser, boolean setDocsWithField)
          Returns a FieldCache.Longs over the values found in documents in the given field.
 



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