Closed (works as designed)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2010 at 09:35 UTC
Updated:
28 Dec 2011 at 22:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
cfennell commentedI found myself doing the same thing, makes sense to me to include this as a feature, and it's a pretty trivial change. This patch applied cleanly and worked as expected.
Comment #2
mirzu commentedThis patch applied cleanly and is a great addition to solr. Makes indexing large numbers of nodes much simpler than without. Just indexed 10k nodes in the time it took to get a beer from the corner store. :)
Comment #3
twom commentedJust successfully tested the patch on 44k nodes.
This would be a great addition to the drush file.
Comment #4
davyvdb commentedI'm marking this RTBC since it's pretty trivial and tested by at least 3 people.
Comment #5
pwolanin commentedneed a unified diff, please.
Comment #6
pwolanin commentedComment #7
jaydub commentedPatch applies cleanly and indexing is working via Drush as we speak against 2.0-beta3 release.
Comment #8
jpmckinney commentedFixed in 6.1, 6.2 and 7
Comment #10
frankcarey commentedActually this doesn't work as advertised here in 6.x-1.5 even though #8 says "Fixed in 6.1". Drush help does add the note that it "acts like running cron once". So while it does do the index once, it does it once only instead of as a batch as seen in the patch above. I'm guessing this is because the batch stuff was in 2.x and not 1.x, but I'm going to open this up to get confirmation that this was intended.
Comment #11
nick_vhThe 6.x-2.x version has been deprecated. Moving this to 6.x-1.x-dev
Comment #12
nick_vhAnd since feature requests are not valid for 6.x-1.x we are moving this to 6.x-3.x
Then again, I'm going to close this because 6.x-3.x will be a backport of 7.x-1.x and this version already supports this command search page.