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

[jira] [Updated] (SOLR-9217) {!join score=..}.. should delay join to createWeight

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

Mikhail Khludnev updated SOLR-9217:
-----------------------------------
    Priority: Minor  (was: Major)

> {!join score=..}.. should delay join to createWeight
> ----------------------------------------------------
>
>                 Key: SOLR-9217
>                 URL: https://issues.apache.org/jira/browse/SOLR-9217
>             Project: Solr
>          Issue Type: Improvement
>          Components: query parsers
>    Affects Versions: 6.1
>            Reporter: Mikhail Khludnev
>            Priority: Minor
>              Labels: newbie, newdev
>
> {{ScoreJoinQParserPlugin.XxxCoreJoinQuery}} executes {{JoinUtil.createJoinQuery}} on {{rewrite()}}, but it makes less effective in {{filter(...)}} syntax. It's better to do that in {{createWeigh()}} as it's done in classic Solr {{JoinQuery}}.
> All existing tests is enough, we just need to assert rewrite behavior - it should rewrite on enclosing range query or so, and doesn't on plain term query.  



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