Tree facet with stats component
-------------------------------
Key: SOLR-1453
URL: https://issues.apache.org/jira/browse/SOLR-1453
Project: Solr
Issue Type: New Feature
Components: search
Affects Versions: 1.3
Reporter: sumit biyani
Priority: Minor
Hi ,
My requirement is to fetch results like below sql query:
Select txn_code,
txn_server,
max(total_time),
min(total_time),
max(db_time),
min(db_time),
from txn_table
group by txn_code,txn_server.
- statsComponent helps to get aggregate results & stats.facet is available for
single field , but my requirement is to have multi level facet on more than 1
field while fetching results.
Please let me know , how to get this using solr , do we have this planned in
any upcoming release, or any patch is available ?
Thanks & Regards,
Sumit.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.