C# 클래스 MongoSearch.Searcher

파일 보기 프로젝트 열기: LittleLin/MongoSearch 1 사용 예제들

공개 메소드들

메소드 설명
Search ( Repository repo, String keyword, int fetchSize ) : SearchResult

搜尋主體

Search ( Repository repo, String keyword, int startPos, int fetchSize ) : SearchResult

비공개 메소드들

메소드 설명
CheckDocumentIsHitted ( Int32>.List keywordTokens, int tokenSeq, List checkedIndex, IndexElement previosIndex ) : bool

確認文件是否被搜尋到

GetDocumentById ( int docId ) : String

以 Doc Id 取出文件

Searcher ( ) : System

메소드 상세

Search() 공개 메소드

搜尋主體
public Search ( Repository repo, String keyword, int fetchSize ) : SearchResult
repo Repository
keyword String
fetchSize int
리턴 MongoSearch.Structure.SearchResult

Search() 공개 메소드

public Search ( Repository repo, String keyword, int startPos, int fetchSize ) : SearchResult
repo Repository
keyword String
startPos int
fetchSize int
리턴 MongoSearch.Structure.SearchResult