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
2018-08-04T15:59:59Z] This does not work q=+_query_:"{!parent which=type_s:parent} -time_tdt:[2018-08-01T16:00:00Z TO 2018-08-04T15:59:59Z]" Did I missed something? Thanks in advanced. Bests, Novin

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
Hi Karthik, *Was your system time moved to future time and then was reset to current* *time?* Nothing happen like this as far as I known. Thanks in advance Novin On Thu, 19 Apr 2018 at 18:26 Karthik Ramachandran wrote: > Novin, > > Was your system time moved to future time and

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
only parent doc it end up as single doc rather than to replace parent with child. If you know that this issue has been fixed with certain solr version please let me know or any other way to handle this issue. Thanks in advance, Novin On Thu, 19 Apr 2018 at 17:26 Erick Erickson wrote: > Also ask

duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
n"}}, "response":{"numFound":2,"start":0,"docs":[ { "id":"mid531281"}, { "id":"mid531281"}] }} schema file contains: id Let me know if extra information required. Any help would be really appreciated. Regards, Novin

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
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 shard and replica also. Best, Novin On Mon, 28 Nov 2016 at 16:14 Erick Erickson wrote: > try > > bin/solr start -e cloud -z ZK_NO

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
able find why is this happening. Does any body know what could have cause such error? Thanks in advance. Novin

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
0160213120322 and this one has more than 90% of index file same to master index directory. I just wanna say that you guys are taking time to helping me out with this problem is highly appreciated. Best regards, Novin On Fri, 12 Feb 2016 at 16:08 Erick Erickson wrote: > bq: What I have do

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
core admin page. I wasn't looked in index directory, my bad. And yes I used the diff to compare file. Now difference found actually. class="solr.Re1plicationHandler" this is typing error, apologies. This is in the file (copy from file) class="solr.ReplicationHandler" Th

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
stall solr for slave, before re-installation remove all directories related to solr. Not really ideal way to fix it. but solved the problem and still curious what could cause that such problem? Thanks, Novin On Thu, 11 Feb 2016 at 22:07 Erick Erickson wrote: > Typo? That's 60 second

Re: slave is getting full synced every polling

2016-02-11 Thread Novin Novin
interval is 60 seconds? I meant polling is 60 minutes I didn't not see any suspicious in logs , and I'm not optimizing any thing with commit. Thanks Novin On Thu, 11 Feb 2016 at 18:02 Erick Erickson wrote: > What is your replication configuration in solrconfig.xml on both >

slave is getting full synced every polling

2016-02-11 Thread Novin Novin
. Big core has doc greater than 100 mil. size around 25 to 35 GB. How can I stop full sync. Thanks Novin

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
If I'm correct, you are talking about this *or may be here too.* static firstSearcher warming in solrconfig.xml Thanks, Novin On Tue,

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
show even I am getting only 10 records. Could you able to give some idea where to look at. Thanks in advance, Novin

Re: query to get parents without childs

2015-12-16 Thread Novin
. However, you could index the number of children into the parent as an integer, then it would be easy. You could probably do that inside an UpdateProcessor, even using the Javascript ScriptUpdateProcessor. Probably simpler though in the code that pushes the docs to Solr. Upayavira On Wed, Dec 16,

Re: query to get parents without childs

2015-12-16 Thread Novin Novin
Hi Scott, Actually, it is not multi value field. it is nested document. Novin On 16 December 2015 at 20:33, Scott Stults < sstu...@opensourceconnections.com> wrote: > Hi Novin, > > How are you associating parents with children? Is it a "children" > multivalued field

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
e I was using parent doc field in q not in fq. Thanks, Novin On 12 December 2015 at 00:01, Novin wrote: > No Worries, I was just wondering what did I miss. And thanks for blog > link. > > > On 11/12/2015 18:52, Mikhail Khludnev wrote: > >> Novin, >> >>

Re: Block Join query

2015-12-11 Thread Novin
No Worries, I was just wondering what did I miss. And thanks for blog link. On 11/12/2015 18:52, Mikhail Khludnev wrote: Novin, I regret so much. It's my pet peeve in Solr query parsing. Handling s space is dependent from the first symbol of query sting This will work (starts from 

Block Join query

2015-12-11 Thread Novin
': Encountered \"\" at line 1, column 11.\nWas expecting one of:\n \"TO\" ...\n ...\n ...\n Just wondering too, can we able to do range in block join query. Thanks, Novin

Probelm with Deleting child document

2015-11-25 Thread Novin
ld or product01 has no child. Can Solr would be able to do, if I update parent with no child it will get rid of all child document of parent document? Cheers, Novin

Re: Solr 5.2 child documents

2015-11-24 Thread Novin
Thanks Mikhali. On 23/11/15 17:44, Mikhail Khludnev wrote: Novin, As it's stated here http://yonik.com/solr-nested-objects/ there is no requirements for schema. Perhaps http://blog.griddynamics.com/2013/09/solr-block-join-support.html might be useful too. I suppose LogUpdateProcessor mes

Re: Solr 5.2 child documents

2015-11-23 Thread Novin
Could somebody please give schema example for creating child document? On 23/11/15 12:57, Novin wrote: When I query using solr admin page. I can see the parent document there in results, but now child document. On 23/11/15 12:24, Alexandre Rafalovitch wrote: Do you get a parent doc? If not

Re: Solr 5.2 child documents

2015-11-23 Thread Novin
When I query using solr admin page. I can see the parent document there in results, but now child document. On 23/11/15 12:24, Alexandre Rafalovitch wrote: Do you get a parent doc? If not, maybe you forgot to commit the whole lot. On 23 Nov 2015 6:42 am, "Novin" wrote: Hi, When

Solr 5.2 child documents

2015-11-23 Thread Novin
_l", 2); childDoc.addfield("datetime_dt", DateTime.now().toIsoDateTime()); parentDoc. .addChildDocument(childDoc); schema.xml solrconfig.xml If needed more info I can provide that either. Cheeers, Novin

Solr result with Intersects QUery is unexpected

2015-06-12 Thread Novin
below query's bbox. geopolygon:"Intersects(ENVELOPE(0.42572, -1.45432, 51.97304, 51.3572))" AND id:xyz Am I missing something or doing wrong query? I've also tried Contains too, but does not fit requirement. And problem is same as intersect. Any kind of help would be appreciated. and let me know if you guys need more details. Thanks for your time, Novin