public static class SchemaRequest.FieldType extends AbstractSchemaRequest<SchemaResponse.FieldTypeResponse>
SolrRequest.METHOD
SUPPORTED_METHODS, useBinaryV2, usev2
Constructor and Description |
---|
FieldType(String fieldTypeName)
Creates a new instance of the request.
|
FieldType(String fieldTypeName,
SolrParams q) |
Modifier and Type | Method and Description |
---|---|
protected SchemaResponse.FieldTypeResponse |
createResponse(SolrClient client)
Create a new SolrResponse to hold the response from the server
|
getContentStreams, getParams
getBasicAuthPassword, getBasicAuthUser, getCollection, getContentWriter, getMethod, getPath, getQueryParams, getResponseParser, getStreamingResponseCallback, process, process, setBasicAuthCredentials, setMethod, setPath, setQueryParams, setResponseParser, setStreamingResponseCallback, setUseBinaryV2, setUseV2
public FieldType(String fieldTypeName)
fieldTypeName
- the name of the field type for which the definition is to be retrievedpublic FieldType(String fieldTypeName, SolrParams q)
protected SchemaResponse.FieldTypeResponse createResponse(SolrClient client)
SolrRequest
createResponse
in class SolrRequest<SchemaResponse.FieldTypeResponse>
client
- the SolrClient
the request will be sent toCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.