Ok Thanks a lot.
I have one more question even with SOLR 8.11, the data import handler is
coming but yes there is a message on GUI that it is deprecated and will
be removed in the future version.
Can we use that for indexing relational database as i am able to index a
part of my data with the default one which is coming with SOLR 8.11
without any DIH package installed?
PS: - Our data is static and won't change in future. Need to re-index
only when indexed data in SOLR goes corrupt.
Thanks and Regards
Neha Gupta
On 05/04/2022 15:27, James Greene wrote:
Stand alone mode does not use zookeeper, you do not need to upload configs
using zkcli.sh.
On Tue, Apr 5, 2022, 6:55 AM Neha Gupta <neha.gu...@uni-jena.de> wrote:
Dear Solr Community,
Need your help.
I am running SOLR(8.11) as a standalone (on Windows) and want to index
from the relational database(Postgres) and as such i tried to install
DIH plugin by following the instructions given at: -
https://github.com/rohitbemax/dataimporthandler
I am stuck at step "Add the configurations and reload the collection"
sh zkcli.sh -z localhost:9983 -cmd putfile
"/configs/products.AUTOCREATED/data-config.xml" data-config.xml
I am getting error : -
*Error: Could not find or load main class org.apache.solr.cloud.ZkCLI*
Request you to please help me with this.
Thanks and Regards
Neha Gupta