Pieter Berkel wrote: > In a similar vein, I'm also looking at methods of term extraction and
automatic keyword generation from indexed documents. I've been experimenting with MoreLikeThis and values returned by the " mlt.interestingTerms" parameter, which has potential but needs a bit of refinement before it can be truely useful. Has anybody else discovered clever or useful methods of term extraction using solr?
I've been using mlt.interestingTerms and it works well. For example, fetching the mlt.interestingTerms for each of the top 20 search results, combining the scores and using the top words to suggest additional search terms.
alf.