C# Class 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.
Inheritance: FtsQueryBase
Afficher le fichier Open project: couchbase/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ) : DocIdQuery

Adds the specified document ids.

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

Method Details

Add() public méthode

Adds the specified document ids.
public Add ( ) : DocIdQuery
Résultat DocIdQuery

DocIdQuery() public méthode

public DocIdQuery ( ) : System
Résultat System

Export() public méthode

public Export ( ) : Newtonsoft.Json.Linq.JObject
Résultat Newtonsoft.Json.Linq.JObject