Re: How to grab matching stats in Similarity class

2014-08-11 Thread Varun Thacker
On Thu, Aug 7, 2014 at 6:10 AM, Hafiz Mian M Hamid < mianhami...@yahoo.com.invalid> wrote: > We're using solr 4.2.1 and use an extension of Lucene's DefaultSimilarity > as our similarity class. I am trying to figure out how we could get hold of > the matching stats (i.e. how many/which terms in th

Re: How to grab matching stats in Similarity class

2014-08-10 Thread Hafiz Mian M Hamid
Follow-up, hoping someone will help. On Wednesday, August 6, 2014 5:40 PM, Hafiz Mian M Hamid wrote: We're using solr 4.2.1 and use an extension of Lucene's DefaultSimilarity as our similarity class. I am trying to figure out how we could get hold of the matching stats (i.e. how many/whic

How to grab matching stats in Similarity class

2014-08-06 Thread Hafiz Mian M Hamid
We're using solr 4.2.1 and use an extension of Lucene's DefaultSimilarity as our similarity class. I am trying to figure out how we could get hold of the matching stats (i.e. how many/which terms in the query matched on different fields in the retrieved document set) in our similarity class sinc