Report this

What is the reason for this report?

how to use solr using ubantu terminal when installed solr using solr user.

Posted on July 27, 2017

i tried to post the json file using the post as sudo su - solr -c “/opt/solr/bin/post -c practice example/films/films.json” but i am getting : Unrecognized argument: example/films/films.json. (please help and provide a way so that i can use other commands also without facing such kind of problems in ubantu.)



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello all,

I believe your command is not correct. From the Solr documentation here is an example command:

  1. Linux/Mac
  2. solr-8.7.0:$ bin/post -c techproducts example/exampledocs/*

I’ll recommend first switching to the solar user with su solr and then executing the command.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.