| Modifier and Type | Interface and Description | 
|---|---|
| interface  | StreamEmitter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEmitter | 
| class  | EmptyEmitter | 
| Modifier and Type | Method and Description | 
|---|---|
| Emitter | EmitterManager. getEmitter()Convenience method that returns an emitter if only one emitter
 is specified in the tika-config file. | 
| Emitter | EmitterManager. getEmitter(String emitterName) | 
| Constructor and Description | 
|---|
| EmitterManager(List<Emitter> emitters) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AZBlobEmitterEmit files to Azure blob storage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileSystemEmitterEmitter to write to a file system. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GCSEmitter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JDBCEmitterThis is only an initial, basic implementation of an emitter for JDBC. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | KafkaEmitterEmits the now-parsed documents into a specified Apache Kafka topic. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenSearchEmitter | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | S3EmitterEmits to existing s3 bucket
  
  <properties>
      <emitters>
          <emitter class="org.apache.tika.pipes.emitter.s3.S3Emitter>
              <params>
                  <!-- required -->
                  <param name="name" type="string">s3e</param>
                  <!-- required -->
                  <param name="region" type="string">us-east-1</param>
                  <!-- required -->
                  <param name="credentialsProvider"
                       type="string">(profile|instance)</param>
                  <!-- required if credentialsProvider=profile-->
                  <param name="profile" type="string">my-profile</param>
                  <!-- required -->
                  <param name="bucket" type="string">my-bucket</param>
                  <!-- optional; prefix to add to the path before emitting;
                       default is no prefix -->
                  <param name="prefix" type="string">my-prefix</param>
                  <!-- optional; default is 'json' this will be added to the SOURCE_PATH
                                    if no emitter key is specified. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SolrEmitter | 
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.