Let’s break down the relevant parts of the Luke UI:
First, the Overview screen allows you to explore the index summary, field and terms contained in the index.
While there are several other tabs in Luke, though honestly I’ve found the overview to be the most helpful.
As a quick overview, the documents tab allows you to page through the documents in the index, however since Oak essentially only stores the path to the node on the index documents, this is not very illuminating. Similarly, since Oak handles the updating and index queries, the Commit and Search tabs are also less helpful for most use cases.
Lucene indexes are composed of:
How do these fields make their way into the Lucene indexes? Next we’ll explore Oak Index Definitions and how they are translated into Lucene.