Class LoggingApi
- java.lang.Object
-
- org.apache.solr.client.solrj.request.LoggingApi
-
public class LoggingApi extends Object
Experimental SolrRequest's and SolrResponse's for logging, generated from an OAS.See individual request and response classes for more detailed and relevant information.
All SolrRequest implementations rely on v2 APIs which may require a SolrClient configured to use the '/api' path prefix, instead of '/solr'.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LoggingApi.FetchLocalLogMessages
static class
LoggingApi.FetchLocalLogMessagesResponse
static class
LoggingApi.ListAllLoggersAndLevels
static class
LoggingApi.ListAllLoggersAndLevelsResponse
static class
LoggingApi.ModifyLocalLogLevel
static class
LoggingApi.ModifyLocalLogLevelResponse
static class
LoggingApi.SetMessageThreshold
static class
LoggingApi.SetMessageThresholdResponse
-
Constructor Summary
Constructors Constructor Description LoggingApi()
-