Apache Lucene.Net 2.4.0 Class Library API

FieldCache Interface

For a list of all members of this type, see FieldCache Members.

Lucene.Net.Search.FieldCache
   Lucene.Net.Search.ExtendedFieldCache

public interface FieldCache

Types that implement FieldCache

Type Description
ExtendedFieldCacheImpl
FieldCacheImpl Expert: The default cache implementation, storing all values in memory. A WeakHashMap is used for storage.

Requirements

Namespace: Lucene.Net.Search

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

FieldCache Members | Lucene.Net.Search Namespace