Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Dec 2008 at 02:47 UTC
Updated:
18 Jan 2009 at 03:18 UTC
Jump to comment: Most recent file
It's inconvenient to track all the different variables being used to track the last nid and changed, and there is no central way to reset them - guess that was a regression.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | add-back-341430-5.patch | 12.94 KB | pwolanin |
| #5 | add-back-341430-4.patch | 12.9 KB | pwolanin |
| #1 | add-back-341430-1.patch | 10.15 KB | pwolanin |
Comments
Comment #1
pwolanin commentedlike this?
Comment #2
pwolanin commentednote, that without this change back the _nodeaccess module is pretty well broken - there is no easy way for it to require general re-indexing.
An alternative would be to define a new hook to tell all modules to re-index, but I think the way in the patch is more convenient for add-on modules.
Comment #3
paul.lovvik commentedNice work. Definitely an improvement.
Comment #4
febbraro commentedLooks good to me.
Comment #5
pwolanin commentedactually - it would be better if we had an update path
Comment #6
pwolanin commentedshould also clear out the existing variables.
Comment #7
pwolanin commentedcommitted the patch in #6 to 6.x
Comment #8
JacobSingh commentedLooks good.
Comment #9
pwolanin commented