Hey there Shalin, After scrolling through the Jira Issues I found, http://issues.apache.org/jira/browse/SOLR-1387, discussing this exact thing.Is anyone currently working on a patch for this issue still? If not has the syntax in the last post in the Jira issue been approved so a patch can be made?
Thanks Robert. On 2009-12-10, at 2:19 AM, Shalin Shekhar Mangar wrote: > On Wed, Dec 9, 2009 at 5:25 AM, Robert Purdy <rdpu...@gmail.com> wrote: > >> >> Hey all, >> >> Is there anyway in Solr 1.4/1.5 to perform multiple facet prefixes on the >> same facet field in one request? >> >> Ex. On field 'Foo' I want to perform a facet prefix of A* and B* so I can >> get a facet response of all terms prefixed with A and all terms prefixed >> with B, either grouped together in the same facet result list or seperate >> facet lists labeled by the prefix. >> >> Currently, I perform one request per facet prefix and I am hoping that >> there >> is some cryptic way using local params that I am missing that will allow me >> to do this. >> >> > No, I don't think there is a way to do request for more than one > facet.prefix on the same field in one request. > > -- > Regards, > Shalin Shekhar Mangar.