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