[
https://issues.apache.org/jira/browse/SOLR-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-9026:
---------------------------
Fix Version/s: (was: 6.0)
master (7.0)
Manually correcting fixVersion per Step #S5 of LUCENE-7271
> Design Facet Telemetry for non-JSON field facet
> -----------------------------------------------
>
> Key: SOLR-9026
> URL: https://issues.apache.org/jira/browse/SOLR-9026
> Project: Solr
> Issue Type: Sub-task
> Components: Facet Module
> Reporter: Michael Sun
> Fix For: 6.1, master (7.0)
>
> Attachments: SOLR-9026.patch, SOLR-9026.patch
>
>
> Non-JSON facet is widely used and telemetry is helpful is diagnosing
> expensive queries. As first step, the JIRA is to design telemetry for field
> facet.
> Example: (using films)
> {code}
> $curl
> 'http://localhost:8228/solr/films/select?debugQuery=true&facet.field=genre&facet.field=directed_by&facet=true&indent=on&q=*:*&wt=json'
> ...
> "facet-trace":{
> "elapse":1,
> "sub-facet":[{
> "processor":"SimpleFacets",
> "elapse":1,
> "action":"field facet",
> "maxThreads":0,
> "sub-facet":[{
> "method":"FC",
> "inputDocSetSize":1100,
> "field":"genre",
> "numBuckets":213},
> {
> "method":"FC",
> "inputDocSetSize":1100,
> "field":"directed_by",
> "numBuckets":1053}]}]},
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]