Sets facet field names.
Sets field names to retrieve by this query.
Returns the search result of this query as the case class.
Returns the search result of this query as the case class.
the parameter map or case class which would be given to the query
the search result
Returns the search result of this query as List[Map[String, Any]].
Returns the search result of this query as List[Map[String, Any]].
the parameter map or case class which would be given to the query
the search result
Sets grouping field names.
Configures to retrieve a highlighted snippet.
Configures to retrieve a highlighted snippet. Highlighted snippet is set as the "highlight" property of the map or the case class.
the highlight field
the highlight fragment size
the prefix of highlighted ranges
the postfix of highlighted ranges
Sets the field name of the unique key.
Sets the field name of the unique key.
the field name of the unique key (default is "id").
Configure to recommendation search.
Configure to recommendation search. If you call this method, the query returns documents similar to the query result instead of them.
field names of recommendation target
Specifies the maximum number of results to return.
Specifies the maximum number of results to return.
number of results
Sets the RequestHandler for the Solr query
Sets the RequestHandler for the Solr query
the name of the RequestHandler as defined in solrconfig.xml (default is "/select").
Sets the sorting field name and its order.
Sets the sorting field name and its order.
the sorting field name
the sorting order
Sets the offset to start at in the result set.
Sets the offset to start at in the result set.
zero-based offset