GreenDelta / search-wrapper-os-rest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search wrapper - Implementation for opensearch rest

This project provides an implementation for the search-wrapper API using opensearch rest as a search engine.

Build from source

Dependent modules

In order to build the search-wrapper-os-rest module, you will need to install the search-wrapper API and search-wrapper-os first. This is a plain Maven projects and can be installed via mvn install. See the search-wrapper repository and search-wrapper-os 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. 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-os-rest.git

Build

Now you can build the module with mvn install, which will install the module in your local maven repository.

About

License:Mozilla Public License 2.0


Languages

Language:Java 100.0%