Skip to content

A simple Spring Boot Application to index and search using Lucene

Notifications You must be signed in to change notification settings

karthik-krishnan/lucene-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucene Demo

This project helps to quickly index JSON Documents and search for them.

Installation & Run

  mvn clean spring-boot:run

Usage

Load Documents

$ curl -XPOST http://localhost:8080/load -F "file=@src/main/resources/sample.json"

Search for Documents

$ curl http://localhost:8080/search\?search=orgName:Freedom

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/karthik-krishnan/lucene-sample. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

A simple Spring Boot Application to index and search using Lucene

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published