Clojure Solr 8 wrapper with additionnal helpers around MLT and LTR
(pre-alpha stage, expect API to break)
See Corona release slides from Clojure North talk: https://docs.google.com/presentation/d/1aRkmt_uRF7CDDlX5sYavf8s_uYVkYqIHZ-Sy3d5a3v4
- Search is a central part of your product
- Relevancy is the first reason why you need search
- You want to use Solr 8 from the joy of Clojure
- Netflix
- DuckDuckGO
- Bloomberg
- Apple
- Dell
- Walmart
- Salesforce
- and many more...
- Stylitics
- doc/Installation.md
- doc/Data-Import.md
- doc/Schema.md
PR welcome!
- Better error handling (e.g. when solr is not started and we try to index or run a query)
- Cover all Schema API
This library is available to use under MIT license.