Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Search.CacheEntry Class Reference

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.

Public Member Functions

virtual void EstimateSize ()
 
virtual void EstimateSize (RamUsageEstimator ramCalc)
 Computes (and stores) the estimated size of the cache Value
 
override System.String ToString ()
 

Properties

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.
 

Detailed Description

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.

Member Function Documentation

virtual void Lucene.Net.Search.CacheEntry.EstimateSize ( )
virtual
See Also
EstimateSize(RamUsageEstimator)

Definition at line 107 of file FieldCache.cs.

virtual void Lucene.Net.Search.CacheEntry.EstimateSize ( RamUsageEstimator  ramCalc)
virtual

Computes (and stores) the estimated size of the cache Value

See Also
EstimatedSize

Definition at line 114 of file FieldCache.cs.

override System.String Lucene.Net.Search.CacheEntry.ToString ( )

Definition at line 126 of file FieldCache.cs.

Property Documentation

abstract Type Lucene.Net.Search.CacheEntry.CacheType
get

Definition at line 101 of file FieldCache.cs.

abstract object Lucene.Net.Search.CacheEntry.Custom
get

Definition at line 102 of file FieldCache.cs.

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

Definition at line 100 of file FieldCache.cs.

abstract object Lucene.Net.Search.CacheEntry.ReaderKey
get

Definition at line 99 of file FieldCache.cs.

abstract object Lucene.Net.Search.CacheEntry.Value
get

Definition at line 103 of file FieldCache.cs.


The documentation for this class was generated from the following file: