Thanks Markus!
On Thu, Mar 3, 2016 at 2:17 PM, Markus Jelsma
wrote:
> Hi - config is stored in ZK, libs must be present on each node and are
> rsync there via provisioning.
>
> Markus
>
> -Original message-
> > From:Joshan Mahmud
> > Sent: Thursday 3rd March 2016 15:02
> > To: solr-user
Thanks Markus - do you just SCP / copy them manually to your solr nodes and
not through Zookeeper (if you use that)?
Josh
On Thu, Mar 3, 2016 at 1:59 PM, Markus Jelsma
wrote:
> We store them server/solr/lib/.
>
>
> -Original message-
> > From:Joshan Mahmud
> > Sent: Thursday 3rd March
Hi group!
I'm having an issue of deploying a custom jar in SolrCloud (v 5.3.0).
I have a working local Solr environment (v 5.3.0 - NOT SolrCloud) whereby I
have:
- a jar containing one class CustomSimilarity which
extends org.apache.lucene.search.similarities.DefaultSimilarity
- the ja