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
The "LocalParams" are just the prefix on the query parameters (e.g., "facet.field") themselves - what you sent on the original query. I mean, you constructed those original parameters in your app code, right? You can also call QueryResponse#getHeader and then locate the original query paramet