Hi All, We're using solr termfreq to count raw term frequencies (i.e. the tf in tf-idf).
This works fine on a regular text field. However, we have a field where we've added snowball stemmer. Should termfreq also work on a stemmed field? Right now, we're only getting data back on terms where the stemmed form is the same as the non-stemmed form. Thanks, Aki