https://github.com/greendelta/search-wrapper
https://github.com/greendelta/search-wrapper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/greendelta/search-wrapper
- Owner: GreenDelta
- License: mpl-2.0
- Created: 2017-10-27T15:26:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T13:24:26.000Z (over 1 year ago)
- Last Synced: 2025-02-10T03:46:17.314Z (over 1 year ago)
- Language: Java
- Size: 85.9 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Search wrapper
This project provides an abstraction layer for search engine implementation.
## Build from source
#### 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/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.git
```
#### Build
Now you can build the module with `mvn install`, which will install the modules search-wrapper-api and search-wrapper-os in your local maven repository.