[ https://issues.apache.org/jira/browse/SOLR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922743#action_12922743 ]
Yonik Seeley commented on SOLR-792: ----------------------------------- bq. Ability to discreetly enable/disable them by removing them from the "components" list (ie: maybe you need facet.query and facet.range but you don't want facet.field and facet.pivot to be available because of the performance impacts) This use case doesn't make a lot of sense to me - requests given to solr should just work. We're not handling security/authorization at the Solr level for the most part. The exception to this is (e)dismax, which is explicitly meant for passing through a raw user query. I personally think that 10 different facet components would be ugly, and at the end of the day, doesn't really help solve anyone's real problems. bq. ability to see distinct timing data from each of them independently This is just a debugging issue. Even if you could separate facet.field from facet.query, if you had multiple facet.fields, you still wouldn't know which one is taking up all the time. > Pivot (ie: Decision Tree) Faceting Component > -------------------------------------------- > > Key: SOLR-792 > URL: https://issues.apache.org/jira/browse/SOLR-792 > Project: Solr > Issue Type: New Feature > Reporter: Erik Hatcher > Assignee: Ryan McKinley > Priority: Minor > Attachments: SOLR-792-as-helper-class.patch, > SOLR-792-PivotFaceting.patch, SOLR-792-PivotFaceting.patch, > SOLR-792-PivotFaceting.patch, SOLR-792-PivotFaceting.patch, > SOLR-792-raw-type.patch, SOLR-792.patch, SOLR-792.patch, SOLR-792.patch, > SOLR-792.patch, SOLR-792.patch, SOLR-792.patch > > > A component to do multi-level faceting. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org