Uses of Class
org.apache.lucene.search.FieldCache.Bytes
Packages that use FieldCache.Bytes
-
Uses of FieldCache.Bytes in org.apache.lucene.search
Fields in org.apache.lucene.search declared as FieldCache.BytesModifier and TypeFieldDescriptionstatic final FieldCache.Bytes
FieldCache.Bytes.EMPTY
Zero value for every documentMethods in org.apache.lucene.search that return FieldCache.BytesModifier and TypeMethodDescriptionFieldCache.getBytes
(AtomicReader reader, String field, boolean setDocsWithField) Deprecated.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.
IntField
and then useFieldCache.getInts(AtomicReader, String, boolean)
instead.