C# 클래스 Core.Lucene.FileSystemLearningRepository

상속: ILearningRepository
파일 보기 프로젝트 열기: brunomlopes/ILoveLucene

공개 메소드들

메소드 설명
FileSystemLearningRepository ( DirectoryInfo input ) : System.Collections.Generic
LearnFor ( string learning, string sha1 ) : IEnumerable
LearningsFor ( string sha1 ) : IEnumerable
SaveAll ( ) : void

비공개 메소드들

메소드 설명
SubPathFor ( string sha1 ) : string
WriteLearning ( string sha1, IList learningValue ) : void

메소드 상세

FileSystemLearningRepository() 공개 메소드

public FileSystemLearningRepository ( DirectoryInfo input ) : System.Collections.Generic
input System.IO.DirectoryInfo
리턴 System.Collections.Generic

LearnFor() 공개 메소드

public LearnFor ( string learning, string sha1 ) : IEnumerable
learning string
sha1 string
리턴 IEnumerable

LearningsFor() 공개 메소드

public LearningsFor ( string sha1 ) : IEnumerable
sha1 string
리턴 IEnumerable

SaveAll() 공개 메소드

public SaveAll ( ) : void
리턴 void