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

Hit Rate

2011-07-05 Thread Briggs Thompson
Hello all, 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? I know we can return the score which is loosely related to hit