SearchDictionaryEntriesParams

algoliasearch.search.SearchDictionaryEntriesParams
case class SearchDictionaryEntriesParams(query: String, page: Option[Int], hitsPerPage: Option[Int], language: Option[String])

searchDictionaryEntries parameters.

Value parameters

hitsPerPage

Number of hits per page.

language

Supported language ISO code.

page

Page to retrieve (the first page is 0, not 1).

query

Text to search for in an index.

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