I have read bunch articles on lucence index in AEM, like how to create and it is helpful in reducing traversal but still not able to understand, how these indexes works internally .
How does defining an index makes difference in traversal , what is the internal logic?
An index contains keys built from one or more properties in the node. These keys are stored in a structure (B-tree) that enables JCR to find the node(s) associated with the key values quickly and efficiently.
An index contains keys built from one or more properties in the node. These keys are stored in a structure (B-tree) that enables JCR to find the node(s) associated with the key values quickly and efficiently.