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.BytesFieldCache.Bytes. EMPTYZero value for every documentMethods in org.apache.lucene.search that return FieldCache.Bytes Modifier and Type Method Description FieldCache.BytesFieldCache. getBytes(AtomicReader reader, String field, boolean setDocsWithField)Deprecated.(4.4) Index as a numeric field usingIntFieldand then useFieldCache.getInts(AtomicReader, String, boolean)instead.FieldCache.BytesFieldCache. getBytes(AtomicReader reader, String field, FieldCache.ByteParser parser, boolean setDocsWithField)Deprecated.(4.4) Index as a numeric field usingIntFieldand then useFieldCache.getInts(AtomicReader, String, boolean)instead.
-