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
Fix For: 4.0
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: [email protected]
For additional commands, e-mail: [email protected]