Details
Description
Currently org.qi4j.test.indexing.model.entities.CatEntity is marked as @Queryable(false). However, org.qi4j.test.indexing.AbstractEntityFinderTest and org.qi4j.test.indexing.AbstractQueryTest expect CatEntity to be returned with results, which causes test errors in working implementations of indexing.
I've created a patch (attachment) for this which should make the tests take non-queryability of CatEntity into account.

I added a patch where @Queryable annotation will get read also from super-types. This caused configuration composites to be indexed.