But what if this for multiple words ? I am guessing solr knows why the document is there since I get to see the paragraph in the highlight.(hl) section.
On Tue, Aug 6, 2013 at 11:36 AM, Raymond Wiker <rwi...@gmail.com> wrote: > If you were searching for single words (terms), you could use the 'tf' > function, by adding something like > > matchesinname:tf(name, "whatever") > > to the 'fl' parameter - if the 'name' field contains "whatever", the > (result) field 'matchesinname' will be 1. > > > > > On Tue, Aug 6, 2013 at 10:24 AM, Mysurf Mail <stammail...@gmail.com> > wrote: > > > I have two indexed fields in my document.- Name, Comment. > > The user searches for a phrase and I need to act differently if it > appeared > > in the comment or the name. > > Is there a way to know why the document was retrieved? > > Thanks. > > >