Ticket #2265 (new enhancement)
'More Like This' for a dataset
Reported by: | dread | Owned by: | |
---|---|---|---|
Priority: | awaiting triage | Milestone: | ckan-future |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
When viewing a dataset, it would be nice to show a couple of 'Related Datasets'. i.e. ones that are similar.
SOLR has a feature for finding documents similar to a particular document, called 'More Like This'.
We would like this for DGU.
Change History
Note: See
TracTickets for help on using
tickets.
I started work on this and need to park it somewhere - here will do for now.
I was using the 'MLT Component' http://wiki.apache.org/solr/MoreLikeThis : https://gist.github.com/2217684
But I think it would make more sense to use the 'MLT Handler' http://wiki.apache.org/solr/MoreLikeThisHandler which needs enabling by adding this to the config /usr/share/solr/core1/conf/solrconfig.xml: