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
- Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac - 12th November 2024
- Visualizing local election results with Datasette, Observable and MapLibre GL - 9th November 2024
- Project: VERDAD - tracking misinformation in radio broadcasts using Gemini 1.5 - 7th November 2024