Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
More Like This
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 May 2009 at 17:09 UTC
Updated:
21 May 2009 at 16:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedHere's a patch that simplifies things quite a bit - I'm a little unsure whether we should actually roll this into one of the other modules since that will make the checks on the module and delta attributes a little harder.
Comment #2
pwolanin commentedA little more, but somehow not working...
Comment #3
pwolanin commentedok, now working - jsut missed one variable conversion.
Comment #4
pwolanin commentedFixed a fatal error and clean up the form a little more.
Comment #5
robertdouglass commentedfrom scanning the patch I think I like this idea. Just to confirm - all MLT blocks will have the same level of configurability? Seems so from the patch.
Next step after this: decouple getting MLT recommendations from "blocks" altogether so that they can be used as a normal API.
Comment #6
pwolanin commented@robert - this does not change configurability at all - just relocates the configuration to the actual per-block configuration form.
Easy enough to take one more step to make the core MLT function more of an API than before.
Comment #7
pwolanin commentedComment #8
pwolanin commentedWith some minor hacking wrt the delta, we can just move this into the framework like so. How does this seem?
Comment #9
pwolanin commentedA couple more little fixes.
Comment #10
janusman commentedTested under latest 6.x-1.x-DEV
Comment #11
JacobSingh commentedWorks good.
I made one tiny change to make the message after being redirected a little more digestible.
It would be nice to include a "What's that?" link next to add new recommended content block when we have some docs.
Comment #12
pwolanin commentedcommitted with one more minor change - make the compaison field checkboxes required so that at least one must be selected.