Parameters are not positional.  The wiki says
"""Note that many parameters may be overridden on a per-field basis
with the following syntax:
      f.<fieldName>.<originalParam>=<value>
"""

So to specify a prefix for the field cidsWithParent, use
f.cidsWithParent.facet.prefix=9AAC1001

-Yonik

On Fri, Dec 26, 2008 at 7:38 PM, Tarun Jain <tjai...@yahoo.com> wrote:
> Hi,
> I am trying to facet on multiple fields and I want to limit the values to 
> facet on using facet.prefix
>
> The wiki says that the facet.prefix parameter can be specified on a per field 
> basis
>
> Example:
>    
> http://localhost:8983/solr/select?q=*:*&indent=on&facet=on&rows=0&facet.field=cidsWithParent_CountySpecific&facet.prefix=ROOT_&facet.field=cidsWithParent&facet.prefix=9AAC1001
>
> However Solr is only taking into consideration the first facet.prefix and 
> applies it to all facet.field. The second facet.prefix is ignored
>
> Any suggestions or workarounds ??
>
> Thanks
> Tarun Jain
> -=-

Reply via email to