Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/search-wrapper-es-rest
https://github.com/greendelta/search-wrapper-es-rest
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/search-wrapper-es-rest
- Owner: GreenDelta
- Created: 2021-09-09T12:15:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T12:42:50.000Z (over 1 year ago)
- Last Synced: 2024-04-16T19:12:38.967Z (8 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deprecated: This project uses log4j-core prior to version 2.15 and thus is open to the Apache Log4j2 Remote Code Execution (RCE) Vulnerability - CVE-2021-44228 - Please use [search-wrapper-os-rest](https://github.com/GreenDelta/search-wrapper-os-rest) instead
# Search wrapper - Implementation for elasticsearch rest
This project provides an implementation for the search-wrapper API using elasticsearch rest as a search engine.## Build from source
#### Dependent modules
In order to build the search-wrapper-es-rest module, you will need to install the search-wrapper API and search-wrapper-es 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 and [search-wrapper-es](https://github.com/GreenDelta/search-wrapper-es) 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-rest/archive/main.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-rest.git
```#### Build
Now you can build the module with `mvn install`, which will install the module in your local maven repository.