| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
| 限定符和类型 | 类和说明 |
|---|---|
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 © 2006–2022 The Apache Software Foundation. All rights reserved.