Re: How to tell which field matched?

2010-05-17 Thread Kevin Osborn
To: solr-user@lucene.apache.org Sent: Sat, May 15, 2010 8:56:57 AM Subject: Re: How to tell which field matched? Sorry my response wasn't to actually use debugQuery on for production it was more of wondering if it (the component) gave you the insight data you were looking for, on a side note Im

Re: How to tell which field matched?

2010-05-15 Thread Sascha Szott
Hi, I'm not sure if debugQuery=on is a feasible solution in a productive environment, as generating such extra information requires a reasonable amount of computation. -Sascha Jon Baer wrote: Does the standard debug component (?debugQuery=on) give you what you need?

Re: How to tell which field matched?

2010-05-15 Thread Tim Garton
Additionally, I don't think this gets us what we want with multiValued fields. It tells if a multiValued field matched, but not which value out of the multiple values matched. I am beginning to suspect that this information can't be returned and we may have to restructure our schema. -Tim On

Re: How to tell which field matched?

2010-05-15 Thread Jon Baer
Sorry my response wasn't to actually use debugQuery on for production it was more of wondering if it (the component) gave you the insight data you were looking for, on a side note Im also interested in this type of component because there are a number of projects I have worked on recently where

How to tell which field matched?

2010-05-14 Thread Tim Garton
All,     I've searched around for help with something we are trying to do and haven't come across much.  We are running solr 1.4. Here is a summary of the issue we are facing: A simplified example of our schema is something like this:   field name=id type=string indexed=true stored=true

Re: How to tell which field matched?

2010-05-14 Thread Jon Baer
Does the standard debug component (?debugQuery=on) give you what you need? http://wiki.apache.org/solr/SolrRelevancyFAQ#Why_does_id:archangel_come_before_id:hawkgirl_when_querying_for_.22wings.22 - Jon On May 14, 2010, at 4:03 PM, Tim Garton wrote: All, I've searched around for help with