I just realised that you can use the "appends" attribute value in the request
handler config (of solrconfig.xml). By setting this, any additional fields
you add via the solrj API are appended.
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-dynamically-add-geo
What version of Solr are you using? I don't see any SolrQuery.set().
But with 4.x I think you want solrQuery.addValueToParam();
On Wed, Jun 19, 2013 at 8:06 AM, ade-b wrote:
> Hi
>
> We have a request handler defined in solrconfig.xml that specifies a list of
> fields to return for the request us