<?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: Solr for WordPress 0.2.0 Released</title>
	<atom:link href="http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/</link>
	<description>Python, Search, and Open Source.</description>
	<lastBuildDate>Wed, 05 May 2010 22:07:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20684</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 05 May 2010 22:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20684</guid>
		<description>Yea, this is an easy fix.  Just modify the code that generates the teaser.</description>
		<content:encoded><![CDATA[<p>Yea, this is an easy fix.  Just modify the code that generates the teaser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20553</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Thu, 22 Apr 2010 16:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20553</guid>
		<description>And if you are working with custom fields to add some meta-data (for example, if you are describing products attributes of a catalog).

Would it be possible to extract those custom fields and use them as facets.

To create a faceted navigation like CNET does with its products reviews (SOLR powered).

Thank you for your reply</description>
		<content:encoded><![CDATA[<p>And if you are working with custom fields to add some meta-data (for example, if you are describing products attributes of a catalog).</p>
<p>Would it be possible to extract those custom fields and use them as facets.</p>
<p>To create a faceted navigation like CNET does with its products reviews (SOLR powered).</p>
<p>Thank you for your reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominique</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20264</link>
		<dc:creator>Dominique</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20264</guid>
		<description>Oops,

What I suggest to add in the shema.xml was remove from my comment.

&lt;charFilter class=&quot;solr.MappingCharFilterFactory&quot; mapping=&quot;mapping-ISOLatin1Accent.txt&quot;/&gt;</description>
		<content:encoded><![CDATA[<p>Oops,</p>
<p>What I suggest to add in the shema.xml was remove from my comment.</p>
<p>&lt;charFilter class=&#8221;solr.MappingCharFilterFactory&#8221; mapping=&#8221;mapping-ISOLatin1Accent.txt&#8221;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominique</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20263</link>
		<dc:creator>Dominique</dc:creator>
		<pubDate>Sat, 27 Mar 2010 10:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20263</guid>
		<description>Hi Matt,

We had some e-mails last year when I tried the 0.1 version. I took time to test this new version and I can see you added options for optionnal facet display.
In the results list, I can see 3 items that can be optionnal :
* search processing time
* result item score
* result item author

Please, in your shema.xml, for text and text_lws fieldType add before the tokenizer (for index and query)




Great job anyway.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>We had some e-mails last year when I tried the 0.1 version. I took time to test this new version and I can see you added options for optionnal facet display.<br />
In the results list, I can see 3 items that can be optionnal :<br />
* search processing time<br />
* result item score<br />
* result item author</p>
<p>Please, in your shema.xml, for text and text_lws fieldType add before the tokenizer (for index and query)</p>
<p>Great job anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okto Silaban</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20212</link>
		<dc:creator>Okto Silaban</dc:creator>
		<pubDate>Tue, 23 Mar 2010 04:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20212</guid>
		<description>Since I still failed using s4w_search version 0.3, I switch back to the older version, 0.2.0.
And I finally found out that the problem is not on your plugin, but it&#039;s my SOLR. I use the solr-tomcat 1.2 version, which didn&#039;t work with your attached schema.xml (got it from the error message)

So then I upgrade my Tomcat to Tomcat 6, and upgrade solr to Solr 1.4. And it works fine..!  I&#039;ve just made some changes to make it fit my blog design.

So.., maybe it&#039;s better if you mention the requirement : Solr version &gt;= 1.3

Btw, it didn&#039;t include comment in this search, did it?  I think maybe you should add comment to the search index for the next version.

And.., there is one more. The search result only display too little teaser. Sometimes it only shows a line of sentence. Could I make it a paragraph? Maybe by making some changes on the plugin?</description>
		<content:encoded><![CDATA[<p>Since I still failed using s4w_search version 0.3, I switch back to the older version, 0.2.0.<br />
And I finally found out that the problem is not on your plugin, but it&#8217;s my SOLR. I use the solr-tomcat 1.2 version, which didn&#8217;t work with your attached schema.xml (got it from the error message)</p>
<p>So then I upgrade my Tomcat to Tomcat 6, and upgrade solr to Solr 1.4. And it works fine..!  I&#8217;ve just made some changes to make it fit my blog design.</p>
<p>So.., maybe it&#8217;s better if you mention the requirement : Solr version &gt;= 1.3</p>
<p>Btw, it didn&#8217;t include comment in this search, did it?  I think maybe you should add comment to the search index for the next version.</p>
<p>And.., there is one more. The search result only display too little teaser. Sometimes it only shows a line of sentence. Could I make it a paragraph? Maybe by making some changes on the plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20171</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 20 Mar 2010 21:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20171</guid>
		<description>This is not a problem with Solr, but a problem with PHP timeout settings.  PHP will only allow a script to run for a certain amount of time before it stops execution of that script.  When indexing a lot of posts we seem to hit that execution timeout setting.  The only thing you can really do about it now is to change your php max execution time into php.ini, http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time.  I have addressed this issue in the next version of the plugin using javascript and ajax.</description>
		<content:encoded><![CDATA[<p>This is not a problem with Solr, but a problem with PHP timeout settings.  PHP will only allow a script to run for a certain amount of time before it stops execution of that script.  When indexing a lot of posts we seem to hit that execution timeout setting.  The only thing you can really do about it now is to change your php max execution time into php.ini, <a href="http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time" rel="nofollow">http://www.php.net/manual/en/info.configuration.php#ini.max-execution-time</a>.  I have addressed this issue in the next version of the plugin using javascript and ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Okto Silaban</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20162</link>
		<dc:creator>Okto Silaban</dc:creator>
		<pubDate>Sat, 20 Mar 2010 11:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20162</guid>
		<description>I have more than 3000 posts on my WP. 

Btw, I&#039;m new to this SOLR thing. Since I didn&#039;t read any information what should I do with the SOLR, I just installed solr-tomcat5.5, anda tomcat5.5 on my server and run it with default configuration.

Should I do something with the schema.xml you mention on installation documentation?</description>
		<content:encoded><![CDATA[<p>I have more than 3000 posts on my WP. </p>
<p>Btw, I&#8217;m new to this SOLR thing. Since I didn&#8217;t read any information what should I do with the SOLR, I just installed solr-tomcat5.5, anda tomcat5.5 on my server and run it with default configuration.</p>
<p>Should I do something with the schema.xml you mention on installation documentation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20155</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 19 Mar 2010 22:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20155</guid>
		<description>No, this plugin currently does not index uploaded items.  This is on a list of items for future versions, unfortunately it will not make it into 0.3.0 which will be released next.</description>
		<content:encoded><![CDATA[<p>No, this plugin currently does not index uploaded items.  This is on a list of items for future versions, unfortunately it will not make it into 0.3.0 which will be released next.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20154</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 19 Mar 2010 22:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20154</guid>
		<description>How many posts are you trying to index?  I have found a bug in 0.2.0 that a php timeout will occur and thus fail indexing if you have to many posts to index.  I have fixed this in the next version which will be released soon.</description>
		<content:encoded><![CDATA[<p>How many posts are you trying to index?  I have found a bug in 0.2.0 that a php timeout will occur and thus fail indexing if you have to many posts to index.  I have fixed this in the next version which will be released soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/comment-page-1/#comment-20132</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Thu, 18 Mar 2010 18:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-20132</guid>
		<description>Hi Matt, 

one question: Does the plugin index files that were uploaded through wp-admin as well? If so, which file types are supported? 

Thanks for your answer! ...and the plugin, of course. ;-)</description>
		<content:encoded><![CDATA[<p>Hi Matt, </p>
<p>one question: Does the plugin index files that were uploaded through wp-admin as well? If so, which file types are supported? </p>
<p>Thanks for your answer! &#8230;and the plugin, of course. <img src='http://www.mattweber.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
