[ 
https://issues.apache.org/jira/browse/SOLR-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13554944#comment-13554944
 ] 

David vandendriessche commented on SOLR-4307:
---------------------------------------------

{!join fromIndex=PageCore from=docId to=fileId}{!edismax qf=pageTxt}little red 

Seems to get me better results. Is this the correct way to query with join and 
use edismax?
                
> eDismax cross-core query support (and 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to