Method: Libcouchbase::Ext.fts_query
- Defined in:
- lib/libcouchbase/ext/libcouchbase.rb
.fts_query(instance, cookie, cmd) ⇒ ErrorT
Issue a full-text query. The callback (lcb_CMDFTS::callback) will be invoked for each hit. It will then be invoked one last time with the result metadata (including any facets) and the lcb_RESPFTS::rflags field having the @ref LCB_RESP_F_FINAL bit set
1161 |
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 1161 attach_function :fts_query, :lcb_fts_query, [T.by_ref, :pointer, CMDFTS.by_ref], ErrorT, :blocking => true |