Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greendelta/search-wrapper
https://github.com/greendelta/search-wrapper
Last synced: 25 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T16:13:01.000Z (6 months ago)
- Last Synced: 2024-07-10T19:37:10.099Z (6 months ago)
- Language: Java
- Size: 69.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
Please use the main branch instead# 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/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.git
```#### Build
Now you can build the module with `mvn install`, which will install the module in your local maven repository.