C# 클래스 Terradue.ElasticCas.Controllers.ElasticCasFactory

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

공개 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

공개 메소드들

메소드 설명
ElasticCasFactory ( string name ) : System
GetDefaultOpenSearchDescription ( IOpenSearchableElasticType type ) : OpenSearchDescription
GetOpenSearchableElasticTypeByName ( string indexName, string typeName, object>.Dictionary parameters = null ) : IOpenSearchableElasticType
GetOpenSearchableElasticTypeByNameOrDefault ( string indexName, string typeName, object>.Dictionary parameters = null ) : IOpenSearchableElasticType
LoadPlugins ( AppHost application ) : void

비공개 메소드들

메소드 설명
CreateCatalogueIndex ( Terradue createRequest, bool destroy = false ) : IndexInformation

메소드 상세

ElasticCasFactory() 공개 메소드

public ElasticCasFactory ( string name ) : System
name string
리턴 System

GetDefaultOpenSearchDescription() 공개 정적인 메소드

public static GetDefaultOpenSearchDescription ( IOpenSearchableElasticType type ) : OpenSearchDescription
type IOpenSearchableElasticType
리턴 Terradue.OpenSearch.Schema.OpenSearchDescription

GetOpenSearchableElasticTypeByName() 공개 메소드

public GetOpenSearchableElasticTypeByName ( string indexName, string typeName, object>.Dictionary parameters = null ) : IOpenSearchableElasticType
indexName string
typeName string
parameters object>.Dictionary
리턴 IOpenSearchableElasticType

GetOpenSearchableElasticTypeByNameOrDefault() 공개 메소드

public GetOpenSearchableElasticTypeByNameOrDefault ( string indexName, string typeName, object>.Dictionary parameters = null ) : IOpenSearchableElasticType
indexName string
typeName string
parameters object>.Dictionary
리턴 IOpenSearchableElasticType

LoadPlugins() 공개 정적인 메소드

public static LoadPlugins ( AppHost application ) : void
application AppHost
리턴 void

프로퍼티 상세

Logger 공개적으로 프로퍼티

public ILog,log4net Logger
리턴 log4net.ILog