Uses of Class
org.apache.lucene.search.FieldCache.Bytes
-
Packages that use FieldCache.Bytes Package Description org.apache.lucene.search Code to search indices. -
-
Uses of FieldCache.Bytes in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.Bytes Modifier and Type Field Description static FieldCache.Bytes
FieldCache.Bytes. EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.Bytes Modifier and Type Method Description FieldCache.Bytes
FieldCache. getBytes(AtomicReader reader, String field, boolean setDocsWithField)
Deprecated.(4.4) Index as a numeric field usingIntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.FieldCache.Bytes
FieldCache. getBytes(AtomicReader reader, String field, FieldCache.ByteParser parser, boolean setDocsWithField)
Deprecated.(4.4) Index as a numeric field usingIntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.
-