SolrJ and ContentStreams

2011-08-15 Thread Marcus Paradies
Hi I'm considering to use SolrJ to run queries in a MLT fashion against my Solr server. I saw that there is already an open bug filed in Jira (https://issues.apache.org/jira/browse/SOLR-1085). My questions is: Is it possible to use content streams to pass a data stream to the MLT handler in So

Re: Details about MLT features

2011-07-10 Thread Marcus Paradies
Thanks for the helpful hints! The debugQuery didn't work in combination with MLT for me. If I'm using MLT in the distributed mode, how would that work? Let's assume, I'm having 5 shards and I'm executing a MLT query which will run against all shards. How will the response from each shard be conso

Details about MLT features

2011-07-09 Thread Marcus Paradies
Hi Folks I'm using the MLT feature to find similar documents to a given input document. Documents in the index have a field title and a field description (like an abstract). The input document contains only a title of a document and is passed to the MLT via content streaming. Now there are a coup