C# 클래스 RavenFS.Search.IndexStorage

상속: IDisposable
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( string key ) : void
Dispose ( ) : void
GetTermsFor ( string field, string fromValue ) : IEnumerable
Index ( string key, NameValueCollection metadata ) : void
IndexStorage ( string path, NameValueCollection _ ) : System
Initialize ( ) : void
Query ( string query, string sortFields, int start, int pageSize, int &totalResults ) : string[]

비공개 메소드들

메소드 설명
CreateDocument ( string lowerKey, NameValueCollection metadata ) : Lucene.Net.Documents.Document
ExecuteQuery ( IndexSearcher searcher, string sortFields, Query q, int size ) : Lucene.Net.Search.TopDocs
GetSearcher ( IndexSearcher &searcher ) : IDisposable
ReplaceSearcher ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTermsFor() 공개 메소드

public GetTermsFor ( string field, string fromValue ) : IEnumerable
field string
fromValue string
리턴 IEnumerable

Index() 공개 메소드

public Index ( string key, NameValueCollection metadata ) : void
key string
metadata System.Collections.Specialized.NameValueCollection
리턴 void

IndexStorage() 공개 메소드

public IndexStorage ( string path, NameValueCollection _ ) : System
path string
_ System.Collections.Specialized.NameValueCollection
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Query() 공개 메소드

public Query ( string query, string sortFields, int start, int pageSize, int &totalResults ) : string[]
query string
sortFields string
start int
pageSize int
totalResults int
리턴 string[]