C# 클래스 SearchLib.Builder.IndexBuilder

상속: IIndexer
파일 보기 프로젝트 열기: viren85/moviemirchi 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_dirLocation Lucene.Net.Store.FSDirectory
_location string

공개 메소드들

메소드 설명
CreateIndexer ( string location ) : IIndexer
IndexSelectedMovies ( ISet movieIds ) : void
IndexSelectedReviews ( ISet reviewIds ) : void

보호된 메소드들

메소드 설명
IndexBuilder ( string location ) : System
LoadIndex ( ) : void

비공개 메소드들

메소드 설명
GenerateListFromSet ( ISet set ) : List

메소드 상세

CreateIndexer() 공개 정적인 메소드

public static CreateIndexer ( string location ) : IIndexer
location string
리턴 IIndexer

IndexBuilder() 보호된 메소드

protected IndexBuilder ( string location ) : System
location string
리턴 System

IndexSelectedMovies() 공개 메소드

public IndexSelectedMovies ( ISet movieIds ) : void
movieIds ISet
리턴 void

IndexSelectedReviews() 공개 메소드

public IndexSelectedReviews ( ISet reviewIds ) : void
reviewIds ISet
리턴 void

LoadIndex() 보호된 메소드

protected LoadIndex ( ) : void
리턴 void

프로퍼티 상세

_dirLocation 보호되어 있는 프로퍼티

protected FSDirectory,Lucene.Net.Store _dirLocation
리턴 Lucene.Net.Store.FSDirectory

_location 보호되어 있는 프로퍼티

protected string _location
리턴 string