SearchSynonymsParams

algoliasearch.search.SearchSynonymsParams
case class SearchSynonymsParams(query: Option[String], `type`: Option[SynonymType], page: Option[Int], hitsPerPage: Option[Int])

SearchSynonymsParams

Value parameters

hitsPerPage

Number of hits per page.

page

Page of search results to retrieve.

query

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