class Query::Builder
- Query::Builder
- Reference
- Object
Defined in:
query/builder.crClass Method Summary
- .count(collection : String, bucket : String | Nil = nil, object : String | Nil = nil) : Result | Nil
- .flushb(collection : String, bucket : String) : Result | Nil
- .flushc(collection : String) : Result | Nil
- .flusho(collection : String, bucket : String, object : String) : Result | Nil
- .list(query_id : String, collection : String, bucket : String, limit : Int32, offset : Int32) : Result | Nil
- .pop(collection : String, bucket : String, object : String, text : String) : ResultLexer | Nil
- .suggest(query_id : String, collection : String, bucket : String, terms : String, limit : Int32) : ResultLexer | Nil
Class Method Detail
def self.count(collection : String, bucket : String | Nil = nil, object : String | Nil = nil) : Result | Nil
#
def self.list(query_id : String, collection : String, bucket : String, limit : Int32, offset : Int32) : Result | Nil
#
def self.pop(collection : String, bucket : String, object : String, text : String) : ResultLexer | Nil
#
def self.suggest(query_id : String, collection : String, bucket : String, terms : String, limit : Int32) : ResultLexer | Nil
#