Description
LuceneIndexer currently indexes parent nodes which are not included by includedPaths. This happens because the LuceneIndexer#index does not check for path filter result and proceeds to index any node handed to it by the DocumentStoreIndexer
As a fix it should check if the filter result is PathFilter.Result.INCLUDE