Have you considered facet.query? You can specify an arbitrary query to facet on which might do what you want. Otherwise, I'm not sure what you mean by "faceted search using two fields". How should these fields be combined into a single facet? What that means practically is not at all obvious from your problem statement.
Best Erick On Tue, Apr 10, 2012 at 8:55 AM, Marc SCHNEIDER <marc.schneide...@gmail.com> wrote: > Hi, > > I'd like to make a faceted search using two fields. I want to have a > single result and not a result by field (like when using > facet.field=f1,facet.field=f2). > I don't want to use a copy field either because I want it to be > dynamic at search time. > As far as I know this is not possible for Solr 3.x... > But I saw a new parameter named "group.facet" for Solr4. Could that > solve my problem? If yes could somebody give me an example? > > Thanks, > Marc.