Michael McCandless created LUCENE-4915:
------------------------------------------

             Summary: DrillSideways should accept drill down fields that are 
not faceted
                 Key: LUCENE-4915
                 URL: https://issues.apache.org/jira/browse/LUCENE-4915
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Michael McCandless


Today if you drill down on a field but don't do facet counts on it, 
DrillSideways throws an exception.

The caller can work around this: it must take all such drill-downs and manually 
move them into the base query as BQ MUST clauses.  But I think DrillSideways 
should do this.

I hit this when trying to add a "See all..." link on a facet dim that has way 
too many labels to normally show: in this case I run a new search, but I facet 
only on this one dimension, when there could be drill-downs on other dimensions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to