I'd like to get feedback on the approach in SOLR-4212 allowing any query to be 
applied at any level in pivot facets. I know there's been a lot of work lately 
around both facet pivots and stats component (through SOLR-2894 finally making 
it in and SOLR-6348 starting to be tackled), and this seems related. I know the 
functionality is something we're looking for in our use cases, so I'd love to 
see the feature make it into a release and will help as much as I can to make 
it happen, including completely rewriting it if the approach is deemed 
completely wrong. :)

Base idea is to have something like: 
facet.pivot=field1,field2,field3&f.field2.facet.pivot.q=somequery&f.field3.facet.pivot.q=somedate:[NOW-1YEAR
 TO NOW]&f.field3.facet.pivot.q=someotherquery...
Which would add results similar to facet queries, at the appropriate level in 
the pivots.

So, any feedback will be appreciated.
Thanks,
Steve
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to