RE: Explanation

2007-11-23 Thread John Griffin
Oh, duh! Of course it is. I've done that before. Thanks Daniel. John G. -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: Friday, November 23, 2007 5:52 PM To: java-user@lucene.apache.org Subject: Re: Explanation On Samstag, 24. November 2007, John Griffin

Re: Explanation

2007-11-23 Thread Daniel Naber
On Samstag, 24. November 2007, John Griffin wrote: >             System.out.println(indexSearcher.explain(query, > counter).toString()); I think you need to use hits.id() instead of counter. Regards Daniel -- http://www.danielnaber.de -

Re: Explanation from FunctionQuery

2007-04-06 Thread Annona Keene
And it was as easy as all that... Thanks. - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Friday, April 6, 2007 12:23:30 PM Subject: Re: Explanation from FunctionQuery : So we reach a problem at extractTerms. I get an explanat

Re: Explanation from FunctionQuery

2007-04-06 Thread Chris Hostetter
: So we reach a problem at extractTerms. I get an explanation no problem ... : I'm using the version of FunctionQuery from the JIRA attachment. that seems like the heart of the problem ... i haven't looked at the version in Jira for a while, but the version commited into Solr does prov

Re: Explanation from FunctionQuery

2007-04-06 Thread Annona Keene
fer. I am eager to get this working! Thanks again, Ann - Original Message From: Chris Hostetter <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thursday, April 5, 2007 4:58:30 PM Subject: Re: Explanation from FunctionQuery 1) which version of FunctionQuery are you using (from the

Re: Explanation from FunctionQuery

2007-04-05 Thread Chris Hostetter
1) which version of FunctionQuery are you using (from the solr repository or from a Jira issue attachment?) 2) what is hte full stacktrace? (ie: which function/line is throwing the Exception) FunctionQuery supports explain just fine, not sure why you'd have problems, oh wait ... i see exactly wha