Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hscells/health-search
Search engine optimised for health related searches
https://github.com/hscells/health-search
Last synced: 7 days ago
JSON representation
Search engine optimised for health related searches
- Host: GitHub
- URL: https://github.com/hscells/health-search
- Owner: hscells
- License: mit
- Created: 2015-09-17T10:41:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T04:53:32.000Z (about 9 years ago)
- Last Synced: 2024-04-30T10:27:04.125Z (7 months ago)
- Language: Clojure
- Homepage: http://hscells.github.io/health-search/doc/
- Size: 11.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# health-search
This is the project for INB344's main project. The project is to develop a search engine which will retrieve health-related documents based on queries. It is implemented in clojure using the `elastisch` library, which means the search engine backend is elastic search.
Configuration of the project is dine through the `config.edn` file.
## Installation
Once elasticsearch is installed, edit `elasticserach.yml` and configure `http.max_initial_line_length` to be something higher than 4kb.
## Usage
$ java -jar health-search-1.0.jar [action] [options]
## Options
```
index [path to document collection]
query [search term]
bulk-query [input queries] [output file]
```## License
Copyright © 2015 Harry Scells
Distributed under the MIT License.