// Summary:
// The text_phrase_prefix is the same as text_phrase, expect it allows for prefix
// matches on the last term in the text
public QueryContainer MatchPhrasePrefix<T>(Func<MatchPhrasePrefixQueryDescriptor<T>, IMatchQuery> selector);
누군가가 Func<MatchPhrasePrefixQueryDescriptor<T>, IMatchQuery>
을 설명 할 수 있습니까?NEST API의 설명 인수 정의
사용하려면 방법은 제네릭, NEST, the high level .NET Elasticsearch client.The client supports both fluent API and an object initializer syntax.의 유창한 API의 일부입니다? 'MatchPhrasePrefix'가 아니면 안된다. (.....'??? 내가 말할 수있는 한 컴파일되지 않을 것이다.) – user3185569
아니야, 쿼리 컨테이너에 주어진 메소드의 정의이다. 설명 : MtachPhrasePrefix (Func, IMatchQuery> selector) –
suraj