Description
Following queries are currently not handled
select * from [test:RTypeTest]
Causing following testcase to fail
testSQL2SelectColums(org.apache.jackrabbit.core.query.SQL2QueryResultTest): No plan found for filter [Filter(query=select * from [test:RTypeTest], path=*)] while using definition [IndexDefinition : /oak:index/luceneGlobal] and testMode is found to be enabled
Current implementation currently can handle such queries but explicitly does not do that as these queries are probably better served by nodeType index and lucene index should not compete with that as its async. That thinking needs to be changed
Attachments
Issue Links
- relates to
-
OAK-2282 Make current testcases pass with new index implementation
- Closed