Re: Question about morelikethis and multiple fields

2010-11-03 Thread ahammad
I don't quite understand what you mean by that. Did you mean TermVector Components? Also, I did some more digging and I found some messages on this mailing list about filtering. From what I understand, using the standard query handler (solr/select/?q=...) with a qt parameter allows you to filter

Re: Question about morelikethis and multiple fields

2010-11-03 Thread darren
Try adding TFV's (term frequency vectors) to the title field as well as the body. On Wed, 3 Nov 2010 11:41:35 -0700 (PDT), ahammad wrote: > Hello, > > I'm trying to implement a "Related Articles" feature within my search > application using the mlt handler. > > To give you a little background