A Kettle Plugin for Apache Solr Input
- Locate the Kettle Plugins Folder associated with your Spoon or DI Server installation. The "plugins" folder is typically located at a path similar to: pdi/data-integration/plugins
- Create a folder inside your plugins folder called "pdi-solrinput-plugin".
- Copy and paste into the new folder the pdi-solrinput-plugin.jar file, which is located inside this repository's /dist/steps/pdi-solrinput-plugin folder
- Create another folder inside of it called "lib" where you will put any supporting jars
- Copy and paste all of the .jar files inside this repository's /lib folder
- You may need to restart Spoon or DI Server before it is visible under the available design nodes
The final folder structure should be:
+-- pdi/data-integrations/plugins/pdi-solrinput-plugin
| +-- pdi-solrinput-plugin.jar
| +-- lib
| +-- ...All .jar files in /lib folder