[
https://issues.apache.org/jira/browse/SOLR-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Sun updated SOLR-9026:
------------------------------
Description:
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}
was: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.
> 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: master
>
> Attachments: 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]