C# Class Lucene.Net.Util.FieldCacheSanityChecker.Insanity

Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
Insanity ( InsanityType type, string msg ) : System.Collections.Generic
ToString ( ) : string

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

Method Details

Insanity() public method

public Insanity ( InsanityType type, string msg ) : System.Collections.Generic
type InsanityType
msg string
return System.Collections.Generic

ToString() public method

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
public ToString ( ) : string
return string