This project provides an abstraction layer for search engine implementation.
We recommend that to use Git to manage the source code but you can also download the source code as a zip file. Create a development directory (the path should not contain whitespaces):
mkdir dev
cd devand get the source code:
git clone https://github.com/GreenDelta/search-wrapper.gitNow 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.