<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		
		<title>typo3-solr.com - RSS-Feed</title>
		<link>http://www.typo3-solr.com/</link>
		<description>News</description>
		<language>de</language>
		<image>
			<title>typo3-solr.com - RSS-Feed</title>
			<url>http://www.typo3-solr.com/EXT:tt_news/res/tt_news_article.gif</url>
			<link>http://www.typo3-solr.com/</link>
			<width></width>
			<height></height>
			<description>News</description>
		</image>
		<generator>TYPO3 - get.content.right</generator>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		
		
		
		<lastBuildDate>Tue, 15 May 2012 11:09:00 +0200</lastBuildDate>
		
		
		<item>
			<title>Index all the languages</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/index_all_the_languages/back/300/</link>
			<description>The Apache Solr for TYPO3 extension comes with schema definitions and language analyzation...</description>
			<content:encoded><![CDATA[<p>Basically you can index any language with Solr, to get better search results you would want a stemmer for your language to be able to search for different &quot;variants&quot; of a word. Basic searching works without stemming, by using the generic language schema coming in EXT:solr version 2.2. Although Solr comes with stemmers for many languages already it does not provide stemmers for each and every language out of the box.</p>
<p>Starting with version 3.5 Apache Solr comes with a stemmer that uses <a href="http://hunspell.sourceforge.net" target="_blank" class="external-link-new-window" >Hunspell</a>. The Hunspell stemmer works with dictionaries and rules to do its job. The great thing is that the Hunspell stemmer can use the dictionaries and rules provided by the Apache OpenOffice project.</p>
<p>The dictionaries and rules are provided as <a href="http://extensions.services.openoffice.org/dictionary" target="_blank" class="external-link-new-window" >OpenOffice extensions</a>. Download the dictionary extension you need and simply unzip it - the extensions are simple zip files. In the unpacked extension you'll find a .aff file and a .dic file with the same name, these are the files needed to get your Hunspell stemmer working.</p>
<p>Example for slovenian Hunspell stemmer:</p>
<pre style="padding: 2px 2px 2px 0px; background-color: rgb(250, 250, 250); border: 1px solid rgb(218, 218, 218); width: auto; overflow-x: auto; overflow-y: hidden; font-size: 11px; ">&lt;filter class=”org.apache.solr.analysis.HunspellStemFilterFactory” dictionary=”sl_SL.dic” affix=”sl_SL.aff”&gt;</pre>
<p><span style="font-family: Verdana, Tahoma, Arial, sans-serif; ">Using these OpenOffice dictionaries you get stemming support for a lot of languages.</span></p>]]></content:encoded>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Tue, 15 May 2012 11:09:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>Best-of-2012-Auszeichnung für ›Apache Solr für TYPO3‹</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/best_of_2012_auszeichnung_fuer_apache_solr_fuer_typo3/back/300/</link>
			<description>Die 118-köpfige Fachjury der Initiative Mittelstand hat entschieden: ›Apache Solr für TYPO3‹ gehört...</description>
			<content:encoded><![CDATA[<p>Insgesamt zweieinhalbtausend Bewerber haben sich 2012 dem Votum einer 118-köpfigen Fachjury der Initiative Mittelstand gestellt und sich um die begehrte Mittelstands-Auszeichnung bemüht. Zu den zwanzig <b>›Best of 2012‹-IT-Produkten</b> gehört dabei <b>›Apache Solr für TYPO3‹</b>. Apache Solr für TYPO3 ist eine von der <b>dkd Internet Service GmbH</b> in Frankfurt am Main entwickelte Erweiterung des quelloffenen (Open Source) Content-Management-Systems TYPO3. Die Initiative Mittelstand würdigt mit ihrer Entscheidung den innovativen Charakter des Produkts, das in der Kategorie <b>›Open Source‹</b> angetreten war.<br /><br />Die Technik hinter ›Apache Solr für TYPO3‹ ist eine auf der Lucene-Java-Bibliothek basierende <b>Such-Engine</b>, die intelligent genug ist, das Gesuchte auch dann zu finden, wenn die Suche selbst einmal weniger intelligent formuliert ist. Sie schlägt alternative Suchbegriffe vor (»Meinten Sie vielleicht …?«). Sie autovervollständigt <b>Suchbegriffe</b> schon bei der Eingabe. Und sie gewichtet die Treffer nach Relevanz. So lassen sich selbst tausende von Seiten ungewöhnlich schnell durchsuchen.<br /><br /><b>›Apache Solr für TYPO3‹</b> erfuhr vor kurzem ein großes Update und ist nunmehr in der Version 2 verfügbar. Im Zuge der Weiterentwicklung wurde u.a. die Frontend-Indexierung der TYPO3-Erweiterung durch die leistungsfähigere <b>Index-Queue</b> ersetzt. Während die Frontend-Indexierung alle Seiten immer wieder komplett neu indizieren musste, kann sich die Index-Queue nach einmal abgeschlossener Initialisierung ganz auf die Änderungen konzentrieren. Und nur auf diese!<br /><br />Apache Solr ist ein Trademark der Apache Software Foundation und wird unter der Apache 2.0 Lizenz veröffentlicht. <b>TYPO3</b> ist eine Marke der TYPO3 Association und wird unter der GPL veröffenlicht. EXT:solr ist ein Produkt der dkd Internet Service GmbH mit Unterstützung von weiteren Unternehmen und Beteiligungen durch Mitglieder der TYPO3-Open-Source-Community.</p>]]></content:encoded>
			<category>Features</category>
			
			<author>matthias.doerzbacher@dkd.de</author>
			<pubDate>Thu, 19 Apr 2012 12:31:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>OpenSearch support</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/opensearch_support/back/300/</link>
			<description>During the coding night at T3DD12 my colleague Jens approached me with the idea to add OpenSearch...</description>
			<content:encoded><![CDATA[<p>OpenSearch lets a client (browser) discover the search function of a website. As a user you then can permanently add the site's search to the browser's built in search box. You then can start searching the site from the browser's native search without having to go to the site itself first. The browser will provide you with suggestions from the site's search and you can then select one of them and get taken to the site's search page showing the respective results.</p>
<p>After having a quick look at the <a href="http://www.opensearch.org/Specifications/OpenSearch" target="_blank" class="external-link-new-window" >specification</a> it seemed an easy enough task for the night. At the end of the night we actually got most of the needed things implemented in a way so that it is very easy to set up in just two steps.</p><ul><li>First add the new OpenSearch TypoScript template</li><li>Then adjust the name and the description of your site's search</li></ul><p>The TypoScript template configure's your page object and add a new page type providing the OpenSearch description file for the browsers. After these two simple steps your browser will detect the site's search and you can start using it from the browser's search field.</p>
<p>We hope you enjoy this little new feature when it will ship in the next version.</p>]]></content:encoded>
			<category>Features</category>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Wed, 18 Apr 2012 11:01:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>Apache Solr for TYPO3 v2.1 released</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/apache_solr_for_typo3_v21_released/back/300/</link>
			<description>We're happy to announce the release of EXT:solr version 2.1.0 and 2.6.0-EAP.
This is mainly a...</description>
			<content:encoded><![CDATA[<p>We're happy to announce the release of EXT:solr version 2.1.0 and 2.6.0-EAP.</p>
<p>This is mainly a maintenance release with quite a few bug fixes and a hand full of small new features. An update is encouraged.</p>
<h2>New in this release</h2><ul><li>Failed items in Index Queue no longer stop the whole indexer</li><li>Improved logging of failures during page indexing&nbsp;</li><li>Removed the result count from the suggest drop down - caused too much confusion</li><li>Change of index document ID - Requires re-indexing of your content!</li><li>Status Report checks for allow_url_fopen = On and a PHP bug in filter_var()</li><li>Example Index Queue configuration for EXT:news</li><li>Support for content fallback</li><li>Support for FILE: path in LLL viewhelper</li><li>(EAP) File Detector for files linked in Templavoila FCE&nbsp;</li></ul><h2>Notable bug fixes</h2><ul><li>Fixed handling of multivalue fields in template output</li><li>Fixed issues with Mount Pages indexing an Index Queue initialization</li><li>Fixed handling of filters configured through TypoScript</li><li>(EAP) Garbage collection of files in indexes other than the default language</li><li>Fixed some issues with Workspaces&nbsp;</li></ul><h2>Updating</h2>
<p>Simply update the extension, no need to update anything with the Solr server. You must re-index all your content though due to a change in the index document ID format: Go to the search module, empty index, and initialize the Index Queue. This will cause the Index Queue worker task to re-index your site.</p>
<h2>Contributors</h2>
<p>(patches, comments, bug reports, ... no particular order)</p><ul><li>Jigal van Hemert</li><li>Dmitry Dulepov</li><li>Jochem de Groot</li><li>Pierrick Caillon</li><li>Michael Voehringer</li><li>Stefan Galinski</li><li>Georg Ringer</li><li>Markus Friedrich</li><li>Dorit Rottner</li><li>Hendrik Nadler</li><li>Michael Knoll</li><li>Thorsten Kahler</li><li>Lars Tode</li><li>Ivan Kartolo</li><li>Constantin Lebrecht</li></ul><p>Thanks to everyone who helped with this release!</p>
<p>&nbsp;</p>]]></content:encoded>
			<category>Releases</category>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Wed, 28 Mar 2012 17:01:00 +0200</pubDate>
			
		</item>
		
		<item>
			<title>Site Hashes and API Keys</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/site_hashes_and_api_keys/back/300/</link>
			<description>In previous posts we talked about how you can index external websites' content into a Solr index...</description>
			<content:encoded><![CDATA[<p>In previous posts we talked about how you can index external websites' content into a Solr index using Apache Nutch and then search it from a TYPO3 website using EXT:solr.</p>
<p>The issue was that in our TYPO3 specific Solr schema.xml we have a field called the siteHash. The site hash helps to filter results so that you can index multiple sites into one index while still only getting results of the site you are on.</p>
<p>To allow the documents indexed using Nutch to be found they also need to have a site hash. Of course does not know about the site hash and its implementation; to overcome this we now provide a small REST style API to request a site hash to be used when indexing external resources.</p>
<p>A GET request to <br /><a href="http://www.typo3-solr.com/index.php?eID=tx_solr_api&amp;amp;apiKey=cdf676f0f0ff749d7fd0545ce4dff7bbeaa5e0741" target="_blank" >www.typo3-solr.com/index.php</a> &amp;api=siteHash&amp;domain=www.dkd.de<br /> would then for example provide the site hash needed to index a page from www.dkd.de.</p>
<p>To prevent abuse we also added a protection for the API by having to provide the correct API key. By that you are now able to index external resources into a Solr index that is searched by TYPO3.</p>
<p>This and lots more will be part of the soon to be released version 2.0 of Apache Solr for TYPO3.</p>]]></content:encoded>
			<category>Features</category>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Wed, 15 Feb 2012 13:40:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>Indexing in v2.0 - Index Queue</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/indexing_in_v20_index_queue/back/300/</link>
			<description>During the T3DD11 we offered a full day tutorial to get you started with Apache Solr for TYPO3. As...</description>
			<content:encoded><![CDATA[<p>The introduction of the Index Queue means that there won't be &quot;frontend indexing&quot; as we used to know it from EXT:indexed_search and EXT:crawler. The issue with frontend indexing is that you can't differentiate between pages, products, news, or any other custom record.&nbsp;</p>
<p>With the Index Queue &nbsp;we provide a way to define an easy mapping of database record fields to Solr index fields. TYPO3 is awesome in how flexible it is in regards to page rendering; in this case this kind of turned out to be a disadvantage at first since you can't (read: want to) &quot;re-implement&quot; all the logic. So to index pages we will still rely on frontend indexing, but it's still way better than the classic way. Even better, the Index Queue will find any access restrictions and translations and take care of indexing those variants automatically, too.</p>
<p>The Index Queue comes with a Record Monitor to track any changes and can then re-index just those changed records or pages. In the same way the Garbage Collector will clean up after your editors when they delete records.</p>
<p>So the&nbsp;Index Queue is an easy and fast way to get your site's pages and extension records indexed. However, raw database data often is not what you want in your index right away, usually you want to do some cleaning or transformation before handing the data to Solr. Because of that the Index Queue also supports mapping TYPO3 content objects (cObj) - or more specifically their output - into index fields. To make it even easier to index custom extension records we came up with custom content objects provided by the Apache Solr for TYPO3 extension.</p>
<p>Currently there are three content objects:</p><ul><li>SOLR_CONTENT - cleans database fields like rich text editor fields from HTML code and formatting</li><li>SOLR_MULTIVALUE - allows to index data into - you guessed it - Solr multivalue fields, acting like the PHP explode() functions</li><li>SOLR_RELATION - resolving relations between records, indexing data into multivalue or singlevalue fields. Useful for news and news categories f.e.</li></ul><p>We hope you are looking forward to EXT:solr v2.0 as we do!</p>]]></content:encoded>
			<category>Content Indexing</category>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Mon, 13 Feb 2012 15:42:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>No results from Apache Solr? Check your Tomcat settings!</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/no_results_from_apache_solr_check_your_tomcat_settings/back/300/</link>
			<description>In one of our current customer projects we experienced random errors for queries to our Apache Solr...</description>
			<content:encoded><![CDATA[<p>In one of our current customer projects we experienced random errors for queries to our Apache Solr Index. We sent a large amounts of facet queries and our results page kind of took very long to be built or stayed blank. We looked into the devlog, but we could not see any problems with the solr query sent by the plugin to the solr server.<br /><br />We started to investigate the case by looking at the logfiles of the different servers in between. As we use NGINX to proxy and secure the Apache Solr Server we looked at the logfiles there first and if our proxy buffer settings were ok. All was well at that level. We continued in looking at the logfiles of Apache Solr and we found that the queries did not arrive to the query handler.&nbsp;<br /><br />What could be the source of that strange behaviour. Where did our queries remain? What is the cause for some queries to dissapear?<br /><br />We extracted the query from the Devlog of the extension and pasted it into a texteditor. Wow the query was huge! So we had an idea on what could be the cause.<br /><br />We googled for terms like: tomcat url size and found a setting in the server.xml that we could tweak.<br /><br />maxHttpHeaderSize<br /><br />A question on serverfault.com gave us final help.<br /><br /><a href="http://serverfault.com/questions/56691/whats-the-maximum-url-length-in-tomcat" target="_blank" class="external-link-new-window" >http://serverfault.com/questions/56691/whats-the-maximum-url-length-in-tomcat</a><br /><br />We changed the maxHttpHeaderSize to 65536 and after a restart of Tomcat our queries started to work!<br /><br />server.xml<br /><br />&lt;Connector port=&quot;8080&quot; protocol=&quot;HTTP/1.1&quot;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; maxHttpHeaderSize=&quot;65536&quot;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; connectionTimeout=&quot;20000&quot;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; redirectPort=&quot;8443&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; address=&quot;127.0.0.1&quot;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URIEncoding=&quot;UTF-8&quot; /&gt;<br /><br />We have changed to settings in Revision 88095 of the EAP and we will ship this in the upcoming public release.<br /><br />Happy searching with TYPO3 and Apache Solr,<br /><br />Olivier Dobberkau</p>]]></content:encoded>
			<category>Configuration</category>
			
			<author>olivier.dobberkau@dkd.de</author>
			<pubDate>Mon, 13 Feb 2012 13:54:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>Templating in EXT:solr</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/templating_in_extsolr/back/300/</link>
			<description>For those still trying to bend their head around the templating engine in EXT:solr we have good...</description>
			<content:encoded><![CDATA[<p>For those still trying to bend their head around the templating engine in EXT:solr we have good news for you. We eventually managed to put together a page on the wiki explaining how templating works. Please have a look and let us now if there's anything we missed to explain.</p>
<p><a href="http://forge.typo3.org/projects/extension-solr/wiki/Templating" target="_blank" >EXT:solr Templating explained</a></p>]]></content:encoded>
			<category>Configuration</category>
			
			<author>ingo.renner@dkd.de</author>
			<pubDate>Wed, 18 Jan 2012 11:53:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>Using Apache Nutch with Solr for TYPO3</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/using_apache_nutch_with_solr_for_typo3/back/300/</link>
			<description>In the last blog post we've shown you how to set up and configure Apache Nutch for indexing...</description>
			<content:encoded><![CDATA[<p>In the last <a href="http://www.typo3-solr.com/en/blog/details/news/index_external_websites_with_apache_nutch/" target="_blank" class="external-link-new-window" >blog post</a>&nbsp;we've shown you how to set up and configure <a href="http://nutch.apache.org/" target="_blank" class="external-link-new-window" >Apache Nutch</a> for indexing external websites. Since this post describes how to use Nutch stand-alone many of you have asked how to integrate it in an existing installation of Solr for TYPO3.</p>
<p>The issue that appeared was that you cannot use the Solr schema provided by our TYPO3 extension because it requires several non-default fields to be set.</p>
<p>The most important field is sitehash. It usually contains a MD5 hash of the site's domain, the encryption key and the extension name. The implementation of the site hash is located in tx_solr_Site (classes/class.tx_solr_site.php):</p>
<pre>/** <pre>* Generates the site's unique Site Hash.<br />*<br />* The Site Hash is build from the site's main domain, the system encryption<br />* key, and the extension &quot;tx_solr&quot;. These components are concatenated and<br />* md5-hashed.<br />*<br />* @return	string	Site Hash.<br />*/<br />public function getSiteHash() {<br />	$siteHash = md5(<br />		$this-&gt;getDomain() .<br />		$GLOBALS['TYPO3_CONF_VARS']['SYS']['encryptionKey'] .<br />		'tx_solr'<br />	); 	return $siteHash;<br />}</pre></pre>
<p>Because Nutch does not provide such a logic out of the box, we need to add it via a custom Nutch plugin.</p>
<p>The remaining fields can be set using Nutch's Solr mappings that are located in conf/solrindex-mapping.xml.</p>
<p>Get in touch with us if you're interested in indexing external websites with your Solr installation.</p>]]></content:encoded>
			
			
			<pubDate>Wed, 16 Nov 2011 17:32:00 +0100</pubDate>
			
		</item>
		
		<item>
			<title>Index external websites with Apache Nutch</title>
			<link>http://www.typo3-solr.com/en/blog/details/news/index_external_websites_with_apache_nutch/back/300/</link>
			<description>Life is not always easy for search engines nowadays. They have to provide a ton of features, scale...</description>
			<content:encoded><![CDATA[<h4>Life is not always easy for search engines nowadays. They have to provide a ton of features, scale up and down or simply offer good search results.</h4>
<p><a href="http://lucene.apache.org/solr/" target="_blank" class="external-link-new-window" >Apache Solr</a> is a state-of-the-art Enterprise search technology. It has proven many times that it does its job pretty well. But what if you are in need for a feature that is not supported by Solr?<br /> Besides indexing our own TYPO3 website we also want to index external websites. Unfortunately, Apache Solr does not support this itself.<br /> Anyway, Apache Solr integrates smoothly in the whole Apache ecosystem.</p>
<p><a href="http://nutch.apache.org/" target="_blank" class="external-link-new-window" >Apache Nutch</a> is a highly scalable web crawler that has a Solr integration. In this article I will show you how to set up, configure and use Nutch with Solr.</p>
<p>We will use Nutch 1.3 which supports Apache Solr 3.X.</p>
<h3>Installation</h3>
<p>Let's get our hands dirty. We change to the directory <i>/opt</i></p>
<pre>cd /opt</pre>
<p>and download Apache Nutch 1.3:</p>
<pre>wget <a href="http://apache.mirror.clusters.cc//nutch/apache-nutch-1.3-bin.tar.gz" target="_blank" >apache.mirror.clusters.cc//nutch/apache-nutch-1.3-bin.tar.gz</a></pre>
<p>When the download is finished we unpack the archive:</p>
<pre>tar xvfz apache-nutch-1.3-bin.tar.gz</pre>
<h3>Configuration</h3>
<p>We move on to the directory <i>nutch-1.3/runtime/local</i></p>
<pre>cd nutch-1.3/runtime/local</pre>
<p>and change the permissions of the command <i>nutch</i>:</p>
<pre>chmod +x bin/nutch</pre>
<p>Please ensure that you have set the variable <i>JAVA_HOME</i>. Nutch needs to know where your Java installation is located:</p>
<pre>export JAVA_HOME=/usr/lib/jvm/java-6-openjdk</pre>
<p>In the next step we configure the crawler. We open the file <i>conf/nutch-site.xml</i> and save the following configuration:&nbsp;</p>
<pre>&lt;?xml version=&quot;1.0&quot;?&gt;<br />&lt;?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;configuration.xsl&quot;?&gt;<br />&lt;configuration&gt;<br />  &lt;property&gt;<br />    &lt;name&gt;http.agent.name&lt;/name&gt;<br />    &lt;value&gt;Solr Nutch spider&lt;/value&gt;<br />  &lt;/property&gt;<br />&lt;/configuration&gt;</pre>
<p> We create the folder <i>urls</i>. Nutch reads each file inside <i>urls</i> in order to retrieve websites to visit.<br />Therefore we create the file <i>urls/seeds</i> having the following content:</p>
<pre><a href="http://www.dkd.de/" target="_blank" >www.dkd.de</a></pre>
<p>Nutch provides an own Solr schema located in <i>conf/schema.xml</i>. We copy the schema to our Solr installation after making a small fix.<br />We need to change the line</p>
<pre>&lt;field name=&quot;content&quot; type=&quot;text&quot; stored=&quot;false&quot; indexed=&quot;true&quot;/&gt;</pre>
<p>to</p>
<pre>&lt;field name=&quot;content&quot; type=&quot;text&quot; stored=&quot;true&quot; indexed=&quot;true&quot;/&gt;</pre>
<p>By setting the option <i>stored</i> to <i>true</i> we enable saving the crawled website's content in the Solr index.</p>
<h3>Usage</h3>
<p>After finishing the configuration we are ready to enjoy the power of Nutch.</p>
<p>For crawling the configured website we are using the command <i>crawl</i>. We call it with our running Solr server and the depth of links to follow:</p>
<pre>bin/nutch crawl urls -solr <a href="http://127.0.0.1:8983/solr/" target="_blank" >127.0.0.1/solr/</a> -depth 2</pre>
<p>The command supports the following options:</p><ul><li>The option <em>solr</em> defines the used Solr server.</li><li><em>depths</em> defines the depth of links to follow.</li><li>You can set a maximum of websites to crawl by using the option <em>topN</em>.</li></ul><p>You can view the indexed websites using the Solr admin interface. If you do not want to search external websites via your TYPO3 website we can provide alternative solutions like <a href="http://tempojs.com/examples/solr" target="_blank" class="external-link-new-window" >Tempo</a>.</p>
<h3> Conclusion</h3>
<p>Apache Nutch provides an easy to use solution for crawling and indexing external websites. It integrates Apache Solr perfectly.</p>
<p>This use case proves the great flexiblity of the Apache eco system once again. If you want to search external websites using your Solr installation or are interested in an alternative solution for displaying search results get in contact with us!</p>
<h3>Resources</h3><ul><li><strong>Apache Solr</strong>:&nbsp;<a href="http://lucene.apache.org/solr/" target="_blank" >http://lucene.apache.org/solr/</a></li><li><strong>Apache Nutch</strong>:&nbsp;<a href="http://nutch.apache.org/" target="_blank" >http://nutch.apache.org/</a></li><li><strong>Tempo with Solr</strong>:&nbsp;<a href="http://tempojs.com/examples/solr/" target="_blank" >http://tempojs.com/examples/solr</a></li></ul>]]></content:encoded>
			
			
			<pubDate>Fri, 23 Sep 2011 12:34:00 +0200</pubDate>
			
		</item>
		
	</channel>
</rss>
