C# Class SenseNet.Search.Indexing.IntegrityChecker

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
Check ( ) : IEnumerable
Check ( string path, bool recurse ) : IEnumerable

Private Methods

Méthode Description
CheckDbAndIndex ( System.Data.Common.DbDataReader dbreader, IndexReader ixreader, List result ) : int
CheckNode ( string path ) : IEnumerable
CheckRecurse ( string path ) : IEnumerable
GetDocsUnderTree ( string path, bool recurse ) : Lucene.Net.Search.ScoreDoc[]
ParseInt ( string data ) : int
ParseLong ( string data ) : long

Method Details

Check() public static méthode

public static Check ( ) : IEnumerable
Résultat IEnumerable

Check() public static méthode

public static Check ( string path, bool recurse ) : IEnumerable
path string
recurse bool
Résultat IEnumerable