Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 705 Bytes

File metadata and controls

23 lines (17 loc) · 705 Bytes

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. Create a development directory (the path should not contain whitespaces):

mkdir dev
cd dev

and get the source code:

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.