You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2012/06/07 23:28:23 UTC

[jira] [Resolved] (SOLR-3224) On solr4.0 , in join query we are using filter queries . Filter queries are not not working (implementing range say price should (* To 12))as its result does not highlights the given range.

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

Hoss Man resolved SOLR-3224.
----------------------------

       Resolution: Cannot Reproduce
    Fix Version/s:     (was: 4.0)

This issue seems to relate the some examples listed on the Join wiki page, in particular...

http://wiki.apache.org/solr/Join
{noformat}
http://localhost:8983/solr/select?q={!join+from=id+to=manu_id_s}compName_s:Belkin
http://localhost:8983/solr/select?q={!join+from=id+to=manu_id_s}compName_s:Belkin&fq=price:[*+TO+12]
{noformat}

...however, i can not reproduce the problem reported by sumit, using "fq=price:[1+TO+12]" ... all documents returned are in fact in that range, and altering the range (ie: "fq=price:[12+TO+100]") changes the results returned accordingly
                
> On solr4.0 , in join query we are using filter queries . Filter queries are not not working (implementing range say price should (* To 12))as its result does not highlights the given range.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3224
>                 URL: https://issues.apache.org/jira/browse/SOLR-3224
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0
>         Environment: solr4.0
>            Reporter: sumit pathak
>              Labels: documentation
>
> q={!join+from=id+to=manu_id_s}compName_s:Belkin&fq=price:[1+TO+12]
> In this query we want to find compName_s=Belkin whose products price should between range of 1 to 12, but by using this query we get the result beyond the specified range ,hence it is not working

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org