Uses of Class
org.apache.lucene.search.FieldCache.Longs
Packages that use FieldCache.Longs
-
Uses of FieldCache.Longs in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.LongsModifier and TypeFieldDescriptionstatic final FieldCache.Longs
FieldCache.Longs.EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.LongsModifier and TypeMethodDescriptionFieldCache.getLongs
(AtomicReader reader, String field, boolean setDocsWithField) Returns aFieldCache.Longs
over the values found in documents in the given field.FieldCache.getLongs
(AtomicReader reader, String field, FieldCache.LongParser parser, boolean setDocsWithField) Returns aFieldCache.Longs
over the values found in documents in the given field.