Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 14:08 UTC
Updated:
13 May 2010 at 23:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
janusman commentedAgree! Subscribiendo =)
Comment #2
drewish commented+1 on this. At the very least think we should allow the admin to index all remaining content without starting from the beginning every time. I've got 60,000+ nodes and run into issues after importing content where cron won't be able to catch up. I don't want to re-index from the beginning, I just want to index the remaining content.
I've got half a patch together, I'll finish it up today.
Comment #3
drewish commentedhere's a starting point for this. the more i thought about it the more convoluted having all the options was. i stripped it down to:
- reindex remaining content
- queue all content for indexing
- delete index
i also tried to remove references to the batch api since people don't know what that means and it's unimportant.
Comment #4
drewish commentedOkay made some fixes to the indexing. It was falling over if you ran it when there was nothing left to index.
Comment #5
drewish commentedCouple of small UI string changes.
Comment #6
robertdouglass commentedAwesome. Thanks everybody for pushing this forward. Hope to have it in in the next days.
Comment #7
robertdouglass commentedNeed to ask for a re-roll, please. Thanks.
Comment #8
drewish commentednot sure what would conflict but here you go.
Comment #9
robertdouglass commented#573734 by drewish | robertDouglass: Added Index controls should be radio buttons with one form submission button.
Very nice. Thanks. Committed to 6.x-2.x. Seeing if Peter wants it ported to 6.1.
Comment #10
pwolanin commentedLooks like this repends first on backporting the batch reindexing code?
Comment #11
drewish commentedHard to say, it might be easier to just copy/paste rather than try to get two patches to apply cleanly.
Comment #12
jpmckinney commentedWaiting on #456420: Add Batch API support for rebuilding indexes to be ported.
Comment #13
drewish commentedI'd actually suggest just doing it all in one. If they backport from the current code rather than from the patch it'd be a much simpler. So one of the two issues should just be closed.