Yonik Seeley created SOLR-10545:
-----------------------------------

             Summary: compound field faceting
                 Key: SOLR-10545
                 URL: https://issues.apache.org/jira/browse/SOLR-10545
             Project: Solr
          Issue Type: New Feature
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Facet Module
            Reporter: Yonik Seeley


There should be a way to facet on tuples of field values from different fields.
We could extend the syntax of terms facet from field:"field1" to 
field:"field1,field2,field3"
The bucket values could then be an array:
{code}
buckets: [
  {
    val : [val1, val2, val3],
    count : 42
  },
 ...
]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to