Jason,

Solr cannot add results of functions to the resultset for now. I don't know 
about a ticket (but i'd think there is one) but it's also highly desired in 
returning distances in spatial queries. Check Jira if you need to know more.

Take care, debugQuery can add significant delay. If you need idf frequently 
then consider tvc. 

Cheers,

> Markus,
> Thanks for this info, I'll use debugQuery to test for now. It seems strange
> that I can't have  arbitrary function results returned with my data.  Is
> this an obstacle on the lucene or solr side?
> 
> Jason
> 
> On Fri, Jun 10, 2011 at 5:59 AM, Markus Jelsma
> 
> <markus.jel...@openindex.io>wrote:
> > Ah, function results are not returned in the result set. You must either
> > use
> > debugQuery to get the value or the TermVectorComponent to get idf for
> > existing
> > terms.
> > 
> > > Ahmet, that doesnt return the idf data in my results, unless I am
> > > doing something wrong.  When you run any function you get the results
> > > of the function back?
> > > 
> > > Can you show me an example query you run ?
> > > 
> > > 
> > > 
> > > //http://wiki.apache.org/solr/FunctionQuery#idf
> > > 
> > > On Thu, Jun 9, 2011 at 9:23 AM, Jason Toy <jason...@gmail.com> wrote:
> > > > I want to be able to run a query  like idf(text, 'term') and have
> > > > that data returned with my search results.  I've searched the
> > > > docs,but I'm unable to find how to do it.  Is this possible and how
> > > > can I do that ?

Reply via email to