Re: Mismatch between replication API & index.properties

2019-07-31 Thread jai dutt
It's correct behaviour , Solr put replica index file in this format only and you can find latest index pointing in index.properties file. Usually afer successful full replication Solr remove old timestamp dir. On Wed, 31 Jul, 2019, 8:02 PM Aman Tandon, wrote: > Hi, > > We are having a situation

Re: Large Filter Query

2019-06-26 Thread jai dutt
lts, also for URI error, we can go with the POST approach, > and what if the data is not sharded. > > Regards, > Lucky Sharma > > On Thu, Jun 27, 2019 at 12:28 AM jai dutt > wrote: > > > > 1. No Solr is not for id search. rdms a better option. > > 2. Yes c

Re: Large Filter Query

2019-06-26 Thread jai dutt
1. No Solr is not for id search. rdms a better option. 2. Yes correct it going to impact query performance. And you may got large uri error. 3 ya you can pass ids internally by writing any custom parser.or divide data into different shard. On Thu, 27 Jun, 2019, 12:01 AM Lucky Sharma,