C# 클래스 Couchbase.Search.Queries.Simple.DocIdQuery

A docId query is a query that directly matches the documents whose ID have been provided. It can be combined within a ConjunctionQuery to restrict matches on the set of documents.
상속: FtsQueryBase
파일 보기 프로젝트 열기: couchbase/couchbase-net-client 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ) : DocIdQuery

Adds the specified document ids.

DocIdQuery ( ) : System
Export ( ) : Newtonsoft.Json.Linq.JObject

메소드 상세

Add() 공개 메소드

Adds the specified document ids.
public Add ( ) : DocIdQuery
리턴 DocIdQuery

DocIdQuery() 공개 메소드

public DocIdQuery ( ) : System
리턴 System

Export() 공개 메소드

public Export ( ) : Newtonsoft.Json.Linq.JObject
리턴 Newtonsoft.Json.Linq.JObject