Package | Description |
---|---|
org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
Modifier and Type | Class and Description |
---|---|
class |
DirectJsonQueryRequest
Represents a query using the JSON Query DSL
This class doesn't construct the request body itself.
|
class |
JsonQueryRequest
Represents a query using the JSON Query DSL
This class constructs the request using setters for individual properties.
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.