You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David vandendriessche (JIRA)" <ji...@apache.org> on 2013/01/15 16:48:14 UTC

[jira] [Updated] (SOLR-4307) eDismax cross-core query support (and scoring)

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

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

    Description: 
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,...







  was:
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,...

I'm using Solr 4.0.0





    Environment: I'm using Solr 4.0.0
    
> eDismax cross-core query support (and scoring)
> ----------------------------------------------
>
>                 Key: SOLR-4307
>                 URL: https://issues.apache.org/jira/browse/SOLR-4307
>             Project: Solr
>          Issue Type: Improvement
>          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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org