Set Basic Auth to CloudSolrStream

2019-04-15 Thread Novin Novin
Hi How can I set basic auth for CloudSolrStream? I couldn't find any documentation. Can someone please point me in the right direction? Thanks in advance, Navin

Re: not range query in block join

2018-08-22 Thread Novin Novin
-08-01T16:00:00Z TO 2018-08-04T15:59:59Z] > > On Tue, Aug 21, 2018 at 7:13 PM Novin Novin wrote: > > > Hi Guys, > > > > I was try to do block join query with "not". I got not success, can > anybody > > please help me out here. > > > > This w

not range query in block join

2018-08-21 Thread Novin Novin
Hi Guys, I was try to do block join query with "not". I got not success, can anybody please help me out here. This works q=+_query_:"{!parent which=type_s:parent} +time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z]" This works q=-time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z] Thi

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
ks and I don't know > of any plans to change that. > > Best, > Erick > > On Thu, Apr 19, 2018 at 11:14 AM, Novin Novin wrote: > > Hi Karthik, > > > > *Was your system time moved to future time and then was reset to current* > > *time?* > > > &

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
then was reset to current > time? > > Solr will add the new document and will send delete for the old document > but there will no document matching the criteria. > > > On Thu, Apr 19, 2018 at 1:10 PM, Novin Novin wrote: > > > Hi Erick, > > > > I hav

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
; MergeIndexes under the covers). Have you done anything similar? > > Best, > Erick > > > On Thu, Apr 19, 2018 at 8:54 AM, Novin Novin wrote: > > Hi Guys, > > > > I end up with duplicate docs in solr cloud. I don't know how to debug it. > > So looking for h

duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
Hi Guys, I end up with duplicate docs in solr cloud. I don't know how to debug it. So looking for help here please. Below is details: Solr 6.6.2 zookeeper 3.4.10 Below is example of duplicate record of Json: { "responseHeader":{ "zkConnected":true, "status":0, "QTime":0, "para

Re: Solr cloud upgrade from 5 to 6

2018-01-15 Thread Novin Novin
ons between 5.5.4 and > 6.6.2. > > 3> If you _can_ reindex, I always do if for no other reason > than that'll force me to look at what's new and make use > of it. Again you don't _have_ to though. > > Best, > Erick > > On Mon, Jan 15, 2018 at 2:10 AM,

Solr cloud upgrade from 5 to 6

2018-01-15 Thread Novin Novin
Hi Guys, I would need a piece of advise about upgrading solr cloud. Would I need to re-index data If upgrade Solr cloud from 5.5.4 to 6.6.2? Thanks in advance. Navin

Re: Always use leader for searching queries

2018-01-09 Thread Novin Novin
> > Glad things worked out! > Erick > > On Tue, Jan 9, 2018 at 4:08 AM, Novin Novin wrote: > > > Hi Erick, > > > > Apology for delay. > > > > [This isn't what I meant. I meant to query each replica directly > > _within_ the same shard. Your pro

Re: Always use leader for searching queries

2018-01-09 Thread Novin Novin
or hard-with-opensearcher-true) > > 3> now look at your doc counts on each replica. > > > > If the counts are different then something's not right, Solr tries > > very hard to not lose data, it's concerning if the leader and replicas > > have different counts

Re: Always use leader for searching queries

2018-01-03 Thread Novin Novin
ould > force the commits to happen more closely in-sync, although still not > perfect. > > Another option if you're totally and completely sure that your commits > happen _only_ from your indexing program is to fire the commit at the > end of the run from your SolrJ progr

Re: Always use leader for searching queries

2018-01-02 Thread Novin Novin
> > Or is this some kind of diagnostic you're trying to implement? > > Best, > Erick > > On Tue, Jan 2, 2018 at 5:08 AM, Novin Novin wrote: > > Hi guys, > > > > I am using solr 5.5.4 and same version for solrj. My question is there > any > >

Always use leader for searching queries

2018-01-02 Thread Novin Novin
Hi guys, I am using solr 5.5.4 and same version for solrj. My question is there any way I can tell cloud solr client to use only leader for queries. Thanks in advance. Navin

Re: recovery information for replica in recovering state

2017-07-07 Thread Novin Novin
It is 250gb data. It takes around 40 minutes. And yes, recovery completes correctly. On Thu, 6 Jul 2017 at 23:32 Rick Leir wrote: > Novin, How long is recovery taking for you? I assume the recovery > completes correctly. > Cheers-- Rick > > On July 6, 2017 7:59:03 AM EDT, Nov

recovery information for replica in recovering state

2017-07-06 Thread Novin Novin
Hi Guys, I was just wondering is solr cloud can give information about how much recovery has been done by replica while in it is recovering, some percentage would be handy. Thanks, Novin

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
PLICA to build out your SolrCloud setup > 4> thereafter index directly to your SolrCloud installation > 5> when you've proved out your SolrCloud setup, get rid of the old > stand-alone stuff. > > Best, > Erick > > On Thu, Jun 8, 2017 at 8:55 AM, Novin Novin wrot

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
x27;re just files. > > If you're doing distributed search on your stand alone Solr, then you'd > need to insure that the hash ranges were correct on your two-handed > SolrCloud setup. > > Best, > Erick > > On Jun 8, 2017 07:06, "Novin Novin" wrote: >

Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
Hi Guys, I have set up SolrCloud for production but ready to use and currently Solr running with two core in production. SolrCloud machines are separate than standalone Solr and has two collections in SolrCloud similar to Solr. Is it possible and would be useful. If I could be replicate data fr

Re: initiate solr could collection

2016-11-28 Thread Novin Novin
ons? Particularly the > create_collection option? > > On Mon, Nov 28, 2016 at 8:24 AM, Novin Novin wrote: > > Thanks for this Erick, -e brings me to prompt. I can't use it because I > am > > using script to setup solr cloud. I required something where I can define &

Re: initiate solr could collection

2016-11-28 Thread Novin Novin
DE > > That'll guide you through creating a collection, assuming you can get > by with one of the stock configuration sets. > > Best, > Erick > > On Mon, Nov 28, 2016 at 8:11 AM, Novin Novin wrote: > > Hi Guys, > > > > Does solr has any way to create

initiate solr could collection

2016-11-28 Thread Novin Novin
Hi Guys, Does solr has any way to create collection when solr cloud is getting started first time? Best, Novin

Re: Zookeeper version

2016-11-25 Thread Novin Novin
nstance. > > There's currently an open Zookeeper JIRA for 3.4.9 that, when fixed, > Solr will try to upgrade to. > > Best, > Erick > > On Thu, Nov 24, 2016 at 2:12 AM, Novin Novin wrote: > > Hi Guys, > > > > I found in solr docs that "Solr currently uses

Zookeeper version

2016-11-24 Thread Novin Novin
Hi Guys, I found in solr docs that "Solr currently uses Apache ZooKeeper v3.4.6". Can I use higher version or I have to use 3.4.6 zookeeper. Thanks in advance, Novin

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
his happens as part of general background merging anyway. > > > > There have been some reports of 10-15% query performance after > > optimizing, but I would measure on your system before expending the > > resources optimizing. > > > > Best, > > Erick > > > &

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
mize() command or you pressed the "optimize now" > in the admin UI. Solr doesn't do this by itself. > > Best, > Erick > > On Thu, Apr 14, 2016 at 8:30 AM, Novin Novin wrote: > > How can I stop happening "DirectUpdateHandler2 Starting optimize... > Readi

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
How can I stop happening "DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care" Thanks novin On 14 April 2016 at 14:36, Shawn Heisey wrote: > On 4/14/2016 7:23 AM, Novin Novin wrote: > > Thanks for reply Shawn. > > > >

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
2 Starting optimize... Reading and rewriting the entire index! Use with care". Would this be causing delay response from solr? Thanks in advance, Novin On 14 April 2016 at 14:05, Shawn Heisey wrote: > On 4/14/2016 4:40 AM, Novin Novin wrote: > > I'm having error &

Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
Hi guys, I'm having error when sending solr doc mid15955728 org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://localhost.com:8983/solr/analysis at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.j

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
les each replication . > > You need to check the segments in the slave every minutes. > > When the replication is triggered what are the difference from the Master > > index ( in term of segments) and the slave ? > > > > Cheers > > > > On 12 February 2016 at 12:03,

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
sorry core name is wmsapp_analysis which is big core On Fri, 12 Feb 2016 at 12:01 Novin Novin wrote: > Well It started again. > > Below is are the errors from solr logging on admin ui. > Log error message in master > 2/12/2016, 11:39:24 AM null:java.lang.IllegalState

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
va:555) at java.lang.Thread.run(Thread.java:745) Thanks, Novin On Fri, 12 Feb 2016 at 11:11 Novin Novin wrote: > Details here are important. Do you understand what Erick was asking > when he was talking about segments? The segments are the files in the > index directory, which is usually da

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
anks, Novin On Fri, 12 Feb 2016 at 09:30 Shawn Heisey wrote: > On 2/12/2016 1:58 AM, Novin Novin wrote: > > Typo? That's 60 seconds, but that's not especially interesting either > way. > > > > Yes, I was thinking about this too and I have changed it t

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
s, but that's not especially interesting either way. > > Do the actual segment's look identical after the polling? > > On Thu, Feb 11, 2016 at 1:16 PM, Novin Novin wrote: > > Hi Erick, > > > > Below is master slave config: > > > > M

Re: slave is getting full synced every polling

2016-02-11 Thread Novin Novin
lso, if you are for > some reason optimizing the index that'll cause a full replication. > > Best, > Erick > > On Thu, Feb 11, 2016 at 8:41 AM, Novin Novin wrote: > > Hi Guys, > > > > I'm having a problem with master slave syncing. > > > > So

slave is getting full synced every polling

2016-02-11 Thread Novin Novin
Hi Guys, I'm having a problem with master slave syncing. So I have two cores one is small core (just keep data use frequently for fast results) and another is big core (for rare query and for search in every thing). both core has same solrconfig file. But small core replication is fine, other tha

Solr 5 with java 7 or java 8

2016-01-19 Thread Novin Novin
Hi Guys, Is this highly recommended java 8 with solr 5.x, because solr 5.x code is compiled with java 8 or it would be ok with java 7 but also could cause performance . Thanks Novin

Re: solr 5.2.0 need to build high query response

2016-01-06 Thread Novin Novin
unts on things like filterCacher aren't > available when Solr starts. In practice, though, many (most?) people > put the same query in both. > > On Tue, Jan 5, 2016 at 9:17 AM, Novin Novin wrote: > > If I'm correct, you are talking about this > > > > > &g

Re: solr 5.2.0 need to build high query response

2016-01-05 Thread Novin Novin
; > In particular, you should have a newSearcher event > that facets on the fields you expect to need. > > Best, > Erick > > On Tue, Jan 5, 2016 at 8:17 AM, Novin Novin wrote: > > Thanks David. It is quite good to use for NRT. > > > > Apologies, I didn't mentio

Re: solr 5.2.0 need to build high query response

2016-01-05 Thread Novin Novin
gt; > https://lucidworks.com/blog/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ > > On Tue, Jan 5, 2016 at 5:44 PM, Novin Novin wrote: > > > Hi guys, > > > > I'm having trouble to figure what would be idle solr config for where: >

solr 5.2.0 need to build high query response

2016-01-05 Thread Novin Novin
Hi guys, I'm having trouble to figure what would be idle solr config for where: I'm doing hard commit in every minute for very few number of users because I have to show those docs in search results quickly when user save the changes. It is causing the response in around 2 secs to show even I

Re: query to get parents without childs

2015-12-16 Thread Novin Novin
in the parent record? If so you could query for records > that don't have a value in that field like "-children:[* TO *]" > > k/r, > Scott > > On Wed, Dec 16, 2015 at 7:29 AM, Novin Novin wrote: > > > Hi guys, > > > > I have few parent inde

query to get parents without childs

2015-12-16 Thread Novin Novin
Hi guys, I have few parent index without child, what would wold be the query for those to get? Thanks, Novin

Re: Block Join query

2015-12-14 Thread Novin Novin
highlighting nor scoring. > > On Mon, Dec 14, 2015 at 2:45 PM, Novin Novin wrote: > > > Hi Mikhail, > > > > I'm having a little bit problem to construct the query for solr when I > have > > been trying to use block join query. As you said, i can't

Re: Block Join query

2015-12-14 Thread Novin Novin
Hi Mikhail, I'm having a little bit problem to construct the query for solr when I have been trying to use block join query. As you said, i can't use + or in front of block join query, so I have to put *{**!parent which="doctype:200"} *in front. and after this, all fields are child document, so