<?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: Indexing SQL databases made easier! &#8211; Part 2</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/</link>
	<description>A blog about Search as THE solution</description>
	<lastBuildDate>Mon, 26 Oct 2015 18:07:52 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Seb Muller</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19146</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Wed, 23 Sep 2015 08:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19146</guid>
		<description><![CDATA[Hi George, glad you&#039;ve enjoyed the article, and sorry for the issues! Change the group by line in the SQL query statement to &lt;code&gt;group by e.emp_no&lt;/code&gt;. The clear index command should also be http://localhost:8983/solr/employees/update?stream.body=&lt;delete&gt;&lt;query&gt;*:*&lt;/query&gt;&lt;/delete&gt;&amp;commit=true instead. I&#039;ll update the article to reflect this changes. Let me know if you encounter any further issues.]]></description>
		<content:encoded><![CDATA[<p>Hi George, glad you&#8217;ve enjoyed the article, and sorry for the issues! Change the group by line in the SQL query statement to <code>group by e.emp_no</code>. The clear index command should also be <a href="http://localhost:8983/solr/employees/update?stream.body=&lt;delete&gt;&lt;query&gt;*:*&lt;/query&gt;&lt;/delete&gt;&#038;commit=true" rel="nofollow">http://localhost:8983/solr/employees/update?stream.body=&lt;delete&gt;&lt;query&gt;*:*&lt;/query&gt;&lt;/delete&gt;&#038;commit=true</a> instead. I&#8217;ll update the article to reflect this changes. Let me know if you encounter any further issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19145</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Tue, 22 Sep 2015 03:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19145</guid>
		<description><![CDATA[Great article.  I have been toying with Solr the last couple of days.  In following your article, I have faced these two issues, thus far:

1.  While following the facets, section, I tried the new SQL query statement and it did not fetch anything.  I then directly copied it in phpmyadmin mySQL interface and I get this error:   &quot;#1052:  Column &#039;emp_no&#039; in group statement is ambiguous&quot;

2.  Clear index command: http://localhost:8983/solr/employees/update?stream.body=*:*&amp;commit=true
gives back error message

Please help, as I want to start the Facet part of the tutorial.]]></description>
		<content:encoded><![CDATA[<p>Great article.  I have been toying with Solr the last couple of days.  In following your article, I have faced these two issues, thus far:</p>
<p>1.  While following the facets, section, I tried the new SQL query statement and it did not fetch anything.  I then directly copied it in phpmyadmin mySQL interface and I get this error:   &#8220;#1052:  Column &#8216;emp_no&#8217; in group statement is ambiguous&#8221;</p>
<p>2.  Clear index command: <a href="http://localhost:8983/solr/employees/update?stream.body=*:*&#038;commit=true" rel="nofollow">http://localhost:8983/solr/employees/update?stream.body=*:*&#038;commit=true</a><br />
gives back error message</p>
<p>Please help, as I want to start the Facet part of the tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Muller</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19126</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Fri, 29 May 2015 11:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19126</guid>
		<description><![CDATA[Hi Abdullah! What does your db-data-config file look like? Do you have any constraints, in a where clause for example, that might result in only 10 rows being returned?]]></description>
		<content:encoded><![CDATA[<p>Hi Abdullah! What does your db-data-config file look like? Do you have any constraints, in a where clause for example, that might result in only 10 rows being returned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abdullah</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19120</link>
		<dc:creator><![CDATA[abdullah]]></dc:creator>
		<pubDate>Tue, 05 May 2015 14:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19120</guid>
		<description><![CDATA[thanks the article is useful,
i have an issue with full-import of data:
i only get 10 rows fetched from the database i tried adding batchSize=&quot;-1&quot; to the db-data-config file but also didnot work.]]></description>
		<content:encoded><![CDATA[<p>thanks the article is useful,<br />
i have an issue with full-import of data:<br />
i only get 10 rows fetched from the database i tried adding batchSize=&#8221;-1&#8243; to the db-data-config file but also didnot work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Muller</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19119</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Thu, 30 Apr 2015 07:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19119</guid>
		<description><![CDATA[Hi Dahir, glad you found it useful! That&#039;s right, adding more entity tags will allow you to carry out multiple indexing queries at the same time. You can even define multiple data source connections if you need to retrieve data from different databases. Take a look at this gist https://gist.github.com/sebnmuller/03935f1384e150504363#file-multiple-entitites for an example of defining multiple entities. Key thing to note is the use of the name tags, both for the connection and entity. If using the same database connection the dataSource tag is unnecessary.]]></description>
		<content:encoded><![CDATA[<p>Hi Dahir, glad you found it useful! That&#8217;s right, adding more entity tags will allow you to carry out multiple indexing queries at the same time. You can even define multiple data source connections if you need to retrieve data from different databases. Take a look at this gist <a href="https://gist.github.com/sebnmuller/03935f1384e150504363#file-multiple-entitites" rel="nofollow">https://gist.github.com/sebnmuller/03935f1384e150504363#file-multiple-entitites</a> for an example of defining multiple entities. Key thing to note is the use of the name tags, both for the connection and entity. If using the same database connection the dataSource tag is unnecessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dahir Warsame</title>
		<link>http://blog.comperiosearch.com/blog/2015/04/14/solr-indexing-index-sql-databases-made-easier-part-2/#comment-19118</link>
		<dc:creator><![CDATA[Dahir Warsame]]></dc:creator>
		<pubDate>Wed, 22 Apr 2015 13:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=3477#comment-19118</guid>
		<description><![CDATA[Hi Seb,

Great article.
what steps do i take if i want to search through multiple tables?
Do I add more entity tags in db-data-config.xml?

I&#039;d love to hear you thought about this.

-Dahir]]></description>
		<content:encoded><![CDATA[<p>Hi Seb,</p>
<p>Great article.<br />
what steps do i take if i want to search through multiple tables?<br />
Do I add more entity tags in db-data-config.xml?</p>
<p>I&#8217;d love to hear you thought about this.</p>
<p>-Dahir</p>
]]></content:encoded>
	</item>
</channel>
</rss>
