You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/05/07 22:48:12 UTC

[jira] [Commented] (SOLR-9026) Design Facet Telemetry for non-JSON field facet

    [ https://issues.apache.org/jira/browse/SOLR-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15275406#comment-15275406 ] 

ASF subversion and git services commented on SOLR-9026:
-------------------------------------------------------

Commit b42945ea92f8bcb9b6b00a07f13ee52a300e8899 in lucene-solr's branch refs/heads/master from [~yonik@apache.org]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=b42945e ]

SOLR-9026: add facet telemetry for legacy facets


> 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, 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org