Re: Query using function query result

2013-05-08 Thread Chris Hostetter
: i want to query documents which match a certain dynamic criteria. : like, How do i get all documents, where sub(field1,field2) < 0 ? : : i tried _val_: sub(field1,field2) and used fq:[_val_:[0 TO *] take a look at the frange QParser... https://lucene.apache.org/solr/4_3_0/solr-core/org/apache

Query using function query result

2013-04-02 Thread J Mohamed Zahoor
Hi i want to query documents which match a certain dynamic criteria. like, How do i get all documents, where sub(field1,field2) < 0 ? i tried _val_: sub(field1,field2) and used fq:[_val_:[0 TO *] But it doesnt work. ./Zahoor