From 8b512d266c83fb9c7d96e305c4db37e2ce78f1f4 Mon Sep 17 00:00:00 2001 From: Olivier <gitoliv@francelabs.com> Date: Tue, 15 Nov 2022 09:22:59 +0000 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1659fe1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +If you want to develop your own update processor into Datafari, you will need to create a simple java project with at least two dependencies : solrj and solr-core. Please check the Solr version of your Datafari in order to use the proper dependencies versions. + +See complete instructions here : https://datafari.atlassian.net/wiki/spaces/DATAFARI/pages/983728131/Custom+Update+Processor -- GitLab