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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
Note for anyone following these instructions: If you intend to use the velocity browse interface, the above instructions (running out of /opt/solr/) break the filepath for the velocity writer.
To fix this, you’ll need to edit solrconfig.xml (lines 75-85) to point to the appropriate /contrib and /dist paths. (move them from /opt/solr-4.7.2 to /opt/solr as necessary)
The configuration example in the second method sets JAVA_HOME to /usr/java/default, however, the openjdk package does not create this link. To fix this create the directory <code>/usr/java</code> then run
<pre> ln -s /usr/lib/jvm/java-7-openjdk-amd64 /usr/java/default </pre>
Hi, I have some questions:
a. In section “Configuring a schema.xml for Solr” and so on, I have not too clear what is I must to do exactly if I decided to use the easy installation method. Most of the tutorial seems to be centred on manual installation. In such a case, how I can undo the easy installation in order to do the manual installation instead?
b. It is better to have Solr 3.6 than Solr 4 or later? I need to do complete indexing (words and displacements).
Thank you for your contribution, it is very useful.
Nacho
I have an other question:
Given the easy installation method, How to index documents and search them?
All tutorials that I have seen, consider different installations (for example, resources available in the example directory, which is not existent in this installation). I’m a beginner and it is so hard for me.
Thank you all in advance.
I installed successfully apache solr from terminal and showing INFO org.eclipse.jetty.server.AbstractConnector – Started SocketConnector@0.0.0.0:8983
. But url http://domanname:8983 is still couldn’t connect.
@kaythikhaing07: Does your domain name point to your droplet’s IP address? See How To Set Up a Host Name with DigitalOcean.
Hello,
Thanks for these great tutorials.
Easy to follow and works great.
I would like to a tutorials installing solr on tomcat. deploy the solr.war and access the solr web interface.
Let me know if someone cross this or have a doc.
Regards,
peacengell.
There is a contradiction in this article:
it needs a Java servlet container such as Tomcat or Jetty. In this article, we’ll use Jetty
Then later:
In this article, we will install solr-tomcat, so execute the following command:
The second is correct, tomcat is used.
I got the easy install to work by visiting http://my-ip-address:8080