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
Classes | Namespaces | Typedefs
FieldCacheImpl.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.FieldCacheImpl
 Expert: The default cache implementation, storing all values in memory. A WeakDictionary is used for storage. More...
 
class  Lucene.Net.Search.FieldCacheImpl.StopFillCacheException
 Hack: When thrown from a Parser (NUMERIC_UTILS_* ones), this stops processing terms and returns the current FieldCache array.
 
class  Lucene.Net.Search.FieldCacheImpl.Cache
 Expert: Internal cache.
 
class  Lucene.Net.Search.FieldCacheImpl.Entry
 Expert: Every composite-key in the internal cache is of this type.
 
class  Lucene.Net.Search.FieldCacheImpl.ByteCache
 
class  Lucene.Net.Search.FieldCacheImpl.ShortCache
 
class  Lucene.Net.Search.FieldCacheImpl.IntCache
 
class  Lucene.Net.Search.FieldCacheImpl.FloatCache
 
class  Lucene.Net.Search.FieldCacheImpl.LongCache
 
class  Lucene.Net.Search.FieldCacheImpl.DoubleCache
 
class  Lucene.Net.Search.FieldCacheImpl.StringCache
 
class  Lucene.Net.Search.FieldCacheImpl.StringIndexCache
 

Namespaces

 

Typedefs

using NumericField = Lucene.Net.Documents.NumericField
 
using IndexReader = Lucene.Net.Index.IndexReader
 
using Term = Lucene.Net.Index.Term
 
using TermDocs = Lucene.Net.Index.TermDocs
 
using TermEnum = Lucene.Net.Index.TermEnum
 
using FieldCacheSanityChecker = Lucene.Net.Util.FieldCacheSanityChecker
 
using Single = Lucene.Net.Support.Single
 
using StringHelper = Lucene.Net.Util.StringHelper
 

Typedef Documentation

Definition at line 28 of file FieldCacheImpl.cs.

Definition at line 24 of file FieldCacheImpl.cs.

Definition at line 23 of file FieldCacheImpl.cs.

Definition at line 29 of file FieldCacheImpl.cs.

Definition at line 30 of file FieldCacheImpl.cs.

Definition at line 25 of file FieldCacheImpl.cs.

Definition at line 26 of file FieldCacheImpl.cs.

Definition at line 27 of file FieldCacheImpl.cs.