Install an Apache Solr 9.2.1 search platform for use with ORDS data.
The result will be a very basic, out-of-the-box installation for local use without any security hardening and therefore not suitable for deployment.
ords-tools/dat/ords
folderbash install.sh
The install script will
In a web browser, navigate to http://localhost:8983/solr
and you should see the Solr dashboard.
If there is no “Core Selector” box, wait a few seconds and refresh page.
solr-9.2.1/bin/solr start
solr-9.2.1/bin/solr start -Dsolr.jetty.host="0.0.0.0"
solr-9.2.1/bin/solr stop
Out of the box, Solr’s Standard Query Parser provides a wide variety of search handling functionality.
The test_lang
core demonstrates more custom functionality to handle international characters and phonetic matching.
See core/data/README.md for details of the test_lang core and example queries.
Some of this functionality has been implemented in the ORDS core. Compare schema files for details.