David vandendriessche created SOLR-4307:
-------------------------------------------

             Summary: 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
            Reporter: David vandendriessche


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





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