Re: Query term matches

2015-08-18 Thread Chris Hostetter
https://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a new discussion on a mailing list, please do not reply to an existing message, instead start a fresh email. Even if you change the subject line of your email, other mail headers still track which

Re: Query term matches

2015-08-16 Thread Scott Derrick
splainer doesn't return anything the debug parameter can. On 8/16/2015 11:39 AM, Toke Eskildsen wrote: Scott Derrick wrote: Is there a way to get the list of terms that matched in a query response? Add debug=query to your request: https://wiki.apache.org/solr/CommonQueryParameters#debug You

Re: Query term matches

2015-08-16 Thread Scott Derrick
g": "_text_:mar*", I already know that! one document match's Mary another matches Mary and martyr I will look at splainer.io Scott Original Message Subject: Re: Query term matches From: Toke Eskildsen To: solr-user@lucene.apache.org Date: 08/16/2015 11:39

Re: Query term matches

2015-08-16 Thread Erick Erickson
said > > rawquerystring": "mar*", > "querystring": "mar*", > "parsedquery": "_text_:mar*", > "parsedquery_toString": "_text_:mar*", > > I already know that! > > one document match's Mary > another mat

Re: Query term matches

2015-08-16 Thread Scott Derrick
one document match's Mary another matches Mary and martyr I will look at splainer.io Scott Original Message Subject: Re: Query term matches From: Toke Eskildsen To: solr-user@lucene.apache.org Date: 08/16/2015 11:39 AM Scott Derrick wrote: Is there a way to get the list of

Re: Query term matches

2015-08-16 Thread Toke Eskildsen
Scott Derrick wrote: > Is there a way to get the list of terms that matched in a query response? Add debug=query to your request: https://wiki.apache.org/solr/CommonQueryParameters#debug You might also want to try http://splainer.io/ - Toke Eskildsen