| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FieldCache.Bytes | |
|---|---|
| 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 | |
|---|---|
| static FieldCache.Bytes | FieldCache.Bytes.EMPTYZero value for every document | 
| Methods in org.apache.lucene.search that return FieldCache.Bytes | |
|---|---|
|  FieldCache.Bytes | FieldCache.getBytes(AtomicReader reader,
         String field,
         boolean setDocsWithField)Checks the internal cache for an appropriate entry, and if none is found, reads the terms in fieldas a single byte and returns an array
 of sizereader.maxDoc()of the value each document
 has in the given field. | 
|  FieldCache.Bytes | FieldCache.getBytes(AtomicReader reader,
         String field,
         FieldCache.ByteParser parser,
         boolean setDocsWithField)Checks the internal cache for an appropriate entry, and if none is found, reads the terms in fieldas bytes and returns an array of
 sizereader.maxDoc()of the value each document has in the
 given field. | 
| 
 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||