Re: Excluding results from more like this

2011-03-09 Thread Jonathan Rochkind
l Message From: Brian Lamb To: solr-user@lucene.apache.org Sent: Wed, March 9, 2011 4:05:10 PM Subject: Excluding results from more like this Hi all, I'm using MoreLikeThis to find similar results but I'd like to exclude records by the id number. For example, I use the following URL

Re: Excluding results from more like this

2011-03-09 Thread Brian Lamb
cosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: Brian Lamb > > To: solr-user@lucene.apache.org > > Sent: Wed, March 9, 2011 4:05:10 PM > > Subject: Excluding results from more like this > > > > Hi all,

Re: Excluding results from more like this

2011-03-09 Thread Otis Gospodnetic
t: Excluding results from more like this > > Hi all, > > I'm using MoreLikeThis to find similar results but I'd like to exclude > records by the id number. For example, I use the following URL: > > http://localhost:8983/solr/search/?q=id:(2 3 > 5)&mlt=true

Excluding results from more like this

2011-03-09 Thread Brian Lamb
Hi all, I'm using MoreLikeThis to find similar results but I'd like to exclude records by the id number. For example, I use the following URL: http://localhost:8983/solr/search/?q=id:(2 3 5)&mlt=true&mlt.fl=description,id&fl=*,score How would I exclude record 4 form the MoreLikeThis results? I