RE: MoreLikeThis supporting multiple document IDs as input?

2013-01-04 Thread David Parks
[mailto:j...@basetechnology.com] Sent: Thursday, January 03, 2013 8:46 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? The MLT search component is enabled using mlt=true and works on any normal Solr query. It gives a batch of similar documents

RE: MoreLikeThis supporting multiple document IDs as input?

2013-01-03 Thread David Parks
Krupansky [mailto:j...@basetechnology.com] Sent: Friday, December 28, 2012 8:13 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? Try a query that returns multiple results and you will see the difference. MLT search component: n results, k

Re: MoreLikeThis supporting multiple document IDs as input?

2013-01-03 Thread Jack Krupansky
Subject: RE: MoreLikeThis supporting multiple document IDs as input? I'm not seeing the results I would expect. In the previous email below it's stated that the MLT search component returns N results and K similar documents per EACH of the N results. If I'm not mistaken I access the MLT search

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-28 Thread Jack Krupansky
, December 28, 2012 2:48 AM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis supporting multiple document IDs as input? So the Search Components are executed in series an _every_ request. I presume then that they look at the request parameters and decide what and whether to take action. So

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread David Parks
...@basetechnology.com] Sent: Wednesday, December 26, 2012 12:07 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? MLT has both a request handler and a search component. The MLT handler returns similar documents only for the first document

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread Otis Gospodnetic
Krupansky [mailto:j...@basetechnology.com] Sent: Wednesday, December 26, 2012 12:07 PM To: solr-user@lucene.apache.org Subject: Re: MoreLikeThis supporting multiple document IDs as input? MLT has both a request handler and a search component. The MLT handler returns similar documents only

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-27 Thread David Parks
[mailto:otis.gospodne...@gmail.com] Sent: Friday, December 28, 2012 1:26 PM To: solr-user@lucene.apache.org Subject: RE: MoreLikeThis supporting multiple document IDs as input? Hi Dave, Think of search components as a chain of Java classes that get executed during each search request. If you open solrconfig.xml you

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-26 Thread Roman Chyla
similar documents using the posted text rather than a query. Kind of messy, but in theory that should work. -- Jack Krupansky -Original Message- From: David Parks Sent: Tuesday, December 25, 2012 5:04 AM To: solr-user@lucene.apache.org Subject: MoreLikeThis supporting multiple document

RE: MoreLikeThis supporting multiple document IDs as input?

2012-12-26 Thread David Parks
: MoreLikeThis supporting multiple document IDs as input? Jay Luker has written MoreLikeThese which is probably what you want. You may give it a try, though I am not sure if it works with Solr4.0 at this point (we didn't port it yet) https://github.com/romanchyla/montysolr/blob/MLT/contrib/adsabs/src/java

MoreLikeThis supporting multiple document IDs as input?

2012-12-25 Thread David Parks
I'm unclear on this point from the documentation. Is it possible to give Solr X # of document IDs and tell it that I want documents similar to those X documents? Example: - The user is browsing 5 different articles - I send Solr the IDs of these 5 articles so I can present the user other

Re: MoreLikeThis supporting multiple document IDs as input?

2012-12-25 Thread Jack Krupansky
that should work. -- Jack Krupansky -Original Message- From: David Parks Sent: Tuesday, December 25, 2012 5:04 AM To: solr-user@lucene.apache.org Subject: MoreLikeThis supporting multiple document IDs as input? I'm unclear on this point from the documentation. Is it possible to give Solr