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

David vandendriessche updated SOLR-4307:
----------------------------------------

    Summary: Solr join scoring  (was: eDismax cross-core query support (and 
scoring))
    
> Solr join scoring
> -----------------
>
>                 Key: SOLR-4307
>                 URL: https://issues.apache.org/jira/browse/SOLR-4307
>             Project: Solr
>          Issue Type: Wish
>          Components: multicore, query parsers
>         Environment: I'm using Solr 4.0.0
>            Reporter: David vandendriessche
>              Labels: java, solr
>
> I would like to have cross-core eDismax query support. (for the fromIndex 
> query)
> Example:
> q=       {!join fromIndex=PageCore from=docId to=fileId}pageTxt: little red 
> riding hood
> defType= edismax
> qf=      pageTxt
> When this Query is entered it only queries:    pageTxt:little
> Even when I set the defType to edismax.
> I know I could change the query to:
> (pageTxt: little) AND (pageTxt:red) AND (pageTxt:riding) AND (pageTxt:hood)
> But as far as I know this doesn't score documents etc,...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to