<?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 for MattWeber.Org</title>
	<atom:link href="http://www.mattweber.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattweber.org</link>
	<description>PYTHON, SEARCH, AND OPEN SOURCE.</description>
	<lastBuildDate>Sat, 05 May 2012 18:09:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Exploring LucidWorks Enterprise with SolrCloud by matt</title>
		<link>http://www.mattweber.org/2012/05/01/exploring-lucidworks-enterprise-with-solrcloud/#comment-5956</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Sat, 05 May 2012 18:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=194#comment-5956</guid>
		<description>Hey Mark, thanks for pointing out that it is possible to start LWE with the numShards parameter and that the LWE UI/Rest create collection commands will honor that setting.  I did some testing and found that this does work, however it does not simplify any of the steps I describe in the blog post.  The exception being I no longer need to specify the shard names when executing the Core Admin API commands.  

The numShards parameter basically only manages creating the shards in zookeeper.  It does not automatically create the additional shards/replicas within LWE itself, I still need to do that manually via Core Admin API or the LWE UI/Rest API.  If I start LWE with numShards=2 and don&#039;t bring up another instance of LWE and create the collection manually, I get errors while feeding.  

Also, to do everything using the LucidWorks Enterprise GUI/Rest api,  would need to bring up 4 separate instances of LWE vs. having Shard 1/Shard 2 Replica in a single instance and Shard 2/Shard 1 Replica in another.  This means I still need to drop down to using Solr&#039;s Core Admin API to set this up manually.  Basically I still need to jump though all the hoops I talk about above to create a multi-shard collection with replicas.</description>
		<content:encoded><![CDATA[<p>Hey Mark, thanks for pointing out that it is possible to start LWE with the numShards parameter and that the LWE UI/Rest create collection commands will honor that setting.  I did some testing and found that this does work, however it does not simplify any of the steps I describe in the blog post.  The exception being I no longer need to specify the shard names when executing the Core Admin API commands.  </p>
<p>The numShards parameter basically only manages creating the shards in zookeeper.  It does not automatically create the additional shards/replicas within LWE itself, I still need to do that manually via Core Admin API or the LWE UI/Rest API.  If I start LWE with numShards=2 and don&#8217;t bring up another instance of LWE and create the collection manually, I get errors while feeding.  </p>
<p>Also, to do everything using the LucidWorks Enterprise GUI/Rest api,  would need to bring up 4 separate instances of LWE vs. having Shard 1/Shard 2 Replica in a single instance and Shard 2/Shard 1 Replica in another.  This means I still need to drop down to using Solr&#8217;s Core Admin API to set this up manually.  Basically I still need to jump though all the hoops I talk about above to create a multi-shard collection with replicas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring LucidWorks Enterprise with SolrCloud by Mark</title>
		<link>http://www.mattweber.org/2012/05/01/exploring-lucidworks-enterprise-with-solrcloud/#comment-5909</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 03 May 2012 23:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=194#comment-5909</guid>
		<description>“When creating a new collection (with either the Admin UI or the API), you cannot yet specify the number of shards to break it up into. If this is something you need to do, please contact Lucid Imagination for assistance.”

Yeah, I checked on this and this was pointed out to me. It&#039;s a lapse in the doc - something else was meant. It will be corrected. The default UI and API calls for collection management will work.

I can ask that we make sure to explicitly document that collection management still works when using SolrCloud functionality.

&quot;What I want to do is create a single collection that is composed on two partitions (shards) and a single replica.&quot;

If you want 2 shards, simply use a numShards of 2. Once you start the first instance, it will be part of shard1. Start another and it will be part of shard2. Start another and it will be a shard1 replica. Start a 4th instance and it will be a shard2 replica.

You just give the number of &quot;partitions&quot; and then instances evenly become replicas for each shard.

We plan on adding further ways to control this, but that is the initial knob.</description>
		<content:encoded><![CDATA[<p>“When creating a new collection (with either the Admin UI or the API), you cannot yet specify the number of shards to break it up into. If this is something you need to do, please contact Lucid Imagination for assistance.”</p>
<p>Yeah, I checked on this and this was pointed out to me. It&#8217;s a lapse in the doc &#8211; something else was meant. It will be corrected. The default UI and API calls for collection management will work.</p>
<p>I can ask that we make sure to explicitly document that collection management still works when using SolrCloud functionality.</p>
<p>&#8220;What I want to do is create a single collection that is composed on two partitions (shards) and a single replica.&#8221;</p>
<p>If you want 2 shards, simply use a numShards of 2. Once you start the first instance, it will be part of shard1. Start another and it will be part of shard2. Start another and it will be a shard1 replica. Start a 4th instance and it will be a shard2 replica.</p>
<p>You just give the number of &#8220;partitions&#8221; and then instances evenly become replicas for each shard.</p>
<p>We plan on adding further ways to control this, but that is the initial knob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring LucidWorks Enterprise with SolrCloud by matt</title>
		<link>http://www.mattweber.org/2012/05/01/exploring-lucidworks-enterprise-with-solrcloud/#comment-5841</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Tue, 01 May 2012 14:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=194#comment-5841</guid>
		<description>That would be great but I was unable to find any documentation supporting this, thus the reason I needed to drop down to Solr Core Admin API.

&quot;When creating a new collection (with either the Admin UI or the API), you cannot yet specify the number of shards to break it up into. If this is something you need to do, please contact Lucid Imagination for assistance.&quot;

http://lucidworks.lucidimagination.com/display/lweug/Using+SolrCloud+in+LucidWorks
http://lucidworks.lucidimagination.com/display/lweug/Collections

Also, you say numShards is for replicas.  What I want to do is create a single collection that is composed on two partitions (shards) and a single replica.  Is there a system property that specifies the number of partitions I want?  The definitions of terms used in SolrCloud is confusing.</description>
		<content:encoded><![CDATA[<p>That would be great but I was unable to find any documentation supporting this, thus the reason I needed to drop down to Solr Core Admin API.</p>
<p>&#8220;When creating a new collection (with either the Admin UI or the API), you cannot yet specify the number of shards to break it up into. If this is something you need to do, please contact Lucid Imagination for assistance.&#8221;</p>
<p><a href="http://lucidworks.lucidimagination.com/display/lweug/Using+SolrCloud+in+LucidWorks" rel="nofollow">http://lucidworks.lucidimagination.com/display/lweug/Using+SolrCloud+in+LucidWorks</a><br />
<a href="http://lucidworks.lucidimagination.com/display/lweug/Collections" rel="nofollow">http://lucidworks.lucidimagination.com/display/lweug/Collections</a></p>
<p>Also, you say numShards is for replicas.  What I want to do is create a single collection that is composed on two partitions (shards) and a single replica.  Is there a system property that specifies the number of partitions I want?  The definitions of terms used in SolrCloud is confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring LucidWorks Enterprise with SolrCloud by Mark</title>
		<link>http://www.mattweber.org/2012/05/01/exploring-lucidworks-enterprise-with-solrcloud/#comment-5840</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 01 May 2012 14:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=194#comment-5840</guid>
		<description>Hey Matt - a couple things I&#039;d point out - first, the numShards param is the key to controlling the number of replicas. Second, with LWE, you do not need to drop down to Solr and make all these calls at all. I&#039;m trying to find where in the doc it says you can not use the admin or rest api for this, but I don&#039;t see it. In fact you can! Simply use the LWE collections API to create a new collection, or create a new collection in the admin UI. One of the params you can pass if using the ReST API is numShards. That is not available from the UI yet (it uses whatever numShards was passed as a sys prop on startup. 

The integration for 2.1 is certainly early - but you don&#039;t have to jump through all these hoops at all.</description>
		<content:encoded><![CDATA[<p>Hey Matt &#8211; a couple things I&#8217;d point out &#8211; first, the numShards param is the key to controlling the number of replicas. Second, with LWE, you do not need to drop down to Solr and make all these calls at all. I&#8217;m trying to find where in the doc it says you can not use the admin or rest api for this, but I don&#8217;t see it. In fact you can! Simply use the LWE collections API to create a new collection, or create a new collection in the admin UI. One of the params you can pass if using the ReST API is numShards. That is not available from the UI yet (it uses whatever numShards was passed as a sys prop on startup. </p>
<p>The integration for 2.1 is certainly early &#8211; but you don&#8217;t have to jump through all these hoops at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solr for WordPress 0.2.0 Released by Peter</title>
		<link>http://www.mattweber.org/2009/05/13/solr-for-wordpress-020-released/#comment-5356</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 16 Apr 2012 04:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=172#comment-5356</guid>
		<description>Great plugin!
I have a simple question. I want to retrieve all results because i want to start with a complete facet list. Normally on Solr i would use a query (*:*) with a limit of 0. Thsi doesn;t return the results but gives me a complete facetlisting. But this didn&#039;t work in thye plugin.
How can i get all results/facets ?</description>
		<content:encoded><![CDATA[<p>Great plugin!<br />
I have a simple question. I want to retrieve all results because i want to start with a complete facet list. Normally on Solr i would use a query (*:*) with a limit of 0. Thsi doesn;t return the results but gives me a complete facetlisting. But this didn&#8217;t work in thye plugin.<br />
How can i get all results/facets ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ElasticSearch Mock Solr Plugin by peter fox</title>
		<link>http://www.mattweber.org/2011/12/14/elasticsearch-mock-solr-plugin/#comment-4571</link>
		<dc:creator>peter fox</dc:creator>
		<pubDate>Fri, 23 Mar 2012 03:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=190#comment-4571</guid>
		<description>Hi Matt,
We have a dev site running on wordpress and I&#039;d like to use solr and your plugin to seed a spider off links or content. can you help?</description>
		<content:encoded><![CDATA[<p>Hi Matt,<br />
We have a dev site running on wordpress and I&#8217;d like to use solr and your plugin to seed a spider off links or content. can you help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solr For WordPress on GitHub by alex</title>
		<link>http://www.mattweber.org/2011/03/29/solr-for-wordpress-on-github/#comment-3152</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 23 Jan 2012 16:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=189#comment-3152</guid>
		<description>Has anyone had any success with faceting by custom taxonomy in the search results page? I see that my custom taxonomies are indexed but the facet options appear to only be Category, Author, and Tag.</description>
		<content:encoded><![CDATA[<p>Has anyone had any success with faceting by custom taxonomy in the search results page? I see that my custom taxonomies are indexed but the facet options appear to only be Category, Author, and Tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spotlight CHM Metadata Importer by Jens</title>
		<link>http://www.mattweber.org/2007/03/11/spotlight-chm-metadata-importer/#comment-3116</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Sun, 22 Jan 2012 17:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/2007/03/11/spotlight-chm-metadata-importer/#comment-3116</guid>
		<description>CHMporter is PPC. Chimp&#039;s Spotlight plugin is also PPC.

Any way to make Matt&#039;s plugin work in say 10.5+?</description>
		<content:encoded><![CDATA[<p>CHMporter is PPC. Chimp&#8217;s Spotlight plugin is also PPC.</p>
<p>Any way to make Matt&#8217;s plugin work in say 10.5+?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solr For WordPress on GitHub by Dany</title>
		<link>http://www.mattweber.org/2011/03/29/solr-for-wordpress-on-github/#comment-1188</link>
		<dc:creator>Dany</dc:creator>
		<pubDate>Tue, 08 Nov 2011 14:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=189#comment-1188</guid>
		<description>I am also having some problems with committing the pages and posts. Solr is running and the settings are good. 

I am having solr v3.4.0 and wp 3.2.1

If anyone has a solution, pls let me know.</description>
		<content:encoded><![CDATA[<p>I am also having some problems with committing the pages and posts. Solr is running and the settings are good. </p>
<p>I am having solr v3.4.0 and wp 3.2.1</p>
<p>If anyone has a solution, pls let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Solr For WordPress on GitHub by matt</title>
		<link>http://www.mattweber.org/2011/03/29/solr-for-wordpress-on-github/#comment-1165</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 07 Nov 2011 03:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattweber.org/?p=189#comment-1165</guid>
		<description>Have you tried the version on GitHub, there has been work on multisite support recently.</description>
		<content:encoded><![CDATA[<p>Have you tried the version on GitHub, there has been work on multisite support recently.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 2/4 queries in 0.002 seconds using disk: basic
Object Caching 296/296 objects using disk: basic

Served from: www.mattweber.org @ 2012-05-18 22:40:26 -->
