<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Select/delete all items in Solr</title>
	<atom:link href="http://borort.wordpress.com/2008/07/13/selectdelete-all-items-in-solr/feed/" rel="self" type="application/rss+xml" />
	<link>http://borort.wordpress.com/2008/07/13/selectdelete-all-items-in-solr/</link>
	<description>The sky's the limit...</description>
	<lastBuildDate>Tue, 21 Jul 2009 03:47:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hoss</title>
		<link>http://borort.wordpress.com/2008/07/13/selectdelete-all-items-in-solr/#comment-96</link>
		<dc:creator>Hoss</dc:creator>
		<pubDate>Mon, 14 Jul 2008 01:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://borort.wordpress.com/2008/07/13/selectdelete-all-items-in-solr/#comment-96</guid>
		<description>You can find all docs (with or without a uniqueKey field) using *:*

Likewise you can delete all docs using that query as well ... but if your index is particularly huge it can be more efficient in Solr 1.2 to just stop solr, rm -r the index directory and start solr again.

in Solr 1.3, *:* will be be as efficient as rm&#039;ing the directory yourself, but without needing to start/stop.</description>
		<content:encoded><![CDATA[<p>You can find all docs (with or without a uniqueKey field) using *:*</p>
<p>Likewise you can delete all docs using that query as well &#8230; but if your index is particularly huge it can be more efficient in Solr 1.2 to just stop solr, rm -r the index directory and start solr again.</p>
<p>in Solr 1.3, *:* will be be as efficient as rm&#8217;ing the directory yourself, but without needing to start/stop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
