C# 클래스 SearchLib.Search.IndexQuery

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

보호된 프로퍼티들

프로퍼티 타입 설명
MaxCount int
_location string
_searcher Lucene.Net.Search.IndexSearcher

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
GetIndexReader ( string location ) : IndexQuery

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
IndexQuery ( string indexLocation ) : System

비공개 메소드들

메소드 설명
GetIdsFromSearchQueries ( Lucene.Net.Documents.Document doc, IList movieIds, IList reviewIds ) : void
LoadIndex ( ) : void
ParseQuery ( string query, IList filters, Analyzer analyzer ) : Query

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetAllMoviesWith() 공개 메소드

public GetAllMoviesWith ( string textSearch, int maxCount, List &movies, List &reviews, IList filters = null ) : void
textSearch string
maxCount int
movies List
reviews List
filters IList
리턴 void

GetIndexReader() 공개 정적인 메소드

public static GetIndexReader ( string location ) : IndexQuery
location string
리턴 IndexQuery

IndexQuery() 보호된 메소드

protected IndexQuery ( string indexLocation ) : System
indexLocation string
리턴 System

프로퍼티 상세

MaxCount 보호되어 있는 프로퍼티

protected int MaxCount
리턴 int

_location 보호되어 있는 프로퍼티

protected string _location
리턴 string

_searcher 보호되어 있는 프로퍼티

protected IndexSearcher,Lucene.Net.Search _searcher
리턴 Lucene.Net.Search.IndexSearcher