Hi,
I had the same problem.
In my case the error was, I had a copy/paste typo in my solr.xml.
"${genericCoreNodeNames:true}"
!^! Ouch!
With the type 'bool' instead of 'str' it works definitely better. ;-)
Uwe
Am 28.11.2013 08:53, schrieb lansing:
Thank you for your replies,
I a
Adding genericCoreNodeNames to solr.xml work for me.
--
Yago Riveiro
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)
On Wednesday, December 11, 2013 at 10:47 PM, dboychuck wrote:
> Where did you add that directive? I am having the same problem.
>
>
>
> --
> View this message in cont
Where did you add that directive? I am having the same problem.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Error-when-creating-collection-in-Solr-4-6-tp4103536p4106248.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks for letting us know this is an issue with discovery mode
as well, I'd only run across old-style before.
On Thu, Nov 28, 2013 at 2:53 AM, lansing
wrote:
> Thank you for your replies,
> I am using the new-style discovery
> It worked after adding this setting :
> ${genericCoreNodeNames:true}
Thank you for your replies,
I am using the new-style discovery
It worked after adding this setting :
${genericCoreNodeNames:true}
--
View this message in context:
http://lucene.472066.n3.nabble.com/Error-when-creating-collection-in-Solr-4-6-tp4103536p4103696.html
Sent from the Solr - User ma
Are you using old-style XML files with a tag
and maybe tags as well? If so, see:
https://issues.apache.org/jira/browse/SOLR-5510
Short form: you may have better luck if you're using
old-style solr.xml files by adding:
genericCoreNodeNames="${genericCoreNodeNames:true}
to your tag, something li
Lansing,
I ran the command without any issue
http://localhost:8983/solr/admin/collections?action=CREATE&name=Current1&numShards=5&replicationFactor=3&maxShardsPerNode=15&collection.configName=default
The only different was that I have only one box and used the default config
from example folde
Hi,
I am using solr 4.6, with external zookeeper 3.4.5
5 nodes, 5 shards, 3 replicas.
I uploaded collection configuration in zookeepr.
I am using the new core discovery mode
I have this issue when I try to create a collection with this call :
http://10.0.5.227:8101/solr/admin/collections?action=C