|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Simple container for a collection of related CacheEntry objects that in conjunction with eachother represent some "insane" usage of the FieldCache. More...
Public Member Functions | |
| Insanity (InsanityType type, System.String msg, params CacheEntry[] entries) | |
| CacheEntry[] | GetCacheEntries () |
| CacheEntry objects which suggest a problem | |
| override System.String | ToString () |
| Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character | |
Properties | |
| InsanityType | Type [get] |
| Type of insane behavior this object represents | |
| string | Msg [get] |
| Description of hte insane behavior | |
Simple container for a collection of related CacheEntry objects that in conjunction with eachother represent some "insane" usage of the FieldCache.
Definition at line 327 of file FieldCacheSanityChecker.cs.
| Lucene.Net.Util.FieldCacheSanityChecker.Insanity.Insanity | ( | InsanityType | type, |
| System.String | msg, | ||
| params CacheEntry[] | entries | ||
| ) |
Definition at line 332 of file FieldCacheSanityChecker.cs.
| CacheEntry [] Lucene.Net.Util.FieldCacheSanityChecker.Insanity.GetCacheEntries | ( | ) |
CacheEntry objects which suggest a problem
Definition at line 360 of file FieldCacheSanityChecker.cs.
| override System.String Lucene.Net.Util.FieldCacheSanityChecker.Insanity.ToString | ( | ) |
Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character
Definition at line 368 of file FieldCacheSanityChecker.cs.
|
get |
Description of hte insane behavior
Definition at line 355 of file FieldCacheSanityChecker.cs.
|
get |
Type of insane behavior this object represents
Definition at line 349 of file FieldCacheSanityChecker.cs.
1.8.3