<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>某人的栖息地 &#187; sphinx</title>
	<atom:link href="http://www.ooso.net/tag/sphinx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<lastBuildDate>Thu, 19 Jan 2012 01:21:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>sphinx新建索引的一般流程</title>
		<link>http://www.ooso.net/archives/466</link>
		<comments>http://www.ooso.net/archives/466#comments</comments>
		<pubDate>Sat, 20 Sep 2008 09:19:37 +0000</pubDate>
		<dc:creator>Volcano</dc:creator>
				<category><![CDATA[common]]></category>
		<category><![CDATA[sphinx]]></category>

		<guid isPermaLink="false">http://www.ooso.net/index.php/archives/466</guid>
		<description><![CDATA[在sphinx中新建索引(不是新增数据)的一般流程：

在sphinx.conf中增加index配置项
手工重建索引，不要使用&#8211;rotate参数，例如

				<span class="readmore"><a href="http://www.ooso.net/archives/466" title="sphinx新建索引的一般流程">阅读全文（183字）</a></span>]]></description>
			<content:encoded><![CDATA[<p>在sphinx中新建索引(不是新增数据)的一般流程：</p>
<ul>
<li>在sphinx.conf中增加index配置项</li>
<li>手工重建索引，不要使用&#8211;rotate参数，例如
<pre><code>/usr/local/sphinx/bin/indexer --config /usr/local/sphinx/etc/sphinx.conf --all</code></pre>
</li>
<li>重启searchd</li>
</ul>
<p>这样才不会产生<a href="/?tag=shpinx">sphinx</a>索引的临时.new.*文件</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ooso.net/archives/466/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

