Let's consider problems like:
- Which restaurant is open right now?
- Who's available for a meeting next Thursday?
These kind of problems are not straight forward to solve using Solr only.
This project is a Proof Of Concept using Solr spatial search to tackle this class of problems, as exposed in Chris Hostetter's article.
- bash
- curl
- docker
Just open a terminal and type:
bash ./run.sh
- This project is pusblished under the Apache 2 license.
- The jts library shipped in this project is part of the JTS Topology Suite, which is published under the GNU Libary or Lesser General Public License version 2.0 (LGPLv2).