I am trying to work out how to share a parameter value in all the Solr nodes in 
a cluster.

I have two custom search components.  One is defined in the first-components 
list and the other is defined in the last-components list.  Ideally, the 
first-component creates the parameter value and sets so the same component for 
the other nodes can find it.

The request SolrParams are good for sharing within the same node, but I don't 
know if the request defined by the aggregator for the other shards is exposed. 

Hopefully this makes sense.

I also have noticed that the custom components are executed twice for each 
query.  Not sure why.

Thanks in advance.

-S

Reply via email to