Re: KeeperErrorCode= BadVersion

2020-02-03 Thread Rajeswari Natarajan
Any thoughts on this?. We are continuously publishing and have disabled schemaless mode. Thanks, Rajeswari On Wed, Jan 29, 2020 at 9:18 AM Rajeswari Natarajan wrote: > Hi, > > Getting below exception. We have solrcloud 7.6 installed and have > commented off the below in so

KeeperErrorCode= BadVersion

2020-01-29 Thread Rajeswari Natarajan
Hi, Getting below exception. We have solrcloud 7.6 installed and have commented off the below in solrconfig.xml what could be the reason. Thanks, Rajeswari 2020-01-17T13:03:40.84206185Z 2020-01-17 13:03:40,841 [myid:5] - INFO [ProcessThread(sid:5 cport:-1)::PrepRequestProcessor@653] - Got

Re: [CAUTION] Converting graph query to stream graph query

2019-10-20 Thread Rajeswari Natarajan
Hi Joel, Thanks for your reply. This is a little different issue. Here the root docs have parent_id as null. The parent_id of the child will be the docid of the parent. With the data above and for the query below nodes(s4, walk="1->parent_s", gather="docid_s",

Re: Help with Stream Graph

2019-10-20 Thread Rajeswari Natarajan
f this brings back zero results then we know we have a problem with the > data. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Oct 18, 2019 at 1:41 PM Rajeswari Natarajan > wrote: > > > Hi Joel, > > > > Do you see anything wrong in the

Re: Help with Stream Graph

2019-10-18 Thread Rajeswari Natarajan
Hi Joel, Do you see anything wrong in the config or data . I am using 7.6. Thanks, Rajeswari On Thu, Oct 17, 2019 at 8:36 AM Rajeswari Natarajan wrote: > My config is from > > > https://github.com/apache/lucene-solr/tree/branch_7_6/solr/solrj/src/test-files/solrj/solr/configse

Re: Solr 8.2 docker image in cloud mode not connecting to Zookeeper on startup

2019-10-17 Thread Rajeswari Natarajan
Are you running zookeeper as container too. If yes , port 2181 needs to be exposed. -Rajeswari On Thu, Oct 17, 2019 at 4:25 PM Drew Kidder wrote: > Hello! I'm new to the list and I have a bit of an issue that I could use > some help with. > > I'm in the process of upgrading our Solr

Re: Help with Stream Graph

2019-10-17 Thread Rajeswari Natarajan
My config is from https://github.com/apache/lucene-solr/tree/branch_7_6/solr/solrj/src/test-files/solrj/solr/configsets/streaming/conf Thanks, Rajeswari On Thu, Oct 17, 2019 at 8:16 AM Rajeswari Natarajan wrote: > I tried below query and it returns o results > &g

Re: Help with Stream Graph

2019-10-17 Thread Rajeswari Natarajan
docs":[]}} Regards, Rajeswari On Thu, Oct 17, 2019 at 8:05 AM Rajeswari Natarajan wrote: > Thanks Joel. > > Here is the logs for below request > > curl --data-urlencode > 'expr=gatherNodes(knr,walk="product1->product_s",gather="basket_s")' > htt

Re: Help with Stream Graph

2019-10-17 Thread Rajeswari Natarajan
be a Solr query that > gets sent with product1 searched against the product_s field. Let's see how > many documents that query returns. > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Thu, Oct 17, 2019 at 1:41 AM Rajeswari Natarajan > wrote: > >

Help with Stream Graph

2019-10-16 Thread Rajeswari Natarajan
Hi, Since the stream graph query for my use case , didn't work as i took the data from solr source code test and also copied the schema and solrconfig.xml from solr 7.6 source code. Had to substitute few variables. Posted below data curl -X POST http://localhost:8983/solr/knr/update -H