public static class SchemaRequest.Field extends AbstractSchemaRequest<SchemaResponse.FieldResponse>
SolrRequest.METHOD| Constructor and Description |
|---|
SchemaRequest.Field(String fieldName)
Creates a new instance of the request.
|
SchemaRequest.Field(String fieldName,
SolrParams q) |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaResponse.FieldResponse |
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the server
|
getContentStreams, getParamsgetMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallbackpublic SchemaRequest.Field(String fieldName)
fieldName - the name of the field for which the definition is to be retrievedpublic SchemaRequest.Field(String fieldName, SolrParams q)
protected SchemaResponse.FieldResponse createResponse(SolrClient client)
SolrRequestcreateResponse in class SolrRequest<SchemaResponse.FieldResponse>client - the SolrClient the request will be sent toCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.