GitHub - msfroh/lucene-university: Self-contained worked examples of Apache Lucene features and functionality
Self-contained Lucene examples
This repository contains some examples of Apache Lucene features with verbose explanations
as code comments written in Markdown.
The goal is to provide code samples that can be used a few ways:
Read the source code. The comments should make what's going on pretty clear.
Open a code sample in your IDE and step through it with a debugger. Follow along with the comments as you go. Make
changes to the code and see what happens. (Some examples include suggested changes....
Read more at github.com