protected abstract Accountable |
FieldCacheImpl.Cache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
protected FieldCacheImpl.BitsEntry |
FieldCacheImpl.DocsWithFieldCache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
protected Accountable |
FieldCacheImpl.LongCache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
protected Accountable |
FieldCacheImpl.SortedDocValuesCache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
protected Accountable |
FieldCacheImpl.BinaryDocValuesCache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
protected Accountable |
FieldCacheImpl.DocTermOrdsCache.createValue(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
java.lang.Object |
FieldCacheImpl.Cache.get(LeafReader reader,
FieldCacheImpl.CacheKey key,
boolean setDocsWithField) |
void |
FieldCacheImpl.Cache.put(LeafReader reader,
FieldCacheImpl.CacheKey key,
Accountable value)
Sets the key to the value for the provided reader;
if the key is already set then this doesn't change it.
|