RE: SolrJ Howto get local params from QueryResponse

2013-06-17 Thread Holger Rieß
nt: Monday, June 17, 2013 8:40 PM > To: solr-user@lucene.apache.org > Subject: Re: SolrJ Howto get local params from QueryResponse > > The "LocalParams" are just the prefix on the query parameters (e.g., > "facet.field") themselves - what you sent on the or

Re: SolrJ Howto get local params from QueryResponse

2013-06-17 Thread Jack Krupansky
:53 AM To: solr-user@lucene.apache.org Subject: SolrJ Howto get local params from QueryResponse Hi, how can I get local params like '{!ex=dyn,cls} AAA001001_0_1.1.1_ss' from QueryResponse? I've tagged filter queries and facet fields with different tags (p.e.'dyn','c

SolrJ Howto get local params from QueryResponse

2013-06-17 Thread Holger Rieß
Hi, how can I get local params like '{!ex=dyn,cls} AAA001001_0_1.1.1_ss' from QueryResponse? I've tagged filter queries and facet fields with different tags (p.e.'dyn','cls'). I can see the tags in the QueryResponse XML facet.field section: {!ex=dyn}AAA001001_0_1.1.1_ss ...