Understanding Lucene API using examples
##How to Build Project
- Create a directory in your file system using "mkdir Agarbatti"
- cd in to your dir "cd Agarbatti"
- Now we can clone git repo using "git clone clone_url_from_github"
- Now cd into project in our case luceneByExample "cd luceneByExample"
- Lets build our project using maven "git install"
- If all goes well you should see success and jar is avaliable to use