Class FieldCacheSanityChecker.Insanity
Simple container for a collection of related Field
Inheritance
System.Object
FieldCacheSanityChecker.Insanity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public sealed class Insanity
Constructors
| Improve this Doc View SourceInsanity(FieldCacheSanityChecker.InsanityType, String, FieldCache.CacheEntry[])
Declaration
public Insanity(FieldCacheSanityChecker.InsanityType type, string msg, params FieldCache.CacheEntry[] entries)
Parameters
Type | Name | Description |
---|---|---|
Field |
type | |
System. |
msg | |
Field |
entries |
Properties
| Improve this Doc View SourceCacheEntries
Field
Declaration
public FieldCache.CacheEntry[] CacheEntries { get; }
Property Value
Type | Description |
---|---|
Field |
Msg
Description of the insane behavior
Declaration
public string Msg { get; }
Property Value
Type | Description |
---|---|
System. |
Type
Type of insane behavior this object represents
Declaration
public FieldCacheSanityChecker.InsanityType Type { get; }
Property Value
Type | Description |
---|---|
Field |
Methods
| Improve this Doc View SourceToString()
Multi-Line representation of this Field
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()