<?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!</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/</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/2014/08/28/indexing-database-using-solr/#comment-19143</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Wed, 16 Sep 2015 13:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19143</guid>
		<description><![CDATA[No problem :) You probably need to do the following in the db-data-config.xml file:

  Assuming you haven&#039;t changed the mysql default port, replace url=&quot;jdbc:mysql://localhost:3306/employees&quot; with url=&quot;jdbc:mysql://localhost:3306/a_q&quot;
  Replace the username and password with the appropriate values
  Change the query value to yours, making sure to include an id column like I did with &lt;code&gt;emp_no as &#039;id&#039;&lt;/code&gt; otherwise Solr won&#039;t index the documents]]></description>
		<content:encoded><![CDATA[<p>No problem :) You probably need to do the following in the db-data-config.xml file:</p>
<p>  Assuming you haven&#8217;t changed the mysql default port, replace url=&#8221;jdbc:mysql://localhost:3306/employees&#8221; with url=&#8221;jdbc:mysql://localhost:3306/a_q&#8221;<br />
  Replace the username and password with the appropriate values<br />
  Change the query value to yours, making sure to include an id column like I did with <code>emp_no as 'id'</code> otherwise Solr won&#8217;t index the documents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikaelo</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19142</link>
		<dc:creator><![CDATA[mikaelo]]></dc:creator>
		<pubDate>Tue, 15 Sep 2015 22:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19142</guid>
		<description><![CDATA[i am trying to do something different.i have already created a database called a_q using mysql server.is there any way i can index it on solr??sorry for the misleading previous comment]]></description>
		<content:encoded><![CDATA[<p>i am trying to do something different.i have already created a database called a_q using mysql server.is there any way i can index it on solr??sorry for the misleading previous comment</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Muller</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19140</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Thu, 10 Sep 2015 13:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19140</guid>
		<description><![CDATA[Hi Mikaelo! What specifically are you having difficulty with? Have you exported the employees data from the employees.sql file into your local database? The command to export the employees data into the database (mysql -u root -p employees &lt; employees.sql) assumes that you&#039;re in the same directory as the employees.sql file you downloaded.]]></description>
		<content:encoded><![CDATA[<p>Hi Mikaelo! What specifically are you having difficulty with? Have you exported the employees data from the employees.sql file into your local database? The command to export the employees data into the database (mysql -u root -p employees &lt; employees.sql) assumes that you&#039;re in the same directory as the employees.sql file you downloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikaelo</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19139</link>
		<dc:creator><![CDATA[mikaelo]]></dc:creator>
		<pubDate>Tue, 08 Sep 2015 19:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19139</guid>
		<description><![CDATA[hello seb,i got lost!don&#039;t you have to set the path where your database(employees.sql) exist,in order for the connector to retrieve the data and be seen on solr.please help me]]></description>
		<content:encoded><![CDATA[<p>hello seb,i got lost!don&#8217;t you have to set the path where your database(employees.sql) exist,in order for the connector to retrieve the data and be seen on solr.please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to index documents with their metadata in a DB using Solr 5.1.0 - DexPage</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19131</link>
		<dc:creator><![CDATA[How to index documents with their metadata in a DB using Solr 5.1.0 - DexPage]]></dc:creator>
		<pubDate>Thu, 25 Jun 2015 22:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19131</guid>
		<description><![CDATA[[&#8230;] Configuring the data import handler and connecting it to a database [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] Configuring the data import handler and connecting it to a database [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyam V</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19107</link>
		<dc:creator><![CDATA[Shyam V]]></dc:creator>
		<pubDate>Thu, 09 Apr 2015 23:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19107</guid>
		<description><![CDATA[I&#039;m interested in learning how you&#039;d do phonetic search, spellcheck and basic query completion.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in learning how you&#8217;d do phonetic search, spellcheck and basic query completion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seb Muller</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19106</link>
		<dc:creator><![CDATA[Seb Muller]]></dc:creator>
		<pubDate>Tue, 07 Apr 2015 12:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19106</guid>
		<description><![CDATA[Hi Dan! I&#039;m glad you found the post useful. Is there something in particular that you would like to see me cover? I also want to revisit the topics I covered in the post to see how well the instructions hold up with Solr 5 before writing the next part :)]]></description>
		<content:encoded><![CDATA[<p>Hi Dan! I&#8217;m glad you found the post useful. Is there something in particular that you would like to see me cover? I also want to revisit the topics I covered in the post to see how well the instructions hold up with Solr 5 before writing the next part :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.comperiosearch.com/blog/2014/08/28/indexing-database-using-solr/#comment-19105</link>
		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Sat, 04 Apr 2015 13:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=2848#comment-19105</guid>
		<description><![CDATA[You&#039;ve made getting started with aa demo project using solr and MySql very easy here. When will the part 2 of this be coming up. I will love to following your steps in implementing this to the point of been able to create searches, facet search, handling indexing issues etc. Thanks]]></description>
		<content:encoded><![CDATA[<p>You&#8217;ve made getting started with aa demo project using solr and MySql very easy here. When will the part 2 of this be coming up. I will love to following your steps in implementing this to the point of been able to create searches, facet search, handling indexing issues etc. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
