C# Class Spark.Mongo.Search.Common.MongoIndexer

Afficher le fichier Open project: raysearchlabs/spark Class Usage Examples

Méthodes publiques

Méthode Description
MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
Process ( IEnumerable interactions ) : void
Process ( Spark.Engine.Core.Interaction interaction ) : void

Private Methods

Méthode Description
put ( IKey key, int level, Hl7.Fhir.Model.DomainResource resource ) : void
put ( IKey key, int level, IEnumerable resources ) : void
put ( IKey key, int level, Hl7.Fhir.Model.Resource resource ) : void
put ( Spark.Engine.Core.Interaction interaction ) : void

Method Details

MongoIndexer() public méthode

public MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
store MongoIndexStore
definitions Definitions
Résultat System

Process() public méthode

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
Résultat void

Process() public méthode

public Process ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Résultat void