Re: Find the matched field in each matched document

2012-11-26 Thread Chris Hostetter
: Assume I have documents like this: : {"title": "Robert De Niro", "actors": []} : {"title": "ronin", "actors": ["robert de niro", "jean reno"]} : {"title": "casino", "actors": ["robert de niro", "Joe Pesci"]} ... : Now after search for "robert de niro" in both "title" and "Actors", : I wi

Re: Find the matched field in each matched document

2012-11-26 Thread Mikhail Khludnev
No, not directly, but indirectly you can - add &debugQuery=true to > your > > > > request and the "explain" section will detail which terms matched in > > > which > > > > fields. > > > > > > > > You could probably also implement a custom s

Re: Find the matched field in each matched document

2012-11-26 Thread Alireza Salimi
ch component which > > > annotated each document with the matched field names. In that sense, > Solr > > > CAN do it. > > > > > > -- Jack Krupansky > > > > > > -Original Message- From: Alireza Salimi > > > Sent: Thursday, November 22, 2

Re: Find the matched field in each matched document

2012-11-26 Thread Mikhail Khludnev
t with the matched field names. In that sense, Solr > > CAN do it. > > > > -- Jack Krupansky > > > > -----Original Message- From: Alireza Salimi > > Sent: Thursday, November 22, 2012 6:11 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Find

Re: Find the matched field in each matched document

2012-11-22 Thread Alireza Salimi
t; -- Jack Krupansky > > -Original Message- From: Alireza Salimi > Sent: Thursday, November 22, 2012 6:11 PM > To: solr-user@lucene.apache.org > Subject: Re: Find the matched field in each matched document > > > Maybe I should say it in different way: > > By having doc

Re: Find the matched field in each matched document

2012-11-22 Thread Jack Krupansky
In that sense, Solr CAN do it. -- Jack Krupansky -Original Message- From: Alireza Salimi Sent: Thursday, November 22, 2012 6:11 PM To: solr-user@lucene.apache.org Subject: Re: Find the matched field in each matched document Maybe I should say it in different way: By having documents like