C# 클래스 Spark.Mongo.Search.Common.MongoIndexer

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

공개 메소드들

메소드 설명
MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
Process ( IEnumerable interactions ) : void
Process ( Spark.Engine.Core.Interaction interaction ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

MongoIndexer() 공개 메소드

public MongoIndexer ( MongoIndexStore store, Definitions definitions ) : System
store MongoIndexStore
definitions Definitions
리턴 System

Process() 공개 메소드

public Process ( IEnumerable interactions ) : void
interactions IEnumerable
리턴 void

Process() 공개 메소드

public Process ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
리턴 void