Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/search-wrapper-es
https://github.com/greendelta/search-wrapper-es
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/search-wrapper-es
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2017-10-27T15:26:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T11:40:34.000Z (over 1 year ago)
- Last Synced: 2024-04-16T19:12:38.982Z (9 months ago)
- Language: Java
- Size: 54.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
This project is not longer maintained and is replaced by [search-wrapper-os](https://github.com/GreenDelta/search-wrapper-os)# Search wrapper - Implementation for elasticsearch
This project provides an implementation for the search-wrapper API using elasticsearch as a search engine.## Build from source
#### Dependent modules
In order to build the search-wrapper-es module, you will need to install the search-wrapper API first.
This is a plain Maven projects and can be installed via `mvn install`. See the
[search-wrapper](https://github.com/GreenDelta/search-wrapper) repository for more
information.#### Get the source code of the application
We recommend that to use Git to manage the source code but you can also download
the source code as a [zip file](https://github.com/GreenDelta/search-wrapper-es/archive/master.zip).
Create a development directory (the path should not contain whitespaces):```bash
mkdir dev
cd dev
```and get the source code:
```bash
git clone https://github.com/GreenDelta/search-wrapper-es.git
```#### Build
Now you can build the module with `mvn install`, which will install the module in your local maven repository.