Re: Specific cores/collections to specific nodes

2017-12-12 Thread Leo Prince
able to hardcode it within the instance, all I have to do is, launch an instance with it's concerned image with the concerned static IP configured in ZK. Any advise is appreciated. Leo Prince On Tue, Dec 12, 2017 at 9:42 PM, Erick Erickson wrote: > Wait, rule-based placement isn'

Re: Specific cores/collections to specific nodes

2017-12-12 Thread Leo Prince
e each and every node > exactly where you want it with the "node" parameter of ADDREPLCIA. > > In both cases, the "node" is the string you see under the "live_nodes" > znode. > > Best, > Erick > > On Mon, Dec 11, 2017 at 3:08 AM, Leo Prince

Specific cores/collections to specific nodes

2017-12-11 Thread Leo Prince
. One core is read intensive with less write and other is write intensive with less read so dont want to mix their IO together. Earlier in Solr4, we were able to hard code it in tomcat solr.xml, similarly is there any ways that we can do this in solr7..? Thanks in advance. Leo Prince.

Re: Solr7 org.apache.lucene.index.IndexUpgrader

2017-11-27 Thread Leo Prince
thod with least time frame of execution. Thanks in advance, Leo Prince On Mon, Nov 27, 2017 at 2:58 PM, Daniel Collins wrote: > Leo, the general rule of thumb here is that the Solr index should *not* be > your main document store. It is the index to your document store, but if > it nee

Re: Solr7 org.apache.lucene.index.IndexUpgrader

2017-11-26 Thread Leo Prince
lanning to re-index by SELECT from previous version (4.10.2) and then UPDATE into latest version(7.1.0). Any other better thoughts to re-index..? Thanks in advance, Leo Prince.

Solr7 org.apache.lucene.index.IndexUpgrader

2017-11-23 Thread Leo Prince
ndex to 7. Please advise and thanks in advance. Leo Prince.

Re: Concern on solr commit

2017-10-19 Thread Leo Prince
t 18, 2017 at 5:09 AM, Leo Prince > wrote: > > Is there any known negative impacts in setting up autoSoftCommit as 1 > > second other than RAM usage..? > > Briefly: > Don't use autowarming (but keep caches enabled!) > Use docValues for fields you will facet an

Re: Concern on solr commit

2017-10-18 Thread Leo Prince
. Hence we can avoid frequent and numerous hard commits while we can search new docs written NRT. Is there any known negative impacts in setting up autoSoftCommit as 1 second other than RAM usage..? Thanks in advance. Regards, Leo Prince. On Tue, Oct 17, 2017 at 7:29 PM, Yonik Seeley wrote

Re: Concern on solr commit

2017-10-17 Thread Leo Prince
search from other nodes in SolrCloud. Thanks, Leo Prince. On Tue, Oct 17, 2017 at 4:01 AM, Shawn Heisey wrote: > I'm supplementing the other replies you've already gotten. See inline: > > > On 10/13/2017 2:30 AM, Leo Prince wrote: > > I am getting the following err

Re: Concern on solr commit

2017-10-13 Thread Leo Prince
really due to frequent commits..? We are having plenty of requests taking more seconds to deliver from solr irrespective of network overhead, so any thoughts whether commit frequency affects solr latency..? Thanks, Leo Prince On Fri, Oct 13, 2017 at 2:46 PM, Emir Arnautović < emir.arna

Concern on solr commit

2017-10-13 Thread Leo Prince
to the new requests when a commit is going on. Will it be queued for new search to spawn or will it be delivered with the old search existed..? Thanks in advance, Leo Prince.