Skip to content
Tharanga edited this page Mar 21, 2017 · 7 revisions

searchbox

searchbox is a lightweight search framework built on redis.

searchbox

Prerequisities

  • JDK 1.8.X
  • Maven 3.3.X
  • Redis 2.6.X

Getting Started

  • Add searchbox dependency.
  <dependency>
  	<groupId>com.lovi.searchbox</groupId>
  	<artifactId>searchbox-core</artifactId>
  	<version>1.0.0-SNAPSHOT</version>
  </dependency>
  • Install searchbox-core dependency by using mvn install

Sample application

  • Download the movies-search-app application from GitHub
  • Build the application using mvn package
  • Run the application using java -jar target\movies-search-app-0.0.1-SNAPSHOT.jar
  • Consume web app from localhost:1028