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
> >
> 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
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