You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Sunil <su...@truesparrow.com> on 2008/07/21 09:59:59 UTC

Solr/Lucene search term stats

Hi All,

I am working on a module using Solr, where I want to get the stats of
each keyword found in each field.

If my search term is: (title:("web2.0" OR "ajax") OR
description:("web2.0" OR "ajax"))

Then I want to know how many times web2.0/ajax were found in title or
description.

Any suggestion on how to get this information (apart from & hl=true
variable).


Thanks,
Sunil