Description
OAK-6735 introduced cost calculation based on number of documents indexed per term. But, it miscalculates cost as 0 for relative properties which are queried on an nt:base based index while tranforming paths
e.g. index:
+ index + indexRules/nt:base/properties/foo - name = foo - propertyIndex = true
and query
SELECT * FROM [nt:base] WHERE [a/foo] = 'bar'
Attachments
Issue Links
- is broken by
-
OAK-6735 Lucene Index: improved cost estimation by using document count per field
- Closed