Re: Can solr return matched fields?

2012-09-13 Thread Mikhail Khludnev
solr return matched fields? -- Sincerely yours Mikhail Khludnev Tech Lead Grid Dynamics http://www.griddynamics.com mkhlud...@griddynamics.com

Can solr return matched fields?

2012-09-12 Thread Dan Foley
is there a way for solr to tell me what fields the query matched, other then turning debug on? I'd like my application to take different actions based on what fields were matched. -- Dan Foley Owner - PHP Web Developer ___ Micamedia.com - PHP

Re: Can solr return matched fields?

2012-09-12 Thread Casey Callendrello
What about using the FastVectorHighlighter? It should get you what you're looking for (fields with matches) without much of a query-time performance impact. --Casey On 9/12/12 3:01 PM, Dan Foley wrote: is there a way for solr to tell me what fields the query matched, other then turning debug

Re: Can solr return matched fields?

2012-09-12 Thread Jack Krupansky
But presumably matched fields relates to indexed fields, which might not have stored values. -- Jack Krupansky -Original Message- From: Casey Callendrello Sent: Wednesday, September 12, 2012 6:15 PM To: solr-user@lucene.apache.org Subject: Re: Can solr return matched fields?