Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phochste/clj-meercat
A SOLR-based library catalog discovery tool in Clojure
https://github.com/phochste/clj-meercat
Last synced: about 2 months ago
JSON representation
A SOLR-based library catalog discovery tool in Clojure
- Host: GitHub
- URL: https://github.com/phochste/clj-meercat
- Owner: phochste
- Created: 2010-07-25T05:25:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-25T06:28:26.000Z (over 14 years ago)
- Last Synced: 2024-10-30T16:09:35.100Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# clj-meercat
A SOLR-based library catalog discovery tool in Clojure
## Usage
This is still pre-alpha code. Work in progress..
## Installation
1. Install lein
2. Install solr
3. Run solr on port 8983
4. $ lein repl
(use 'clj-meercat.core)
(boot)
5. Connect browser to http://localhost:8080
6. Play a bit with resources/public/query.html
I use Christophe Grand's [http://github.com/cgrand/enlive] enlive
library to parse templates. Based on 'id' and 'class' attributes you can
tweak which information you want to display in the search results.## License
Copyright (C) 2010 Patrick Hochsenbach
Distributed under the Eclipse Public License, the same as Clojure.