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

Hoss Man resolved SOLR-3225.
----------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: 4.0)

I believe this initial bug report is attempting to refer to this example from 
the wiki...

{quote}
Find all product docs matching "ipod", then join them against (manufacturer) 
docs and return the list of manufactures that make those products
 * [http://localhost:8983/solr/select?q=%7B!join+from=manu_id_s+to=id%7Dipod]
{quote}

the JoinQParser fundamentally doesn't preserve *any* information about the 
"from" documents, so none of the fields of those documents can be highlighted.  
In this case: none of the "product" fields are available to be highlighted when 
returning the "manufacturer" documents.

You can still use highlighting on any of the fields in the "to" document




                
> highlighting of queries does not works in solr4.0
> -------------------------------------------------
>
>                 Key: SOLR-3225
>                 URL: https://issues.apache.org/jira/browse/SOLR-3225
>             Project: Solr
>          Issue Type: Bug
>          Components: highlighter
>    Affects Versions: 4.0
>            Reporter: sumit pathak
>              Labels: documentation
>
> q= {!join from=manu_id_s to=id}ipod
> by highlighting this query it does not highlights the required field ,hence 
> highlighting not works in join queries.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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