How can I have the MoreLikeThis query process a piece of text that is passed
into the query. Currently I can only get it MoreLikeThis to work only for
pieces of text that are already indexed by Solr. 

For example here is a query that works for using MoreLikeThis for document
with id:134847893.

http://localhost:8983/solr/select?mlt=true&q=id:134847893&mlt.fl=desc&mlt.mindf=1&mlt.mintf=1&debugQuery=on

How can I pass in some external text like 'Solr Rocks'. Below is an example
of how it would look like.

http://localhost:8983/solr/select?mlt=true&external.text=Solr
Rocks&mlt.fl=desc&mlt.mindf=1&mlt.mintf=1&debugQuery=on


-- 
View this message in context: 
http://old.nabble.com/MoreLikeThis---How-to-pass-in-external-text--tp27266316p27266316.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to