Uses of Class
org.apache.lucene.search.FieldCache.Ints
-
Packages that use FieldCache.Ints Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.Ints in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.Ints Modifier and Type Field Description static FieldCache.IntsFieldCache.Ints. EMPTYZero value for every documentMethods in org.apache.lucene.search that return FieldCache.Ints Modifier and Type Method Description FieldCache.IntsFieldCache. getInts(AtomicReader reader, String field, boolean setDocsWithField)Returns anFieldCache.Intsover the values found in documents in the given field.FieldCache.IntsFieldCache. getInts(AtomicReader reader, String field, FieldCache.IntParser parser, boolean setDocsWithField)Returns anFieldCache.Intsover the values found in documents in the given field.
-