Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 11:35 UTC
Updated:
16 Jul 2010 at 23:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedcommitting to 6.2.
Comment #3
robertdouglass commentedComment #4
jpmckinney commentedComment #5
jpmckinney commentedRelated: #551620: Type dependent facet blocks for introducing "content types", #552152: OR facet counts are confusing for modifying some "content types" code, #642602: API Consistency - s/content types/content_types/ for renaming "content types" to "content_types"
5-2 already seems to have this patch due to #664994: Cache fields info (and small API improvement).
Comment #6
jpmckinney commentedShould commit parts of #592722-3: PHP notices after this.
Comment #7
rjbrown99 commentedEnclosed is the original patch from #1, ported to the current DRUPAL-6--1 tree as of this morning. I actually need this functionality: #751004: Flag node for re-indexing if the 'exclude' setting is changed for one of its fields, but it appears that this issue is the prerequisite.
I will be testing this and reporting back, and I'll also roll a patch for the other issue.
Comment #8
pwolanin commentedgenerally looks ok, but I'm not really fond of casting an unset value to array.
better would be to add something like :
Comment #9
pwolanin commentedseems like this is a minor API change. But I see why it may really be a bug we have to fix.
Also, patch above does not match 6.x-2.x:
I think this patch is better.
Comment #10
pwolanin commentedsetting back to closed, let's fix 6.x-1.x at #751004: Flag node for re-indexing if the 'exclude' setting is changed for one of its fields