How can I install apache solr?
3rd August 2012
My answer to How can I install apache solr? on Quora
Solr is a powerful full-text search engine wrapped up in a REST-ish web API. It needs to run as part of a web server—but the default download package includes Jetty which is definitely good enough for starting to try out the software (and I’d argue easily good enough to run in production).
You’ll need to have Java installed, but assuming you do the quickest way to get started with Solr is to download a release, unzip it, then use the command line to find the examples directory (the one containing the start.jar file) and run “java -jar start.jar” to start Solr running—then visit http://localhost:8983/solr to begin playing with the default web interface.
More recent articles
- My AI/LLM predictions for the next 1, 3 and 6 years, for Oxide and Friends - 10th January 2025
- Weeknotes: Starting 2025 a little slow - 4th January 2025
- I still don't think companies serve you ads based on spying through your microphone - 2nd January 2025