: say I have a parameter facet.field=STATE. For example we'll take 3D
: faceting, so I'll need 2 more facet fields related to the first one.
: Should we do something like this:
: facet.field=STATE&f.STATE.facet.matrix=NAME&f.STATE.facet.matrix=INCOME
: Or for example we can have may be like thi
Solr User
Sent: Thursday, January 17, 2008 1:12:32 AM
Subject: Re: 2D Facet
:
: Hello, is this possible to do in one query: I have a query which returns
: 1000 documents with names and addresses. I can run facet on state field
: and see how many addresses I have in each state. But also I nee
:
: Hello, is this possible to do in one query: I have a query which returns
: 1000 documents with names and addresses. I can run facet on state field
: and see how many addresses I have in each state. But also I need to see
: how many families lives in each state. So as a result I need a matri
Hello, is this possible to do in one query:
I have a query which returns 1000 documents with names and addresses. I can run
facet on state field and see how many addresses I have in each state. But also
I need to see how many families lives in each state. So as a result I need a
matrix of states