You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dennis Gove (JIRA)" <ji...@apache.org> on 2016/05/05 23:06:13 UTC

[jira] [Updated] (SOLR-9058) hashJoin does not work when "on" maps fields with "="

     [ https://issues.apache.org/jira/browse/SOLR-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Gove updated SOLR-9058:
------------------------------
    Attachment: SOLR-9058.patch

This patch fixes up both hashJoin and outerHashJoin and adds tests for the scenario to both. 

The approach taken is to have a left and right list of fields to hash on. It checks for an = in the field and if found will split into a left and right side field name. If not found then it uses that single field name for both the left and right side.

> hashJoin does not work when "on" maps fields with "="
> -----------------------------------------------------
>
>                 Key: SOLR-9058
>                 URL: https://issues.apache.org/jira/browse/SOLR-9058
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Stephan Osthold
>            Assignee: Dennis Gove
>            Priority: Minor
>         Attachments: SOLR-9058.patch
>
>
> hashJoin does not work when "on" maps fields with "="
> eg.
> hashJoin(
>  ...
>  on="field1=field2"
> )
> See link for fix.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org