Closed (won't fix)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 May 2012 at 14:45 UTC
Updated:
25 May 2012 at 17:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
cpliakas commentedThe attached patch makes the proposed change.
Comment #2
pwolanin commentedNo - it's probably better not to do this since it will make 6.x-3.x backporting harder.
Comment #3
cpliakas commentedReally? I'm not seeing how, other than not being able to cleanly apply a patch between one version and another. Even if we didn't move the Facet API hooks to a separate file, the differences between CCK / Field API and DPTNG / 1999 style database queries make the modules significantly different anyways. To me reducing the module's footprint, even if it is seemingly small, is worth that trade-off.
Just my $0.02,
Chris
Comment #4
pwolanin commentedRight, I was just thinking about patches and code organization diverging.
The amount of footprint saved here doesn't seem worth any extra confusion?
Comment #5
pwolanin commentedRight, I was just thinking about patches and code organization diverging.
The amount of footprint saved here doesn't seem worth any extra confusion?
Comment #6
cpliakas commentedI personally don't feel like it would add confusion since it would actually better segment the logic, however I am not spending as much time in the code as you guys, so I will happily yield to whether you think this will be too much of a hinderance. If so, feel free to close as "won't fix".
Thanks,
Chris
Comment #7
pwolanin commentedFor now at least - especially as 6.x-3.x backports are lagging, let's minimize any file differences.
Comment #8
cpliakas commentedGotcha. Thanks for your attention to this.
Comment #8.0
cpliakas commentedUpdated issue summary.