Uses of Class
org.apache.solr.client.solrj.request.json.JsonQueryRequest
Packages that use JsonQueryRequest
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of JsonQueryRequest in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return JsonQueryRequestModifier and TypeMethodDescriptionJsonQueryRequest.returnFields(Iterable<String> fieldNames) Specify fields which should be returned by the JSON request.JsonQueryRequest.returnFields(String... fieldNames) Specify fields which should be returned by the JSON request.JsonQueryRequest.setLimit(int limit) Specify how many results should be returned from the JSON requestJsonQueryRequest.setOffset(int offset) Specify whether results should be fetched starting from a particular offset (or 'start').Specify the query sent as a part of this JSON requestSpecify the query sent as a part of this JSON request.Specify the query sent as a part of this JSON request.Specify how results to the JSON request should be sorted before being returned by SolrSpecify a facet sent as a part of this JSON request.Specify a facet sent as a part of this JSON request.JsonQueryRequest.withFilter(String filterQuery) Add a filter query to run as a part of the JSON requestJsonQueryRequest.withFilter(Map<String, Object> filterQuery) Add a filter query to run as a part of the JSON requestAdd a property to the "params" block supported by the JSON query DSLJsonQueryRequest.withStatFacet(String facetName, String facetValue) Specify a simple stat or aggregation facet to be sent as a part of this JSON request.