Re: Solr cross core join special condition

2015-11-11 Thread Steven Bower
commenting so this ends up in Dennis' inbox.. On Tue, Oct 13, 2015 at 7:17 PM Yonik Seeley wrote: > On Wed, Oct 7, 2015 at 9:42 AM, Ryan Josal wrote: > > I developed a join transformer plugin that did that (although it didn't > > flatten the results like

Re: Solr cross core join special condition

2015-11-11 Thread Dennis Gove
I am intending to backport SOLR-7584 to 5_x. It depends on a couple of changes in a patch related to the new SQL API which is not being backported. I've got to go through and pull out the pieces needed and create a patch for 5_x. Hopefully we'll have this in 5_x soon. On Wed, Nov 11, 2015 at 2:18

Re: Solr cross core join special condition

2015-10-13 Thread Yonik Seeley
On Wed, Oct 7, 2015 at 9:42 AM, Ryan Josal wrote: > I developed a join transformer plugin that did that (although it didn't > flatten the results like that). The one thing that was painful about it is > that the TextResponseWriter has references to both the IndexSchema and >

Re: Solr cross core join special condition

2015-10-12 Thread Ali Nazemian
Thank you very much. Sincerely yours. On Mon, Oct 12, 2015 at 6:15 AM, Susheel Kumar wrote: > Yes, Ali. These are targeted for Solr 6 but you have the option download > source from trunk, build it and try out these features if that helps in the > meantime. > > Thanks >

Re: Solr cross core join special condition

2015-10-12 Thread Ali Nazemian
Dear Shawn, Hi, Since in Yonki's Solr blog it is mentioned that this feature is one of the Solr 5.4 features. I assume it will back-ported to the next stable release (5.4). Please correct me if it is the wrong assumption. Thank you very much. Sincerely yours. On

Re: Solr cross core join special condition

2015-10-11 Thread Shawn Heisey
On 10/11/2015 8:01 AM, Ali Nazemian wrote: > I did check the jira issue that you mentioned but it seems its target is > Solr 6! Am I correct? The patch failed for Solr 5.3 due to class not found. > For Solr 5.x should I try to implement something similar myself? Virtually all changes that are

Re: Solr cross core join special condition

2015-10-11 Thread Ali Nazemian
Dear Susheel, Hi, I did check the jira issue that you mentioned but it seems its target is Solr 6! Am I correct? The patch failed for Solr 5.3 due to class not found. For Solr 5.x should I try to implement something similar myself? Sincerely yours. On Wed, Oct 7, 2015 at 7:15 PM, Susheel Kumar

Re: Solr cross core join special condition

2015-10-11 Thread Susheel Kumar
Yes, Ali. These are targeted for Solr 6 but you have the option download source from trunk, build it and try out these features if that helps in the meantime. Thanks Susheel On Sun, Oct 11, 2015 at 10:01 AM, Ali Nazemian wrote: > Dear Susheel, > Hi, > > I did check the

Re: Solr cross core join special condition

2015-10-07 Thread Ryan Josal
I developed a join transformer plugin that did that (although it didn't flatten the results like that). The one thing that was painful about it is that the TextResponseWriter has references to both the IndexSchema and SolrReturnFields objects for the primary core. So when you add a SolrDocument

Re: Solr cross core join special condition

2015-10-07 Thread Susheel Kumar
You may want to take a look at new Solr feature of Streaming API & Expressions https://issues.apache.org/jira/browse/SOLR-7584?filter=12333278 for making joins between collections. On Wed, Oct 7, 2015 at 9:42 AM, Ryan Josal wrote: > I developed a join transformer plugin that did

Solr cross core join special condition

2015-10-06 Thread Ali Nazemian
I was wondering how can I overcome this query requirement in Solr 5.2.1: I have two different Solr cores refer as "core1" and "core2". core1 has some fields such as field1, field2 and field3 and core2 has some other fields such as field1, field4 and field5. I am looking for Solr query which can

Re: Solr cross core join special condition

2015-10-06 Thread Mikhail Khludnev
Hello, Why do you need sibling core fields? do you facet? or just want to enrich result page with them? On Tue, Oct 6, 2015 at 6:04 PM, Ali Nazemian wrote: > I was wondering how can I overcome this query requirement in Solr 5.2.1: > > I have two different Solr cores

Re: Solr cross core join special condition

2015-10-06 Thread Ali Nazemian
Dear Mikhail, Hi, I want to enrich the result. Regards On Oct 6, 2015 7:07 PM, "Mikhail Khludnev" wrote: > Hello, > > Why do you need sibling core fields? do you facet? or just want to enrich > result page with them? > > On Tue, Oct 6, 2015 at 6:04 PM, Ali Nazemian

Re: Solr cross core join special condition

2015-10-06 Thread Mikhail Khludnev
On Wed, Oct 7, 2015 at 7:05 AM, Ali Nazemian wrote: > it > seems there is not any way to do that right now and it should be developed > somehow. Am I right? > yep -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics

Re: Solr cross core join special condition

2015-10-06 Thread Ali Nazemian
Yeah, but child document transformer is used for nested document inside single core but I am looking for multiple core result joining. Then it seems there is not any way to do that right now and it should be developed somehow. Am I right? Regards. On Oct 6, 2015 9:53 PM, "Mikhail Khludnev"

Re: Solr cross core join special condition

2015-10-06 Thread Mikhail Khludnev
thus, something like [child] https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents can be developed. On Tue, Oct 6, 2015 at 6:45 PM, Ali Nazemian wrote: > Dear Mikhail, > Hi, > I want to enrich the result. > Regards > On Oct 6, 2015 7:07 PM,