Re: Collection created error: Can't find resource 'solrconfig.xml'

2018-07-21 Thread Erick Erickson
>From your SO post: "I've also created a directory /configs (as indicated by the error) on every node and copied the 'web' configset files (/share/solr/server/solr/web) that I want to use for overriding the collection default configuration. However, this didn't solve the problem." Do not copy fil

Collection created error: Can't find resource 'solrconfig.xml'

2018-07-21 Thread Reem
I have Solr-7.2.1 running on a cluster of 32 linux nodes/servers (+ a node that hosts ZooKeeper). I wanted to create a collection with the following command: [solr@node-n03 solr]$ curl "node-n03:8983/solr/admin/collections?action=CREATE&name=web&numShards=32&replicationFactor=1&maxShardsPerNode=1

Re: Good practices on indexing larger amount of documents at once using SolrJ

2018-07-21 Thread Erick Erickson
commitWithin parameter. Well, what I usually do is set my autocommit interval in my solrconfig.xml file and forget about it. For searching, set your autosoftcommit in solrconfig.xml and forget about _that_. Here's more than you want to know about the topic. https://lucidworks.com/2013/08/23/under