<?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: Norch is changing its name to Forage</title>
	<atom:link href="http://blog.comperiosearch.com/blog/2013/08/26/norch-is-changing-its-name-to-forage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.comperiosearch.com/blog/2013/08/26/norch-is-changing-its-name-to-forage/</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: Fergus McDowall</title>
		<link>http://blog.comperiosearch.com/blog/2013/08/26/norch-is-changing-its-name-to-forage/#comment-19080</link>
		<dc:creator><![CDATA[Fergus McDowall]]></dc:creator>
		<pubDate>Wed, 04 Feb 2015 09:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1661#comment-19080</guid>
		<description><![CDATA[Hi TheXLearner

You can do something like this:

SELECT
  CONCAT(&quot;[&quot;,
    GROUP_CONCAT(
    CONCAT(&quot;{username:&#039;&quot;,username,&quot;&#039;&quot;), 
    CONCAT(&quot;,email:&#039;&quot;,email),&quot;&#039;}&quot;)
  )
,&quot;]&quot;)
AS json FROM users;

To get

[
  {username:&#039;mike&#039;,email:&#039;mike@mikesplace.com&#039;},
  {username:&#039;jane&#039;,email:&#039;jane@bigcompany.com&#039;},
  {username:&#039;stan&#039;,email:&#039;stan@stanford.com&#039;}
]

An then index in the standard way. Maybe this warrants its own blog post.]]></description>
		<content:encoded><![CDATA[<p>Hi TheXLearner</p>
<p>You can do something like this:</p>
<p>SELECT<br />
  CONCAT(&#8220;[",<br />
    GROUP_CONCAT(<br />
    CONCAT("{username:'",username,"'"),<br />
    CONCAT(",email:'",email),"'}")<br />
  )<br />
,"]&#8220;)<br />
AS json FROM users;</p>
<p>To get</p>
<p>[<br />
  {username:'mike',email:'mike@mikesplace.com'},<br />
  {username:'jane',email:'jane@bigcompany.com'},<br />
  {username:'stan',email:'stan@stanford.com'}<br />
]</p>
<p>An then index in the standard way. Maybe this warrants its own blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Espen Klem</title>
		<link>http://blog.comperiosearch.com/blog/2013/08/26/norch-is-changing-its-name-to-forage/#comment-19079</link>
		<dc:creator><![CDATA[Espen Klem]]></dc:creator>
		<pubDate>Wed, 04 Feb 2015 08:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1661#comment-19079</guid>
		<description><![CDATA[It&#039;s back to Norch again. &lt;a href=&quot;https://github.com/fergiemcdowall/norch&quot; rel=&quot;nofollow&quot;&gt;Norch is a search enigne, written in JavaScript&lt;/a&gt;:

The actual search index is named &lt;a href=&quot;https://github.com/fergiemcdowall/search-index&quot; rel=&quot;nofollow&quot;&gt;Search-index&lt;/a&gt;.

And someone has made a &lt;a href=&quot;https://github.com/timosaikkonen/loopback-search-index&quot; rel=&quot;nofollow&quot;&gt;Loopback to Search-index connector&lt;/a&gt;.

&lt;a href=&quot;https://github.com/strongloop/loopback#loopback&quot; rel=&quot;nofollow&quot;&gt;Loopback&lt;/a&gt; can be connected to a lot of stuff, among them: MySQL.

So, yes, in a way =)

If you&#039;re looking for MySQL to Elasticsearch, check out this blog post:
&lt;a href=&quot;http://blog.comperiosearch.com/blog/2014/01/30/elasticsearch-indexing-sql-databases-the-easy-way/&quot; rel=&quot;nofollow&quot;&gt;Elasticsearch: Indexing SQL databases. The easy way&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s back to Norch again. <a href="https://github.com/fergiemcdowall/norch" rel="nofollow">Norch is a search enigne, written in JavaScript</a>:</p>
<p>The actual search index is named <a href="https://github.com/fergiemcdowall/search-index" rel="nofollow">Search-index</a>.</p>
<p>And someone has made a <a href="https://github.com/timosaikkonen/loopback-search-index" rel="nofollow">Loopback to Search-index connector</a>.</p>
<p><a href="https://github.com/strongloop/loopback#loopback" rel="nofollow">Loopback</a> can be connected to a lot of stuff, among them: MySQL.</p>
<p>So, yes, in a way =)</p>
<p>If you&#8217;re looking for MySQL to Elasticsearch, check out this blog post:<br />
<a href="http://blog.comperiosearch.com/blog/2014/01/30/elasticsearch-indexing-sql-databases-the-easy-way/" rel="nofollow">Elasticsearch: Indexing SQL databases. The easy way</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheXLearner</title>
		<link>http://blog.comperiosearch.com/blog/2013/08/26/norch-is-changing-its-name-to-forage/#comment-19075</link>
		<dc:creator><![CDATA[TheXLearner]]></dc:creator>
		<pubDate>Fri, 30 Jan 2015 15:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.comperiosearch.com/?p=1661#comment-19075</guid>
		<description><![CDATA[Can we use this module to take data from mysql ? (if yes , some examples please , and thanks )]]></description>
		<content:encoded><![CDATA[<p>Can we use this module to take data from mysql ? (if yes , some examples please , and thanks )</p>
]]></content:encoded>
	</item>
</channel>
</rss>
