On Fri, Feb 5, 2010 at 2:31 AM, Ahmet Arslan <iori...@yahoo.com> wrote:
> > > Is there a way to return Solr's > > analyzed/filtered tokens from a query, > > rather than the original indexed data? (Ideally at a > > fairly high level like > > solrj). > > TermVectorComponent [1] can do that. > > [1]http://wiki.apache.org/solr/TermVectorComponent > > Excellent! The wiki seems to imply that if particular stats (tv.df, tv.tf_idf in particular) aren't requested, then you don't incur the overhead of them being calculated (ie. it's not a all or nothing request if tv=true). I really don't need any of that info... just the terms. Any idea if that's actually the case? Thanks for the response