ConsequenceQueryObject

algoliasearch.search.ConsequenceQueryObject
case class ConsequenceQueryObject(remove: Option[Seq[String]], edits: Option[Seq[Edit]]) extends ConsequenceQueryTrait

ConsequenceQueryObject

Value parameters

edits

Changes to make to the search query.

remove

Words to remove from the search query.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product