You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2013/04/07 14:49:15 UTC

[jira] [Created] (LUCENE-4915) DrillSideways should accept drill down fields that are not faceted

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org