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.
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode 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 méthode

public Insanity ( InsanityType type, string msg ) : System.Collections.Generic
type InsanityType
msg string
Résultat System.Collections.Generic

ToString() public méthode

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
Résultat string