Re: Facet on same field in different ways

2015-06-16 Thread Phanindra R
Thanks guys. The syntax "facet.field={!key=abc facet.limit=10}facetFieldName" works. On Tue, Jun 16, 2015 at 11:22 AM, Chris Hostetter wrote: > > : Have you tried this syntax ? > : > : &facet=true&facet.field={!ex=st key=terms facet.limit=5 > : facet.prefix=ap}query_terms&facet.field={!key=term

Re: Facet on same field in different ways

2015-06-16 Thread Chris Hostetter
: Have you tried this syntax ? : : &facet=true&facet.field={!ex=st key=terms facet.limit=5 : facet.prefix=ap}query_terms&facet.field={!key=terms2 : facet.limit=1}query_terms&rows=0&facet.mincount=1 : : This seems the proper syntax, I found it here : yeah, local params are supported for specifyi

Re: Facet on same field in different ways

2015-06-16 Thread Alessandro Benedetti
Hi Phanindra, Have you tried this syntax ? &facet=true&facet.field={!ex=st key=terms facet.limit=5 facet.prefix=ap}query_terms&facet.field={!key=terms2 facet.limit=1}query_terms&rows=0&facet.mincount=1 This seems the proper syntax, I found it here : https://issues.apache.org/jira/browse/SOLR-4717