From solr-user Wed Jul 12 20:49:57 2006 From: Brent Verner Date: Wed, 12 Jul 2006 20:49:57 +0000 To: solr-user Subject: Re: how to use FunctionQuery with lucene? Message-Id: <20060712204957.GA85839 () rcfile ! org> X-MARC-Message: https://marc.info/?l=solr-user&m=115742671420287 [2006-07-12 11:55] Chris Hostetter said: | pretty much ... but RecipricalFloatFunction is pretty great for dates too. Will have to check it out :-) | : Query.combine(Query[]), but I'm not sure, from reading the lucene docs, | : that it will do what I want... | | that's not really what that method is for ... just construct a | BooleanQuery and add your FunctionQuery and the query you got from the Yeah, I dug through query parser and saw that BooleanQuery was used to combine queries. BTW, _very_ nice work on solr. I'm only using a little bit of it in my current project, but I suspect I'll take advantage of some of the other bits in the future! cheers! Brent