Re: Autoscaling in 8.2

2019-10-31 Thread Pranaya Behera
gt; https://lucene.apache.org/solr/guide/6_6/collections-api.html > > See addreplica > > >> Am 31.10.2019 um 09:46 schrieb Pranaya Behera >: > > Hi, > > I have one node started with solrcloud. I have created one collection > > with the default configsets. When

Autoscaling in 8.2

2019-10-31 Thread Pranaya Behera
Hi, I have one node started with solrcloud. I have created one collection with the default configsets. When I am creating another node joining the same cluster i.e. zookeeper chroot, is there any way to create the collection ? Currently it is just sitting idle, not doing any work. In the

Re: Nodes goes down but never recovers.

2017-04-24 Thread Pranaya Behera
Any other solutions for this ? On Fri, Apr 21, 2017 at 9:42 AM, Pranaya Behera <behera.pran...@gmail.com> wrote: > Hi Erick, > Even if they use different solr.home which I have also > tested in AWS environment there also is the same problem. > > Can someone ver

Re: Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
1 -s example/cloud/node1/solr > bin/solr start -c -z localhost:2181 -p 898$1 -s example/cloud/node2/solr > > and the like. > > Best, > Erick > > On Thu, Apr 20, 2017 at 11:01 AM, Pranaya Behera > <behera.pran...@gmail.com> wrote: >> Hi, >> Can som

Re: Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
Hi, Can someone from the mailing list also confirm the same findings ? I am at wit's end on what to do to fix this. Please guide me to create a patch for the same. On Thu, Apr 20, 2017 at 3:13 PM, Pranaya Behera <behera.pran...@gmail.com> wrote: > Hi, > Through SolrJ

Nodes goes down but never recovers.

2017-04-20 Thread Pranaya Behera
Hi, Through SolrJ I am trying to upload configsets and create collections in my solrcloud. Setup: 1 Standalone zookeeper listening on 2181 port. version 3.4.10 -- bin/zkServer.sh start 3 Starting solr nodes. (All running from the same solr.home) version 6.5.0 and as well in 6.2.1 -- bin/solr

SolrCore is loading in the middle of indexing.

2016-08-23 Thread Pranaya Behera
Hi, In the middle of indexing solrcore gets reloaded and causing 503 error. Here is the stack trace of the issue. [main] ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request to collection product failed due to (503)

Re: Inconsistent results with solr admin ui and solrj

2016-08-16 Thread Pranaya Behera
ack in sync 5. Run your indexing procedure. 6. Verify that both replicas are still in sync -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 16. aug. 2016 kl. 06.51 skrev Pranaya Behera <pranaya.beh...@igp.com>: Hi, a.) Yes index is static, not updated live. We

Re: Inconsistent results with solr admin ui and solrj

2016-08-15 Thread Pranaya Behera
results will vary depending on what replica answers? A few questions: a) Is your index static, i.e. not being updated live? b) Can you try to go directly to the core menu of both replicas for each shard, and compare numDocs / maxDocs for each? Both replicas in each shard should have same count. c)

Re: Inconsistent results with solr admin ui and solrj

2016-08-13 Thread Pranaya Behera
collections and the same request handlers. I would verify that before all else. Using network sniffers (Wireshark) if necessary. Regards, Alex On 13 Aug 2016 8:11 PM, "Pranaya Behera" <pranaya.beh...@igp.com> wrote: Hi, I am running solr 6.1.0 with solrcloud. We

Re: Inconsistent results with solr admin ui and solrj

2016-08-13 Thread Pranaya Behera
. It is considerably older than Solr 6.1. This was the only issue I ran into with 6.1. On 13 August 2016 at 06:10, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I am running solr 6.1.0 with solrcloud. We have 3 instance of zookeeper and 3 instance of solrcloud. All three of them are

Inconsistent results with solr admin ui and solrj

2016-08-13 Thread Pranaya Behera
Hi, I am running solr 6.1.0 with solrcloud. We have 3 instance of zookeeper and 3 instance of solrcloud. All three of them are active and up. One collection has 3 shards, each shard has 2 replicas. Everytime query whether from solrj or admin ui, getting inconsistent results. e.g. 1.

Re: Getting dynamic fields using LukeRequest.

2016-08-12 Thread Pranaya Behera
, Pranaya Behera wrote: And also when I hit the request for each individual shard I get some results that are close to it using /admin/luke endpoint but to the whole collection it doesnt even show that have dynamic fields. On 10/08/16 11:23, Pranaya Behera wrote: Hi Steve, I did look

Re: Getting dynamic fields using LukeRequest.

2016-08-10 Thread Pranaya Behera
And also when I hit the request for each individual shard I get some results that are close to it using /admin/luke endpoint but to the whole collection it doesnt even show that have dynamic fields. On 10/08/16 11:23, Pranaya Behera wrote: Hi Steve, I did look at the schema api

Re: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Pranaya Behera
ema/SchemaRequest.DynamicFields.html> You can see which options are supported here: <https://cwiki.apache.org/confluence/display/solr/Schema+API#SchemaAPI-ListDynamicFields> -- Steve www.lucidworks.com On Aug 9, 2016, at 8:52 AM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I have th

Fwd: Getting dynamic fields using LukeRequest.

2016-08-09 Thread Pranaya Behera
Forwarded Message Subject:Getting dynamic fields using LukeRequest. Date: Tue, 9 Aug 2016 18:22:15 +0530 From: Pranaya Behera <pranaya.beh...@igp.com> To: solr-user@lucene.apache.org Hi, I have the following script to retrieve all the

Getting dynamic fields using LukeRequest.

2016-08-09 Thread Pranaya Behera
Hi, I have the following script to retrieve all the fields in the collection. I am using SolrCloud 6.1.0. LukeRequest lukeRequest = new LukeRequest(); lukeRequest.setNumTerms(0); lukeRequest.setShowSchema(false); LukeResponse lukeResponse = lukeRequest.process(cloudSolrClient); Map

Filter query wrt main query on block join

2016-06-14 Thread Pranaya Behera
Hi, I have indexed nested documents into solr. How do I filter on the main query using block join query? Here is what I have in the sense of documents: Document A -> id, name, title, is_parent=true Document B -> id, x,y,z Document C -> id, a , b Document B & C are child to A. I want to get

Re: Block Join Facet not giving results.

2016-06-14 Thread Pranaya Behera
Here it is: https://gist.github.com/shadow-fox/150c1e5d11cccd4a5bafd307c717ff85 On Tuesday 14 June 2016 01:03 PM, Mikhail Khludnev wrote: OK. And how does response looks like on meaningful child.facet.field request with debugQuery? 14 июня 2016 г. 8:12 пользователь "Pranaya B

Re: Block Join Facet not giving results.

2016-06-13 Thread Pranaya Behera
Hi Mikhail, Here is the response for q=*:*=true: https://gist.github.com/shadow-fox/495c50cda339e2a18550e41a524f03f0 On Tuesday 14 June 2016 01:59 AM, Mikhail Khludnev wrote: Can you post response on q=*:*=true? On Mon, Jun 13, 2016 at 5:01 PM, Pranaya Behera <pranaya.

Block Join Facet not giving results.

2016-06-13 Thread Pranaya Behera
ument to match the facet field, but alas no results. It neither gives results with select handler nor with bjqfacet handler. With select handler all I am getting is the keys but not the values i.e. count , counts are always zero. With bjqfacet handler I am getting an empty array, no keys no values. -- Thanks & Regards Pranaya Behera

Re: Sorting on child document field.

2016-05-23 Thread Pranaya Behera
, 2016 at 11:17 AM, Pranaya Behera <pranaya.beh...@igp.com <mailto:pranaya.beh...@igp.com>> wrote: Hi Mikhail, I saw the blog post tried to do that with parent block query {!parent} as I dont have the reference for the parent in the child to use i

Re: Sorting on child document field.

2016-05-23 Thread Pranaya Behera
need further comments. On Thu, May 19, 2016 at 4:25 PM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Example would be: Lets say that I have a product document with regular fields as name, price, desc, is_parent. it has child documents such as CA:: fields as a,b,c,rank and another child do

Re: Sorting on child document field.

2016-05-20 Thread Pranaya Behera
Adding lucene user mailing list to it. On Thursday 19 May 2016 06:55 PM, Pranaya Behera wrote: Example would be: Lets say that I have a product document with regular fields as name, price, desc, is_parent. it has child documents such as CA:: fields as a,b,c,rank and another child document

Re: Sorting on child document field.

2016-05-19 Thread Pranaya Behera
2016 04:09 PM, Pranaya Behera wrote: While searching in the lucene code base I found /ToParentBlockJoinSortField /but its not in the solr or even in solrj as well. How would I use it with solrj as I can't find anything to query it through the UI. On Thursday 19 May 2016 11:29 AM, Pranaya Behera

Re: Sorting on child document field.

2016-05-19 Thread Pranaya Behera
While searching in the lucene code base I found /ToParentBlockJoinSortField /but its not in the solr or even in solrj as well. How would I use it with solrj as I can't find anything to query it through the UI. On Thursday 19 May 2016 11:29 AM, Pranaya Behera wrote: Hi, How can I sort

Sorting on child document field.

2016-05-19 Thread Pranaya Behera
Hi, How can I sort the results i.e. from a block join parent query using the field from child document field ? Thanks & Regards Pranaya Behera

Re: Streaming expression for suggester

2016-05-02 Thread Pranaya Behera
://github.com/apache/lucene-solr/commit/7b5f12e622f10206f3ab3bf9f79b9727c73c6def Joel Bernstein http://joelsolr.blogspot.com/ On Sun, May 1, 2016 at 2:45 PM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi Joel, If you could point me in the right direction I would like to tak

Re: Streaming expression for suggester

2016-05-01 Thread Pranaya Behera
ticket, it should be very easy to add. Joel Bernstein http://joelsolr.blogspot.com/ On Sat, Apr 30, 2016 at 6:30 AM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I have two collections lets name them as A and B. I want to suggester to work on both the collection while sea

Streaming expression for suggester

2016-04-30 Thread Pranaya Behera
Hi, I have two collections lets name them as A and B. I want to suggester to work on both the collection while searching on the front-end application. In collection A I have 4 different fields. I want to use all of them for the suggester. Shall I copy them to a new field of combined of

How to get stats on currency field?

2016-04-14 Thread Pranaya Behera
Hi, I have a currency field type. How do I get StatsComponent to work with it ? Currently StatsComponent works with strings, numerics but not currency field. Another question is how to copy only the value part from a currency field ? e.g. if my field name is "mrp" and the value is "62.00,

Currency field doubts

2016-03-02 Thread Pranaya Behera
d mrp in two different currency e.g. if the mrp would return more than just one currency. currency(mrp, INR, USD, EUR) as I try this I get an error. Is it possible to do so, and how ? -- Thanks & Regards Pranaya Behera

Re: Multi-level nested documents query

2016-02-04 Thread Pranaya Behera
://blog.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html On Thu, Feb 4, 2016 at 8:39 PM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I have documents that are indexed are like this: product -isParent:true - child1 -isParent:true - ch

Multi-level nested documents query

2016-02-04 Thread Pranaya Behera
& Regards Pranaya Behera

How to get parent as well as children with one query ?

2016-02-01 Thread Pranaya Behera
eve. Could someone give one example on how to achieve in both cases ? -- Thanks & Regards Pranaya Behera

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
this error before but which version of Solr you are using & assume zookeeper is configured correctly. Do you see nodes down/active/leader etc. under Cloud in Admin UI? Thanks, Susheel On Wed, Jan 27, 2016 at 11:51 AM, Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I have created one

Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
.java:75) at com.igp.solrindex.App.main(App.java:19) Why I am getting error ? -- Thanks & Regards Pranaya Behera

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
Its only happening when I specify the createNodeSet (list of nodes comma separated). If I remove this then it works as expected. On Thursday 28 January 2016 12:45 PM, Pranaya Behera wrote: Hi, I have checked in the admin UI and now I have created 3 shards 2 replicas for each shard and 1

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
ot;http://localhost:8983/solr/admin/collections?action=CREATE=card=3=2=1=localhost:8983_solr,localhost:8984_solr,localhost:8985_solr=true=igp; On Thursday 28 January 2016 03:16 AM, Susheel Kumar wrote: Hi, I haven't seen this error before but which version of Solr you are using & assume zoo

Solrcloud hosting

2016-01-17 Thread Pranaya Behera
Hi, I have 1 zookeeper server and 3 solr servers. I want to access the search end point which solr server's url i should try ? And is there anyway to assign one domain for this solrcloud and how ? -- Thanks & Regards Pranaya Behera

Re: Parent Child Schema Design

2016-01-07 Thread Pranaya Behera
can find that here: https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201512.mbox/ <CABd%2B1eLgwJf02EbkdN53EsJr76JqDadYri-zf3HpQGTvKOAguA%40mail.gmail.com> On Thu, 7 Jan 2016, 13:16 Pranaya Behera <pranaya.beh...@igp.com> wrote: Hi, I have read yonik.com/solr-nested

Parent Child Schema Design

2016-01-06 Thread Pranaya Behera
say I would like to add another field named steps which will contain id, product_id, name, description. This steps would be a multivalued as per product we have multiple steps. Can someone help me figure out how to go about this ? -- Thanks & Regards Pranaya Behera