- Companion
- object
Value members
Concrete methods
Inherited 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.
- Inherited from
- QueryBuilderBase
Sets facet field names.
Sets facet field names.
- Value Params
- fields
field names
- Inherited from
- QueryBuilderBase
Sets facet pivot field names.
Sets facet pivot field names.
- Value Params
- pivotField
field names
- Inherited from
- QueryBuilderBase
Sets field names to retrieve by this query.
Sets field names to retrieve by this query.
- Value Params
- fields
field names
- Inherited from
- QueryBuilderBase
Sets grouping field names.
Sets grouping field names.
- Value Params
- fields
field names
- Inherited from
- QueryBuilderBase
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
- Inherited from
- QueryBuilderBase
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").
- Inherited from
- QueryBuilderBase
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
- Inherited from
- QueryBuilderBase
Specifies the maximum number of results to return.
Specifies the maximum number of results to return.
- Value Params
- rows
number of results
- Inherited from
- QueryBuilderBase
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").
- Inherited from
- QueryBuilderBase
Sets multiple sorting field names and orders.
Sets multiple sorting field names and orders.
- Value Params
- sortClauses
fields and orders upon which to sort
- Inherited from
- QueryBuilderBase
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
- Inherited from
- QueryBuilderBase
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.
- Inherited from
- QueryBuilderBase
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.
- Inherited from
- QueryBuilderBase
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
- Inherited from
- QueryBuilderBase
Convert java list of Pivot fields to scala list of facetPivots
Convert java list of Pivot fields to scala list of facetPivots
- Inherited from
- QueryBuilderBase