C# Class Raven.Database.Indexing.IndexedTerms

Show file Open project: robashton/ravendb Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
LowPrecisionNumber ( Lucene.Net.Index.Term term ) : bool

Method Details

ReadAllEntriesFromIndex() public static method

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

ReadEntriesForFields() public static method

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

ReadEntriesForFields() public static method

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
return void