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-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 that). The one thing that was painful a

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 > SolrReturnFields obje

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 Mon,

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 > Susheel > > On Sun, Oct

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 jira issue that you ment

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 made

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-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 that (although i

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 f

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" wrote:

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, "Mikhail Khludnev" > wrote:

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 > wrote: > > > I was wondering

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 refer as "core1" and "core2"

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 r

Cross core join

2015-08-11 Thread Nagasharath
I have a scenario(we are badly affected) where I have to join two cores of two different nodes. I knew that there is a jira (https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-7090) open in support of this, is there any alternate solution that I can work around until this gets r

cross-core join functionquery could use a local qf parameter for parameter dereferencing

2013-08-14 Thread Paul Blanchaert
I'm using the same cross-core join functionquery quite extensively in my use case: for facet queries, filter queries and field aliasing. I tried to derefence the join query syntax with local parameters to enable clean client request, but this seemed not so simple and only possible via introd

solr cross core join

2012-09-13 Thread davideFP
Hi, I have a problem with cross core join, there isn't documentation online and i hope in your help. This is my scenario: core1 / jobs: core2 / users: matching jobs.iduser = users.id I tried only for test this query on core jobs: fd={!join fromIndex=

Solr 4.0 cross-core join limitations or a misunderstanding?

2012-07-25 Thread Jeff Schmidt
Hello: I'm trying to figure out if there is some limitation to a cross core join, or if I'm must misunderstanding something. This has been working fine with a small number of documents in the from index, but now I'm not getting the expected results now that a given example he