new data structure for some fields

2015-12-21 Thread Abhishek Mishra
Hello all i am facing some kind of requirement that where for an id p1 is associated with some category_ids c1,c2,c3,c4 with some integers b1,b2,b3,b4. We need to sort the query of solr on the basis of b1/b2/b3/b4 depending on given category_id . Right now we mapped the category_ids into multi-va

Re: new data structure for some fields

2015-12-21 Thread Abhishek Mishra
ocument, how many categories or integers are > associated with it? > > On Mon, 21 Dec 2015, 14:43 Abhishek Mishra wrote: > > > Hello all > > > > i am facing some kind of requirement that where for an id p1 is > associated > > with some category_ids c1,c2,c3,c4 w

Re: new data structure for some fields

2015-12-21 Thread Abhishek Mishra
; If you want to apply these sorting rules for all docs, then specify the > > sorting in your solrconfig. If you only want It for a certain subset then > > apply the parameter from code at the app level > > > > On Mon, 21 Dec 2015, 16:49 Abhishek Mishra wrote: > > >

Need a group custom function(fieldcollapsing)

2016-03-14 Thread Abhishek Mishra
Hi all We are running on solr5.2.1 . Now the requirement come that we need the data on basis on some algo. The algorithm part we need to put on result obtained from query. So best we can do is using group.field,group.main,group.func. In group.func we need to use custom function which will run the a

Re: Need a group custom function(fieldcollapsing)

2016-03-15 Thread Abhishek Mishra
Any update on this??? On Mon, Mar 14, 2016 at 4:06 PM, Abhishek Mishra wrote: > Hi all > We are running on solr5.2.1 . Now the requirement come that we need the > data on basis on some algo. The algorithm part we need to put on result > obtained from query. So best we can

edismax parsing confusion

2017-04-03 Thread Abhishek Mishra
Hi all i am running solr query with these parameter bf: "sum(product(new_popularity,100),if(exists(third_price),50,0))" qf: "test_product^5 category_path_tf^4 product_id gender" q: "handbags between rs150 and rs 400" defType: "edismax" parsed query is like below one for q:- (+(DisjunctionMaxQuer

Re: edismax parsing confusion

2017-04-04 Thread Abhishek Mishra
> Which version of Solr are you using? > > > > I can see that the parsed queries are different, but they’re also very > > similar, and there’s a lot of detail there - can you be more specific > about > > what the problem is? > > > > -- > > Steve >

Inconsistent recovery status of replicas

2020-12-07 Thread Abhishek Mishra
Hello guys I am using Solr cloud 7.7 on Kubernetes. During the adding of replica sometimes we see inconsistency after successful addition nodes go to recovery status sometimes it takes 2-3 minute to recover while sometimes it takes more than an hour. We are getting this error. We have 4 shards each

Migrating from solr 7.7 to solr 8.6 issues

2020-12-07 Thread Abhishek Mishra
We are trying to migrate from solr 7.7 to solr 8.6 on Kubernetes. We are using zookeeper-3.4.13. While adding a replica to the cluster, it returns 500 status code. While in the background it is added sometimes successfully while sometime it is in the inactive node. We are using http2 without SSL.

solrcloud with EKS kubernetes

2020-12-08 Thread Abhishek Mishra
Hello guys, We are kind of facing some of the issues(Like timeout etc.) which are very inconsistent. By any chance can it be related to EKS? We are using solr 7.7 and zookeeper 3.4.13. Should we move to ECS? Regards, Abhishek

Re: solrcloud with EKS kubernetes

2020-12-13 Thread Abhishek Mishra
ces that you are giving your pods and the storage > volumes that you are using. > If you are using Ingresses, that might be causing slow connections between > nodes, or between your client and Solr. > > - Houston > > On Wed, Dec 9, 2020 at 3:24 PM Abhishek Mishra > wro

Re: solrcloud with EKS kubernetes

2020-12-23 Thread Abhishek Mishra
ng on the same > node is problematic. We also saw the need to move to SSDs because of how > IOPS bound we were. > > Did I mention use SSDs? ;) > > Good luck! > > On Mon, Dec 14, 2020 at 5:34 PM Abhishek Mishra > wrote: > > > Hi Houston, > > Sorry for the late

How pull replica works

2021-01-05 Thread Abhishek Mishra
I want to know how pull replica replicate from leader in real? Does internally admin API get data from the leader in form of batches? Regards, Abhishek

Re: How pull replica works

2021-01-07 Thread Abhishek Mishra
way to > the legacy leader/follower replication. This[1] talk tries to explain the > different replica types and how they work. > > HTH, > > Tomás > > [1] https://www.youtube.com/watch?v=C8C9GRTCSzY > > On Tue, Jan 5, 2021 at 10:29 PM Abhishek Mishra > wrote:

Re: Solr background merge in case of pull replicas

2021-01-07 Thread Abhishek Mishra
Hi Kshitij What I can guess over here. Pull replicas replicate segments from tlog, so whenever merge happens on tlog it will decrease the number of segments which is more than ideal case(i.e. adding a new segment). Afaik adding/deleting the segment is kind of a stop the world moment. This can be t

Re: solrcloud with EKS kubernetes

2021-01-14 Thread Abhishek Mishra
are, then it becomes a question of *how* you're indexing, and > whether that can be "slowed down" or not. > > > > On Thu, Dec 24, 2020 at 5:55 PM Abhishek Mishra > wrote: > > > Hi Jonathan, > > Merry Christmas. > > Thanks for the suggestion. To