Re: Sorting in other collection in Solr 8.5.1

2020-06-24 Thread vishal patel
p://aka.ms/weboutlook> From: vishal patel Sent: Wednesday, June 24, 2020 1:33 PM To: solr-user@lucene.apache.org Subject: Re: Sorting in other collection in Solr 8.5.1 My listing looks like : https://drive.google.com/file/d/1Pw94topEJfarEA_P5JeiDOsHlvyACPK0/view ID

Re: Sorting in other collection in Solr 8.5.1

2020-06-24 Thread vishal patel
ot;project_id":"102579" } As of now one form has only one action but possible one form has many actions. For getting listing of project_id:102578, First we sort in ascending in actionscomments with field title so we get form_id in order 10252141 and 10252140. Base on that ord

Re: Sorting in other collection in Solr 8.5.1

2020-06-23 Thread Erick Erickson
You have two separate collections with dissimilar data, so what does “sorting them in the same order” mean? Your example sorts on title, so why can’t you sort them both on title? That won’t work of course for any field that isn’t identical in both collections. These are actually pretty small colle

Sorting in other collection in Solr 8.5.1

2020-06-22 Thread vishal patel
Hi I am upgrading Solr 8.5.1. I have created 2 shards and each has one replica. I have created 2 collection one is form and second is actionscomment.forms related data are stored in form collection and actions of that forms are stored in actionscomment collection. There are 10 lakh documents in

Re: Sorting in other collection in Solr 8.5.1

2020-05-23 Thread Zheng Lin Edwin Yeo
Hi Vishal, Maybe you can post your query that you are using which has the issue too. Regards, Edwin On Sat, 23 May 2020 at 22:27, vishal patel wrote: > Hi > > I am upgrading Solr 8.5.1. I have created 2 shards and each has one > replica. > I have created 2 collection one is form and second is

Sorting in other collection in Solr 8.5.1

2020-05-23 Thread vishal patel
Hi I am upgrading Solr 8.5.1. I have created 2 shards and each has one replica. I have created 2 collection one is form and second is actionscomment.forms related data are stored in form collection and actions of that forms are stored in actionscomment collection. There are 10 lakh documents in