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

Yonik Seeley resolved SOLR-2137.
--------------------------------

       Resolution: Duplicate
    Fix Version/s: 4.0

This was folded into SOLR-2136

> Function Queries: and() or() not()
> ----------------------------------
>
>                 Key: SOLR-2137
>                 URL: https://issues.apache.org/jira/browse/SOLR-2137
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>    Affects Versions: 1.4.1
>            Reporter: Jan Høydahl
>             Fix For: 4.0
>
>
> Add logical function queries for AND, OR and NOT.
> These can then be used in more advanced conditional functions. May be modeled 
> after OpenOffice Calc functions: 
> http://wiki.services.openoffice.org/wiki/Documentation/How_Tos/Calc:_Logical_functions
> Example:
> and(color=="red", or(price>100, price<200), not(soldout))
> This function will return true if field "color" is red and price is between 
> 100-200, and the field "soldout" is not true.

--
This message is automatically generated by JIRA.
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