In Solr, I am using the MoreLikeThis handler. I am passing in the unique id of a document that already exists in the index in order to find related documents. Does specifying mlt.mindf=1 include the previously mentioned document? If I want to be sure it exists in at least one document other than the one I pass in, should I set the value of mlt.mindf=2 instead?
Share
That’s a fun project your’e doing 😀
And your’e correct. You should set the value to 2 if you want to make sure that there is at-least one other document with the same term.
Have fun 🙂