Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.7
-
None
-
New
Description
DrillSideways.DrillSidewaysResult uses Facets when the query does not filter by a facet, but it uses MultiFacets when it does, and MultiFacets implementation is not complete.
See http://pastebin.com/5eDbTM2v
This code works when DrillDownQuery.add is not called (when there is no facets selected), but it fails with an UnsupportedOperationException.
Perhaps I'm not using Facets correctly, but I'm trying to figure it out to upgrade from 4.6.1 by my self as I could not find a documentation other than javadocs for facets.