[ https://issues.apache.org/jira/browse/OAK-7975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vikas Saurabh updated OAK-7975: ------------------------------- Component/s: lucene > Facet extraction fails while requesting multiple facets and one of the > requested facets doesn't have indexed values > ------------------------------------------------------------------------------------------------------------------- > > Key: OAK-7975 > URL: https://issues.apache.org/jira/browse/OAK-7975 > Project: Jackrabbit Oak > Issue Type: Bug > Components: lucene > Reporter: Vikas Saurabh > Assignee: Vikas Saurabh > Priority: Major > > Consider a content like > {noformat} > + /test > - foo=bar > {noformat} > with index def faceting multiple properties - something like > {noformat} > + /oak:index/foo/indexRules/nt:base/properties > + foo > - propertyIndex=true > - facets = true > + bar > - facets = true > {noformat} > Then a query like > {noformat} > SELECT [rep:facet(foo)], [rep:facete(bar)] FROM [nt:base] > {noformat} > should not fail. > Note that the failure requires requesting on multiple facets and one of them > must not have any indexed value. -- This message was sent by Atlassian JIRA (v7.6.3#76005)