Uses of Class
org.apache.lucene.search.FieldCache.StringIndex
-
Packages that use FieldCache.StringIndex Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.StringIndex in org.apache.lucene.search
Methods in org.apache.lucene.search that return FieldCache.StringIndex Modifier and Type Method Description FieldCache.StringIndex
FieldCache. getStringIndex(IndexReader reader, String field)
Checks the internal cache for an appropriate entry, and if none is found reads the term values infield
and returns an array of them in natural order, along with an array telling which element in the term array each document uses.
-