Re: Hit Rate

2011-07-05 Thread Briggs Thompson
Yes indeed, that is what I was missing. Thanks Ahmet! On Tue, Jul 5, 2011 at 12:48 PM, Ahmet Arslan wrote: > > > Is there a good way to get the hit count of a search? > > > > Example query: > > textField:solr AND documentId:1000 > > > > Say document with Id = 1000 has "solr" 13 times in the > >

Re: Hit Rate

2011-07-05 Thread Ahmet Arslan
> Is there a good way to get the hit count of a search? > > Example query: > textField:solr AND documentId:1000 > > Say document with Id = 1000 has "solr" 13 times in the > document. Any way to > extract that number [13] in the response? Looks like you are looking for term frequency info: Two