C# Class Raven.Database.Indexing.IndexedTerms

Afficher le fichier Open project: robashton/ravendb Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
LowPrecisionNumber ( Lucene.Net.Index.Term term ) : bool

Method Details

ReadAllEntriesFromIndex() public static méthode

public static ReadAllEntriesFromIndex ( IndexReader reader ) : RavenJObject[]
reader Lucene.Net.Index.IndexReader
Résultat RavenJObject[]

ReadEntriesForFields() public static méthode

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

ReadEntriesForFields() public static méthode

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
Résultat void