EXPERT: A unique Identifier/Description for each item in the FieldCache. Can be useful for logging/debugging. EXPERIMENTAL API: This API is considered extremely advanced and experimental. It may be removed or altered w/o warning in future releases of Lucene.
More...
Inherited by Lucene.Net.Search.FieldCacheImpl.CacheEntryImpl.
|
| abstract object | ReaderKey [get] |
| |
| abstract string | FieldName [get] |
| |
| abstract Type | CacheType [get] |
| |
| abstract object | Custom [get] |
| |
| abstract object | Value [get] |
| |
| string | EstimatedSize [get, set] |
| | The most recently estimated size of the value, null unless estimateSize has been called.
|
| |
EXPERT: A unique Identifier/Description for each item in the FieldCache. Can be useful for logging/debugging.
EXPERIMENTAL API: This API is considered extremely advanced and experimental. It may be removed or altered w/o warning in future releases of Lucene.
Definition at line 97 of file FieldCache.cs.
| virtual void Lucene.Net.Search.CacheEntry.EstimateSize |
( |
| ) |
|
|
virtual |
| override System.String Lucene.Net.Search.CacheEntry.ToString |
( |
| ) |
|
| abstract Type Lucene.Net.Search.CacheEntry.CacheType |
|
get |
| abstract object Lucene.Net.Search.CacheEntry.Custom |
|
get |
| string Lucene.Net.Search.CacheEntry.EstimatedSize |
|
getset |
The most recently estimated size of the value, null unless estimateSize has been called.
Definition at line 123 of file FieldCache.cs.
| abstract string Lucene.Net.Search.CacheEntry.FieldName |
|
get |
| abstract object Lucene.Net.Search.CacheEntry.ReaderKey |
|
get |
| abstract object Lucene.Net.Search.CacheEntry.Value |
|
get |
The documentation for this class was generated from the following file: