C# 클래스 ElasticLinq.Request.Criteria.PrefixCriteria

Criteria that specifies a specific field needs to start with a specific prefix.
This will only work on fields within Elasticsearch that are not analyzed as otherwise the keyword tokenizer will have removed any concept of a prefix.
상속: ElasticLinq.Request.Criteria.SingleFieldCriteria
파일 보기 프로젝트 열기: CenturyLinkCloud/ElasticLINQ 1 사용 예제들

공개 메소드들

메소드 설명
PrefixCriteria ( string field, string prefix )

Initializes a new instance of the PrefixCriteria class.

ToString ( ) : string

메소드 상세

PrefixCriteria() 공개 메소드

Initializes a new instance of the PrefixCriteria class.
public PrefixCriteria ( string field, string prefix )
field string Field to check the prefix of.
prefix string Prefix to check within this field.

ToString() 공개 메소드

public ToString ( ) : string
리턴 string