<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend Integration with Solr Component Suggestion in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278677#M54091</link>
    <description>Hi again, I have 7 solr component, tSolrCommit, tSolrConnection, tSolrDelete, tSolrInput, tSolrOptimize, tSolrOutput and tSolrRollback. Supporting embedded and external solr index. 
&lt;BR /&gt;I have written the tSolrConnection to work like any other connection component. I want to use metadata, but I dont find example about define your own metadata. 
&lt;BR /&gt;Anyone know where to find metadata examples ? 
&lt;BR /&gt;rgd 
&lt;BR /&gt;Audun Wilhelmsen</description>
    <pubDate>Tue, 06 Dec 2011 23:53:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-06T23:53:22Z</dc:date>
    <item>
      <title>Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278668#M54082</link>
      <description>Is there an already available component that does http posts on a url with multipart form like what curl does? I'd like to read from a SQL Server table do some transformation and post the row to Solr in realtime. Is there any component that does that? If not, can this be developed.&lt;BR /&gt;Thanks&lt;BR /&gt;Yash</description>
      <pubDate>Sat, 16 Nov 2024 13:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278668#M54082</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278669#M54083</link>
      <description>Hi Yash
&lt;BR /&gt;As I known, there is no a official component can fit your request now, if you want the component to be developed soon and personalize services, please contact 
&lt;A href="http://www.talend.com/open-source-provider/contacts.php" target="_blank" rel="nofollow noopener noreferrer"&gt;us&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 12 Feb 2011 09:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278669#M54083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-12T09:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278670#M54084</link>
      <description>But Can't this be done with tjavarow or tjavaflex component? All you need is ability to import external jars to use the solrj jars. And someway to convert the row data in to xml and feed it to Solr via an http post?&lt;BR /&gt;Yash</description>
      <pubDate>Wed, 16 Feb 2011 02:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278670#M54084</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-16T02:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278671#M54085</link>
      <description>Hi
&lt;BR /&gt;You have to hard code on tJava or routine to do http posts on a url with multipart form to Solr. We have a tLibraryLoad component which can be used to import external jars, the tWriteXMLField is used to convert rows to a xml string, the tAdvancedFileoutputXML is used to generated a xml file.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 16 Feb 2011 02:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278671#M54085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-16T02:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278672#M54086</link>
      <description>I was able to achieve this using SolrJ...so no XML mess to do in Talend. I wrote a blog post about this - check it out at &lt;A href="http://technologyenablingbusiness.blogspot.com/2011/02/using-talend-to-do-etl-in-to-solr.html" rel="nofollow noopener noreferrer"&gt;http://technologyenablingbusiness.blogspot.com/2011/02/using-talend-to-do-etl-in-to-solr.html&lt;/A&gt;</description>
      <pubDate>Sun, 27 Feb 2011 18:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278672#M54086</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-02-27T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278673#M54087</link>
      <description>Hello yash,&lt;BR /&gt;Thank you for your interesting blog post!</description>
      <pubDate>Mon, 28 Feb 2011 13:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278673#M54087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-28T13:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278674#M54088</link>
      <description>Hello,
&lt;BR /&gt;I've created a solr output component using SolrJ that can be used for indexing data to Solr.
&lt;BR /&gt;You can find it on github 
&lt;A href="https://github.com/sourcesense/tSolrOutput" rel="nofollow noopener noreferrer"&gt;https://github.com/sourcesense/tSolrOutput&lt;/A&gt;
&lt;BR /&gt;Cheers,
&lt;BR /&gt;Bilgin Ibryam</description>
      <pubDate>Fri, 09 Sep 2011 15:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278674#M54088</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-09-09T15:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278675#M54089</link>
      <description>Im working on some solr compoents, tSolrInput, tSolrOutput and tSolrDelete. All components will supporting both http and embedded solr. 
&lt;BR /&gt;The tSolrOutput are finnish, supporting batch push of documents, batch commit, and optimize at the end. All controll by component settings. 
&lt;BR /&gt;Will put it on github when im finnish &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 17 Nov 2011 10:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278675#M54089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T10:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278676#M54090</link>
      <description>Hi SleepyCrom
&lt;BR /&gt;First, thanks very much for your sharing to all Talend users. 
&lt;BR /&gt;It will be good if you also submit the component to Talend 
&lt;A href="http://www.talendforge.org/exchange/index.php" target="_blank" rel="nofollow noopener noreferrer"&gt;exchange&lt;/A&gt;. Talend Exchange is the place where Talend community can share items related to Talend opensource products
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 17 Nov 2011 10:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278676#M54090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-17T10:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278677#M54091</link>
      <description>Hi again, I have 7 solr component, tSolrCommit, tSolrConnection, tSolrDelete, tSolrInput, tSolrOptimize, tSolrOutput and tSolrRollback. Supporting embedded and external solr index. 
&lt;BR /&gt;I have written the tSolrConnection to work like any other connection component. I want to use metadata, but I dont find example about define your own metadata. 
&lt;BR /&gt;Anyone know where to find metadata examples ? 
&lt;BR /&gt;rgd 
&lt;BR /&gt;Audun Wilhelmsen</description>
      <pubDate>Tue, 06 Dec 2011 23:53:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278677#M54091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-06T23:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278678#M54092</link>
      <description>Hi&amp;nbsp;SleepyCrom,
&lt;BR /&gt;I came across this discussion which talks about Solr Components. I was doing a quick research on&amp;nbsp;
&lt;A href="http://exchange.talend.com" target="_blank" rel="nofollow noopener noreferrer"&gt;exchange.talend.com&lt;/A&gt;&amp;nbsp;for solr and found&amp;nbsp;
&lt;A href="http://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%2F1&amp;amp;pi=marketplace%2F1%2Fproducts%2F1404%2Fitems%2F2225" target="_blank" rel="nofollow noopener noreferrer"&gt;Talend Solr High Speed Query plugin&lt;/A&gt;&amp;nbsp;on first result. I am using this plugin and found very useful to update my existing solr documents.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Dean</description>
      <pubDate>Wed, 10 Feb 2016 12:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278678#M54092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-10T12:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Integration with Solr Component Suggestion</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278679#M54093</link>
      <description>Hi, 
&lt;BR /&gt;We're working on evaluation Talend with Solr. With respect to this implementation we need certain pointers to start with. 
&lt;BR /&gt;Can you please suggest on the following: 
&lt;BR /&gt;1) Is Solr components available with Talned Data Integration/Big Data Enterprise version(License edition) ? 
&lt;BR /&gt;2) Which Talend product suite provides out of box support for Solr Integration ? 
&lt;BR /&gt;3) There are custom components available on exchange "Talend Solr High Speed Query plugin". Is this the only integration route we currently hold? Do we have steps to include these custom components in Talned Open Studio? 
&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 18 Oct 2016 18:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Integration-with-Solr-Component-Suggestion/m-p/2278679#M54093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-18T18:58:20Z</dc:date>
    </item>
  </channel>
</rss>

