C# 클래스 Raven.Database.Indexing.IndexedTerms

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

공개 메소드들

메소드 설명
ReadAllEntriesFromIndex ( IndexReader reader ) : RavenJObject[]
ReadEntriesForFields ( IndexSearcherHolder state, HashSet fieldsToRead, HashSet docIds, int>.Action onTermFound ) : void
ReadEntriesForFields ( IndexSearcherHolder state, HashSet fieldsToRead, HashSet docIds, double>.Func convert, Action onTermFound ) : void

비공개 메소드들

메소드 설명
LowPrecisionNumber ( Lucene.Net.Index.Term term ) : bool

메소드 상세

ReadAllEntriesFromIndex() 공개 정적인 메소드

public static ReadAllEntriesFromIndex ( IndexReader reader ) : RavenJObject[]
reader Lucene.Net.Index.IndexReader
리턴 RavenJObject[]

ReadEntriesForFields() 공개 정적인 메소드

public static ReadEntriesForFields ( IndexSearcherHolder state, HashSet fieldsToRead, HashSet docIds, int>.Action onTermFound ) : void
state IndexSearcherHolder
fieldsToRead HashSet
docIds HashSet
onTermFound int>.Action
리턴 void

ReadEntriesForFields() 공개 정적인 메소드

public static ReadEntriesForFields ( IndexSearcherHolder state, HashSet fieldsToRead, HashSet docIds, double>.Func convert, Action onTermFound ) : void
state IndexSearcherHolder
fieldsToRead HashSet
docIds HashSet
convert double>.Func
onTermFound Action
리턴 void