OK, I added JavaSet to my codebase. But still no joy -- I can now call
mlt = MoreLikeThis(...) mlt.setStopWords(JavaSet(set(["foo", "bar", "bletch"]))) terms = mlt.retrieveInterestingTerms(...) Unfortunately, I still get "foo", "bar", and "bletch" in the terms. So something is still off. Looking at the code for use of stopwords in MLT, it's pretty simple and looks correct. Bill