Uses of Record Class
org.apache.tika.pipes.emitter.es.HttpClientConfig
Packages that use HttpClientConfig
-
Uses of HttpClientConfig in org.apache.tika.pipes.emitter.es
Methods in org.apache.tika.pipes.emitter.es that return HttpClientConfigModifier and TypeMethodDescriptionESEmitterConfig.httpClientConfig()Returns the value of thehttpClientConfigrecord component.Constructors in org.apache.tika.pipes.emitter.es with parameters of type HttpClientConfigModifierConstructorDescriptionESEmitterConfig(String esUrl, String idField, ESEmitterConfig.AttachmentStrategy attachmentStrategy, ESEmitterConfig.UpdateStrategy updateStrategy, int commitWithin, String embeddedFileFieldName, String apiKey, HttpClientConfig httpClientConfig) Creates an instance of aESEmitterConfigrecord class. -
Uses of HttpClientConfig in org.apache.tika.pipes.reporter.es
Methods in org.apache.tika.pipes.reporter.es that return HttpClientConfigModifier and TypeMethodDescriptionESReporterConfig.httpClientConfig()Returns the value of thehttpClientConfigrecord component.Constructors in org.apache.tika.pipes.reporter.es with parameters of type HttpClientConfigModifierConstructorDescriptionESReporterConfig(String esUrl, Set<String> includes, Set<String> excludes, String keyPrefix, boolean includeRouting, String apiKey, HttpClientConfig httpClientConfig) Creates an instance of aESReporterConfigrecord class.