Uses of Class
org.apache.lucene.search.FieldCache.Longs
-
Packages that use FieldCache.Longs Package Description 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 Modifier and Type Field Description static FieldCache.LongsFieldCache.Longs. EMPTYZero value for every documentMethods in org.apache.lucene.search that return FieldCache.Longs Modifier and Type Method Description FieldCache.LongsFieldCache. getLongs(AtomicReader reader, String field, boolean setDocsWithField)Returns aFieldCache.Longsover the values found in documents in the given field.FieldCache.LongsFieldCache. getLongs(AtomicReader reader, String field, FieldCache.LongParser parser, boolean setDocsWithField)Returns aFieldCache.Longsover the values found in documents in the given field.
-