QueryBuilderBase
Value members
Abstract methods
Concrete methods
Added in response to #63 Missing spatial parameters while building solr query Enable Spatial is true.
Added in response to #63 Missing spatial parameters while building solr query Enable Spatial is true.
Sets field names to retrieve by this query.
Sets field names to retrieve by this query.
- Value Params
- fields
field names
Configures to retrieve a highlighted snippet. Highlighted snippet is set as the "highlight" property of the map or the case class.
Configures to retrieve a highlighted snippet. Highlighted snippet is set as the "highlight" property of the map or the case class.
- Value Params
- field
the highlight field
- postfix
the postfix of highlighted ranges
- prefix
the prefix of highlighted ranges
- size
the highlight fragment size
Sets the field name of the unique key.
Sets the field name of the unique key.
- Value Params
- id
the field name of the unique key (default is "id").
Configure to recommendation search. If you call this method, the query returns documents similar to the query result instead of them.
Configure to recommendation search. If you call this method, the query returns documents similar to the query result instead of them.
- Value Params
- fields
field names of recommendation target
Specifies the maximum number of results to return.
Specifies the maximum number of results to return.
- Value Params
- rows
number of results
Sets the RequestHandler for the Solr query
Sets the RequestHandler for the Solr query
- Value Params
- handler
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.
- Value Params
- field
the sorting field name
- order
the sorting order
Sets multiple sorting field names and orders.
Sets multiple sorting field names and orders.
- Value Params
- sortClauses
fields and orders upon which to sort
Added in response to #63 Missing spatial parameters while building solr query
Added in response to #63 Missing spatial parameters while building solr query
- Sets Spatial field called pt.
Added in response to #63 Missing spatial parameters while building solr query Sets Spatial field named SField.
Added in response to #63 Missing spatial parameters while building solr query Sets Spatial field named SField.
- Value Params
- value
: value for Sfield.
Sets the offset to start at in the result set.
Sets the offset to start at in the result set.
- Value Params
- start
zero-based offset