darn evolution... Anyway, I am using a recent nightly build of Solr with no significant schema mods. I index a couple documents and view the TFV's in this query.
http://localhost:8080/solr4/select/?q=search&start=0&rows=10&indent=on&qt=tvrh&tv.tf=true&tv=true&fl=text_t&tv.docids=ALL300000002 It shows some unwanted and possibly erroneous terms. <lst name="queri"> <int name="tf">5</int> </lst> <lst name="queriesandreadmoreresultseventhoughthisexampleissimpleconsidercaseswheretherear"> <int name="tf">1</int> </lst> <lst name="read"> <int name="tf">2</int> </lst> <lst name="region"> <int name="tf">2</int> </lst> <lst name="relev"> <int name="tf">2</int> </lst> <lst name="requir"> <int name="tf">1</int> </lst> <lst name="result"> <int name="tf">5</int> </lst> And some improper stemming (e.g.requir? require.) This seems buggy to me. Are these correct? If so, how can I sort out the legit terms from these messy ones? thanks for any tips! Darren On Fri, 2010-06-18 at 15:33 -0400, Darren Govoni wrote: > Hi, > I am using a recent nightly build of Solr with no significant schema > mods. I index a couple documents and view the TFV's in this query. > > >