t

com.couchbase.client.scala.search.queries

AbstractCompoundQuery

trait AbstractCompoundQuery extends SearchQuery

Base class for FTS queries that are composite, compounding several other SearchQuery.

Since

1.0.0

Linear Supertypes
SearchQuery, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractCompoundQuery
  2. SearchQuery
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def toString(): String

    returns

    the String representation of the FTS query, which is its JSON representation without global parameters.

    Definition Classes
    SearchQuery → AnyRef → Any