[
https://issues.apache.org/jira/browse/SOLR-4774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667448#comment-13667448
]
David Smiley commented on SOLR-4774:
------------------------------------
The addition of hierarchical faceting is certainly a new feature users would
appreciate.
I wonder how the performance compares to Solr's approach for equivalent
features, e.g. typical field-value faceting. The Lucene faceting module does
more index time preparation to make faceting faster than doing it dynamically,
and Solr's approach is roughly equivalent to Lucene's notion of dynamic
faceting. I learned these things thanks to [~mikemccand]'s blog. But who
knows how things will play out in practice.
> Solr support Lucene Facets
> --------------------------
>
> Key: SOLR-4774
> URL: https://issues.apache.org/jira/browse/SOLR-4774
> Project: Solr
> Issue Type: New Feature
> Reporter: Bill Bell
>
> Since facets are now included in Lucene...
> 1. Solr schema taxonomy glue
> 2. Switch query results to use this glue with a new param like
> facet.lucene=true?
> Seems like a great enhancement !
--
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]