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

Erik Hatcher commented on SOLR-2641:
------------------------------------

What's needed for this type of thing to do the right thing with distributed 
search?   The delegating server will need to cull together the counts (in this 
current implementation) to determine the best field(s) to facet on before 
distributing those requests to ensure each shard is faceting on the same 
field(s).  Not sure, yet, how to go about that.

> Auto Facet Selection component
> ------------------------------
>
>                 Key: SOLR-2641
>                 URL: https://issues.apache.org/jira/browse/SOLR-2641
>             Project: Solr
>          Issue Type: Improvement
>          Components: SearchComponents - other
>            Reporter: Erik Hatcher
>            Assignee: Erik Hatcher
>            Priority: Minor
>         Attachments: SOLR_2641.patch
>
>
> It sure would be nice if you could have Solr automatically select field(s) 
> for faceting based dynamically off the profile of the results.  For example, 
> you're indexing disparate types of products, all with varying attributes 
> (color, size - like for apparel, memory_size - for electronics, subject - for 
> books, etc), and a user searches for "ipod" where most products match 
> products with color and memory_size attributes... let's automatically facet 
> on those fields.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to