Re: Use function return value for range queries

2013-10-05 Thread Yonik Seeley
> > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Use-function-return-value-for-range-queries-tp4093499.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: Use function return value for range queries

2013-10-05 Thread SandroZbinden
Thank you very much Jack. I will take a look at this. Bests Sandro -- View this message in context: http://lucene.472066.n3.nabble.com/Use-function-return-value-for-range-queries-tp4093499p4093579.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: AW: Use function return value for range queries

2013-10-04 Thread Jack Krupansky
October 04, 2013 10:53 AM To: solr-user@lucene.apache.org Subject: AW: Use function return value for range queries Thanks for the quick answer. I thought that :-) Is there any plan add such a functionality in the future. Or is it completely against the concept. Bests Sandro -Ursprüngliche

AW: Use function return value for range queries

2013-10-04 Thread Sandro Zbinden
: solr-user@lucene.apache.org Betreff: Re: Use function return value for range queries I think the best you can do is compute sum(pricea,priceb) at index time as a third field, say priceSum, and then you can do a range query on that priceSum field. It would be nice to be able to have a query that

Re: Use function return value for range queries

2013-10-04 Thread Jack Krupansky
ssage- From: SandroZbinden Sent: Friday, October 04, 2013 10:21 AM To: solr-user@lucene.apache.org Subject: Use function return value for range queries Is there a way to use the function return value for a range query For example: I have two price fields pricea and priceb and now i want to get the v

Use function return value for range queries

2013-10-04 Thread SandroZbinden
ulate this at index time. Bests Sandro -- View this message in context: http://lucene.472066.n3.nabble.com/Use-function-return-value-for-range-queries-tp4093499.html Sent from the Solr - User mailing list archive at Nabble.com.