C# 클래스 Terradue.ElasticCas.OpenSearch.OpenSearchService

파일 보기 프로젝트 열기: Terradue/DotNetElasticCas

공개 메소드들

메소드 설명
EntrySelfLinkTemplate ( IOpenSearchResultItem item, OpenSearchDescription osd, string mimeType ) : string
Query ( IOpenSearchableElasticType document, NameValueCollection parameters, Type resultType = null ) : HttpResult
QueryResult ( IOpenSearchableElasticType type, NameValueCollection parameters, Type resultType = null ) : IOpenSearchResultCollection

메소드 상세

EntrySelfLinkTemplate() 공개 정적인 메소드

public static EntrySelfLinkTemplate ( IOpenSearchResultItem item, OpenSearchDescription osd, string mimeType ) : string
item IOpenSearchResultItem
osd Terradue.OpenSearch.Schema.OpenSearchDescription
mimeType string
리턴 string

Query() 공개 정적인 메소드

public static Query ( IOpenSearchableElasticType document, NameValueCollection parameters, Type resultType = null ) : HttpResult
document IOpenSearchableElasticType
parameters System.Collections.Specialized.NameValueCollection
resultType System.Type
리턴 ServiceStack.Common.Web.HttpResult

QueryResult() 공개 정적인 메소드

public static QueryResult ( IOpenSearchableElasticType type, NameValueCollection parameters, Type resultType = null ) : IOpenSearchResultCollection
type IOpenSearchableElasticType
parameters System.Collections.Specialized.NameValueCollection
resultType System.Type
리턴 IOpenSearchResultCollection