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
: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 works

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
tions of parent/child blocks and I don't know > of any plans to change that. > > Best, > Erick > > On Thu, Apr 19, 2018 at 11:14 AM, Novin Novin <toe.al...@gmail.com> wrote: > > Hi Karthik, > > > > *Was your system time moved to future time and then was

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 <mrk...@gmail.com> wrote: > Novin, > > Was your system time moved

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
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 <erickerick...@gmail.

duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
quot;}}, "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
section for all versions 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

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
after the autocommit fires). > > Glad things worked out! > Erick > > On Tue, Jan 9, 2018 at 4:08 AM, Novin Novin <toe.al...@gmail.com> wrote: > > > Hi Erick, > > > > Apology for delay. > > > > [This isn't what I meant. I meant to query each replic

Re: Always use leader for searching queries

2018-01-09 Thread Novin Novin
pensearcher-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. > > > > Best,

Re: Always use leader for searching queries

2018-01-03 Thread Novin Novin
appen 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 program. > > Let us know, > Erick &g

Re: Always use leader for searching queries

2018-01-02 Thread Novin Novin
ther to have replicas in the first place? > > 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 <toe.al...@gmail.com> wrote: > > Hi guys, > > > > I am using solr 5.5.4 and same version for solr

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 <rl...@leirtech.com> wrote: > Novin, How long is recovery taking for you? I assume the recovery > completes correctly. > Cheers-- Rick > > On July 6

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
n. > 3> use ADDREPLICA 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,

Re: Replcate data from Solr to Solrcloud

2017-06-08 Thread Novin Novin
the indexes over too, they'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"

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

Re: initiate solr could collection

2016-11-28 Thread Novin Novin
ed at the bin/solr script options? Particularly the > create_collection option? > > On Mon, Nov 28, 2016 at 8:24 AM, Novin Novin <toe.al...@gmail.com> wrote: > > Thanks for this Erick, -e brings me to prompt. I can't use it because I > am > > using script to setup sol

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 <erickerick...@gmail.com> wrote: > try > > bin/solr

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
8 in the Solr context for instance. > > 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 <toe.al...@gmail.com> wrote: > > Hi Guys, > > > > I

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
from deleted > > docs. This 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, >

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
lient that > issues a client.optimize() 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 <toe.al...@gmail.com> wrote: > > How can I stop happening "Di

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 <apa...@elyograg.org> wrote: > On 4/14/2016 7:23 AM, Novin Novin wrote: > > Thanks for r

Re: Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
rting 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 <apa...@elyograg.org> wrote: > On 4/14/2016 4:40 AM, Novin Novin wrote: > > I'm having er

Solr 5.5 timeout of solrj client

2016-04-14 Thread Novin Novin
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
, 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 <erickerick...@gmail.com> wrote: > Typo? That's 6

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 <toe.al...@gmail.com> wrote: > Well It started again. > > Below is are the errors from solr logging on admin ui. > Log error message in master > 2

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
) at java.lang.Thread.run(Thread.java:745) Thanks, Novin On Fri, 12 Feb 2016 at 11:11 Novin Novin <toe.al...@gmail.com> 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

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
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" Thanks, Novi

Re: slave is getting full synced every polling

2016-02-12 Thread Novin Novin
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 <erickerick...@gmail.com> wrote: > bq: What I have

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 <erickerick...@gmail.com> wrote: > What is your replication configuration in solrconfig.xm

slave is getting full synced every polling

2016-02-11 Thread Novin Novin
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
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 <toe.al...@gmail.com> 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
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 <toe.al...@gmail.com> wrote: > > > Hi guys, > > > > I'm having trouble to figure what would be idle solr co

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, 5 Jan

solr 5.2.0 need to build high query response

2016-01-05 Thread Novin Novin
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 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

Re: query to get parents without childs

2015-12-16 Thread Novin
ver, 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, 2015, at 0

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
arent doc field in q not in fq. Thanks, Novin On 12 December 2015 at 00:01, Novin <toe.al...@gmail.com> 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-14 Thread Novin Novin
ience fq doen't participate in > highlighting nor scoring. > > On Mon, Dec 14, 2015 at 2:45 PM, Novin Novin <toe.al...@gmail.com> wrote: > > > Hi Mikhail, > > > > I'm having a little bit problem to construct the query for solr when I > have > > b

Block Join query

2015-12-11 Thread Novin
tered \"\" 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

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 '{!' ): q

Probelm with Deleting child document

2015-11-25 Thread Novin
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 messages

Solr 5.2 child documents

2015-11-23 Thread Novin
ot;, 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

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" <no...@temetra.com

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

Solr result with Intersects QUery is unexpected

2015-06-12 Thread Novin
. Thanks for your time, Novin