<?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/"
		>
<channel>
	<title>Comments on: Configuration Generation for django-sphinx</title>
	<atom:link href="http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Wed, 28 Jul 2010 09:43:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html/comment-page-1#comment-19933</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 01 Aug 2008 15:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=160#comment-19933</guid>
		<description>There&#039;s now a generate_sphinx_config command (I think that&#039;s what I called it, haha) which will generate sample configs for any model it can in [appname].

I&#039;ve also added a generate_config_for_models (see the s) which will assist you in UNION generation for search groups.</description>
		<content:encoded><![CDATA[<p>There&#8217;s now a generate_sphinx_config command (I think that&#8217;s what I called it, haha) which will generate sample configs for any model it can in [appname].</p>
<p>I&#8217;ve also added a generate_config_for_models (see the s) which will assist you in UNION generation for search groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Napoleone</title>
		<link>http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html/comment-page-1#comment-19931</link>
		<dc:creator>Doug Napoleone</dc:creator>
		<pubDate>Fri, 01 Aug 2008 01:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=160#comment-19931</guid>
		<description>Yes please!

Just add a postsyncdb signal at the top level management, and a settings module config file output option. Then whenever you do a syncdb the config file will be regenerated.

shouldn&#039;t be too hard...</description>
		<content:encoded><![CDATA[<p>Yes please!</p>
<p>Just add a postsyncdb signal at the top level management, and a settings module config file output option. Then whenever you do a syncdb the config file will be regenerated.</p>
<p>shouldn&#8217;t be too hard&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html/comment-page-1#comment-19927</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 31 Jul 2008 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=160#comment-19927</guid>
		<description>That&#039;s a great idea. It could even generate configuration for any model with a SphinxSearch attached to it.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a great idea. It could even generate configuration for any model with a SphinxSearch attached to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fidel Ramos</title>
		<link>http://www.davidcramer.net/code/160/configuration-generation-for-django-sphinx.html/comment-page-1#comment-19923</link>
		<dc:creator>Fidel Ramos</dc:creator>
		<pubDate>Thu, 31 Jul 2008 08:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/?p=160#comment-19923</guid>
		<description>This is very useful! Why don&#039;t you make a custom management command, it&#039;d be easy? Something like this:

./manage.py sphinxconfmodel Modelname

And then we could have a full configuration generator, which would work on a list of models and make use Sphinx&#039;s configuration source and index definition inheritance:

./manage.py sphinxfullconf Model1 Model2 Model3</description>
		<content:encoded><![CDATA[<p>This is very useful! Why don&#8217;t you make a custom management command, it&#8217;d be easy? Something like this:</p>
<p>./manage.py sphinxconfmodel Modelname</p>
<p>And then we could have a full configuration generator, which would work on a list of models and make use Sphinx&#8217;s configuration source and index definition inheritance:</p>
<p>./manage.py sphinxfullconf Model1 Model2 Model3</p>
]]></content:encoded>
	</item>
</channel>
</rss>
