<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exalead Blog &#187; Products</title>
	<atom:link href="http://blog.exalead.com/category/products/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.exalead.com</link>
	<description>The blog of Exalead</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:33:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Transforming a demo into a full-scale production-ready application</title>
		<link>http://blog.exalead.com/2009/11/10/transforming-a-demo-into-a-full-scale-production-ready-application/</link>
		<comments>http://blog.exalead.com/2009/11/10/transforming-a-demo-into-a-full-scale-production-ready-application/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 09:18:17 +0000</pubDate>
		<dc:creator>Sébastien</dc:creator>
				<category><![CDATA[Exalabs]]></category>
		<category><![CDATA[New products & features]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[chromatik]]></category>
		<category><![CDATA[color search]]></category>
		<category><![CDATA[image search]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[production]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=1053</guid>
		<description><![CDATA[Jean Marc brought you  a very delightful post about Chromatik last week with a lot of beautiful images. I will now describe in more detail how it was built. As with the DVD you perhaps watched last night, I am afraid there will be fewer big special effects in this blog post than in [...]]]></description>
			<content:encoded><![CDATA[<p>Jean Marc brought you  <a href="../2009/10/27/chromatik-adds-color-to-exalead%E2%80%99s-image-search/" target="_blank">a very delightful post about Chromatik</a> last week with a lot of beautiful images. I will now describe in more detail how it was built. As with the DVD you perhaps watched last night, I am afraid there will be fewer big special effects in this blog post than in Jean Marc’s post, but I hope to give you an insightful view of what happened behind the scenes.</p>
<p><a href="http://chromatik.labs.exalead.com/" target="_blank">Chromatik</a> was an elaborate demo, the result of a long effort on both the back-end and the front-end. It indexes one million images. For each image, a unique color signature was built and indexed. Our current intuitive user interface, exploits this index to help you filter and select images by choosing a combination of colors, luminosity or text.</p>
<p>A large number of people tried and liked the Chromatik demo so much that we received several requests to integrate it into the official Exalead search site. And because the demo ran relatively bug free and smoothly, our friends thought it was a piece of cake. Of course, it was a bit more work than we initially expected. So where are the challenges?</p>
<p><strong>1)  The front-end side</strong></p>
<p>A lot of questions needed to be answered:</p>
<ul>
<li>How will I adapt the GUI of my      application to integrate the new features?</li>
<li>Are all these new features      necessary?</li>
<li>What is the feedback we’ve      received on the different features?</li>
<li>What is the added value of      these features?</li>
</ul>
<p>The answers to these questions will impact the total amount of space on the GUI we will take for surfacing them.</p>
<p><strong>2) The back-end side</strong></p>
<p>Let’s begin with a little theory:</p>
<p><strong>Theorem of the factor 10 effect:</strong><br />
<em>No matter how good a developer you are, if  non-trivial code has been designed and tested with only N elements, it won’t work without modifications when applied to 10 * N elements.<br />
</em><br />
<strong>Demonstration: </strong>Rather simple: if you don’t believe it, try it yourself…</p>
<p>In this case we wanted a factor 1000, so we knew it would need some adjustments. When you know this theorem, the advantage is that you can anticipate potential problems. And the experience we have accumulated from similar situations at Exalead help us predict most of the bottlenecks.</p>
<p><strong>Example 1:</strong> Chromatik needed 300MB RAM, which is quite good for 1M images. But, if you multiply this number by 2000, you have 600GB RAM, which is quite large, even if  the final index is distributed over multiple machines.<br />
We therefore decided to reduce the richness of the colors, while maintaining usability, migrate from version 4.6 to version 5.0 of Exalead CloudView, and use a more compressed encoding. In the end, it now only costs 9GB.</p>
<p><strong>Example 2:</strong> When you want to analyze two billion images, you need to have a robust code, which means that’s able to handle all sort of images even those which do not have a valid RFC. It’s not that easy, when even the most used library in the world for basic image manipulation can crash on some images <a href="http://bugs.libgd.org/?do=details&amp;task_id=86" target="_blank">as we reported</a>.<br />
The result was that this run spotted some bugs in our code we hadn’t seen before and therefore had to fix.</p>
<p><strong>Example 3:</strong> The demo was initially a single machine application. We needed to use the distributed system framework included in the CloudView technology to be able to run the whole process of extracting, crawling, and indexing in only a few weeks. This framework really helped us transform the single machine demo to a fully load-balanced and monitored application. This use case is a little different than our standard www.exalead.com chain, so we discovered and tweaked a few cumbersome points in the code.</p>
<p>The purpose of this integration was to offer a new service to the users of the exalead.com search engine and improve the robustness of the Chromatik technology. We now better understand the impact of different tweaks on color indexing.</p>
<p>Transforming a demo into a real product is not as easy as it seems. I hope this post helps you understand why a lot of companies only show you demos but never real live applications.</p>
<p>At Exalead, we don’t sell demos to our customers; we sell tested and robust solutions. We make sure we work hard to test and uncover all the issues so our customers’ implementations go smoothly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/11/10/transforming-a-demo-into-a-full-scale-production-ready-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exalead Desktop: Already Compatible with Windows 7</title>
		<link>http://blog.exalead.com/2009/10/12/exalead-desktop-already-compatible-with-windows-7/</link>
		<comments>http://blog.exalead.com/2009/10/12/exalead-desktop-already-compatible-with-windows-7/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 08:38:34 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=961</guid>
		<description><![CDATA[Windows 7, the newest version of Microsoft Windows, is scheduled to hit the shelves October 22. Worried about how your favorite desktop search application will function if you upgrade? No need to panic! Exalead Desktop is already functional with Windows 7!

]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://www.microsoft.com/windows/windows-7/" target="_blank"><strong>Windows 7</strong></a>, the newest version of Microsoft Windows, is scheduled to hit the shelves October 22. Worried about how your favorite desktop search application will function if you upgrade? No need to panic! <strong>Exalead Desktop is already functional with Windows 7!</strong></p>
<p style="text-align: center;"><img class="size-full wp-image-967  aligncenter" title="Windows 7" src="http://blog.exalead.com/wp-content/uploads/2009/10/logowindows7.png" alt="Windows 7" width="144" height="173" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/10/12/exalead-desktop-already-compatible-with-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Well, the Cat&#8217;s Out of the Bag</title>
		<link>http://blog.exalead.com/2008/09/26/well-the-cats-out-of-the-bag/</link>
		<comments>http://blog.exalead.com/2008/09/26/well-the-cats-out-of-the-bag/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 07:34:31 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/09/26/well-the-cats-out-of-the-bag/</guid>
		<description><![CDATA[And by cat, I mean our North American expansion and our new product line CloudView .
In June, we appointed Paul Doscher (former CEO of open source BI leader Jaspersoft) our North American CEO.  
Tuesday 23 at the Enterprise Search Summit West, Exalead announced the CloudView family of products.  Available in Q4 of 2008, [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US"><strong>And by cat, I mean our North American expansion and our new product line <a href="http://www.exalead.com/software/products/cloudview/" title="CloudView" target="_blank">CloudView</a></strong><em><a href="http://www.exalead.com/software/products/cloudview/" title="CloudView" target="_blank"> </a>.</em></span><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US"><o:p></o:p><br />
In June, we <a href="http://www.exalead.com/software/news/press-releases/2008/06-04.php" title="Paul Doscher" target="_blank">appointed</a> Paul Doscher (former CEO of open source BI leader Jaspersoft) our North American CEO.  <o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">Tuesday 23 at the <a href="http://enterprisesearchsummit.com/west2008/" title="ESSW" target="_blank"><span style="color: #0014e7">Enterprise Search Summit West</span></a>, Exalead <a href="http://www.exalead.com/software/news/press-releases/2008/09-24.php" title="New product" target="_blank">announced </a>the CloudView family of products.  Available in Q4 of 2008, this family includes Cloudview OEM, Cloudview Search and Cloudview desktop.</span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><strong><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">Drowning in data&#8230;</span></strong><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">Data exists locally on a variety of devices, behind the firewall with databases and legacy systems and outside the firewall with SaaS applications and on the Web.  That&#8217;s a whole <a href="http://www.infostor.com/article_display/file-virtualization-combats-unstructured-data-growth/314522/s-articles/s-infostor/s-volume-11/s-issue-12/s-news-analysis-trends/s-1.html" title="lot of data" target="_blank"><span style="color: #0000ee">lot of data</span></a> from a whole lot of different sources.  Peering into this enterprise content cloud is hard work for companies that need to be able to bring together a veritable mountain of unstructured and structured data and make it actionable for faster business decisions.  </span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">Bottom line: this content cloud has<strong> </strong>created the demand across all industries for information access platforms with better connectivity, better interoperability and better scalability.   Being able to expand their view into various data sources (and into structured and unstructured data) in a way that brings meaningful context and understanding (i.e. not data in a vacuum) equates to an enormous competitive advantages for any enterprise.   </span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">Of course, this requires a platform that can do several things: handle a huge amount of data, scale as the company and data pool grows and changes, and allow flexibility in customizing the solution for specific industries.  The <a href="http://www.cmswatch.com/About/Press/200802ESR/" title="f" target="_blank"><span style="color: #0000ee">old guard search tools</span></a> simply aren&#8217;t cutting it anymore in this evolving space.   </span><span lang="EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 9pt; font-family: 'Helvetica','sans-serif'" lang="EN-US">170 <a href="http://www.exalead.com/software/customers/" title="Customers" target="_blank"><span style="color: #0000ee">customers</span></a> worldwide and 100 million unique viewers a month means that we here at Exalead have<strong> </strong>a clear view of the emerging issues that face enterprise customers.  Or perhaps put differently, we have a Cloud-y View of what companies need to stay afloat through the next wave of information access challenges.</span><span lang="EN-US"><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/09/26/well-the-cats-out-of-the-bag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The new version of exalead one:desktop now available</title>
		<link>http://blog.exalead.com/2008/07/04/the-new-version-of-exalead-onedesktop-now-available/</link>
		<comments>http://blog.exalead.com/2008/07/04/the-new-version-of-exalead-onedesktop-now-available/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 08:56:17 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/07/04/the-new-version-of-exalead-onedesktop-now-available/</guid>
		<description><![CDATA[“Where did I save this file?” If that question sounds familiar to you -or any less polite version of it- exalead one:desktop is the tool you need.
Designed for those who need unified and simplified access to all data saved on their PCs  -documents, messages, attached files, contacts, appointments, images, audio and video files…- exalead [...]]]></description>
			<content:encoded><![CDATA[<p>“Where did I save this file?” If that question sounds familiar to you -or any less polite version of it- <strong>exalead one:desktop</strong> is the tool you need.</p>
<p>Designed for those who need unified and simplified access to all data saved on their PCs  -documents, messages, attached files, contacts, appointments, images, audio and video files…- exalead one:desktop is now available in its new version 4.6</p>
<p>exalead one:desktop belongs to the exalead one:search range of products.  The professional edition of exalead one:desktop enables the ability to search simultaneously on your PC, your enterprise servers and the Internet.</p>
<p><center><img src="http://blog.exalead.com/wp-content/uploads/2008/07/desktop_en_resultats.jpg" alt="Results" /></center><br />
In addition to the existing functionalities of Exalead’s desktop product which include easy navigation, search in real-time, unlimited scalability, indexing an unlimited number of documents in 120 file formats (300 in the professional edition) and email sources (including Microsoft Outlook, Lotus Notes and Thunderbird, etc), the new tool offers the following features:<br />
- One click tabbing between desktop, web, image, video and Wikipedia™ search – allows for easy and intuitive navigation around the browser-based interface<br />
- Easy personalization of tools in the navigation pane and optional tag cloud display for related terms enabling the user to further refine their results according to their needs<em>For the professional edition:</em><br />
- Complete integration with exalead one:enterprise – for a consistent search experience on the PC, web and corporate intranet<br />
- User interface white label functionality &#8211; enables companies to completely brand the user interface and personalize results through XML API <center><img src="http://blog.exalead.com/wp-content/uploads/2008/07/desktop_en_preview.jpg" alt="Preview" /></center><br />
exalead one:desktop is also available in a <strong>free downloadable version</strong>. To get it, <a href="http://www.exalead.com/download/exaleadDesktop" target="_blank">click here</a>.To read the <strong>Press Release</strong>, click <a href="http://corporate.exalead.com/enterprise/l=en?p=presse_communiques_detail_87" target="_blank">here</a>.To get more information on exalead one:desktop product, click <a href="http://corporate.exalead.com/enterprise/l=en?p=produits_exalead-desktop_index">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/07/04/the-new-version-of-exalead-onedesktop-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exalead one:enterprise: A secure search solution</title>
		<link>http://blog.exalead.com/2008/02/20/exalead-oneenterprise-a-secure-search-solution/</link>
		<comments>http://blog.exalead.com/2008/02/20/exalead-oneenterprise-a-secure-search-solution/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 14:08:06 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/02/20/exalead-oneenterprise-a-secure-search-solution/</guid>
		<description><![CDATA[A good search platform provides easy, quick, universal access to business information while ensuring users can only see and access content for which they have the necessary read authorization. Ensuring confidentiality in the context of enterprise search means that the search solution doesn’t seek to replace or even alter the existing security policies.
In addition, an [...]]]></description>
			<content:encoded><![CDATA[<p>A good search platform provides easy, quick, universal access to business information while ensuring users can only see and access content for which they have the necessary read authorization. Ensuring confidentiality in the context of enterprise search means that the search solution doesn’t seek to replace or even alter the existing security policies.</p>
<p>In addition, an enterprise search solution should accommodate an organization&#8217;s tolerance for latency in permissions changes. During the process of generating results, a secure search engine needs to match the authenticated user’s access rights with the retrieved documents’ access rights (defined in Access Control Lists, or ACLs).</p>
<p>To determine a user’s read rights for a particular resource when executing a search query, there are two basic options, each with a different impact on latency:</p>
<ul>
<li>Real-Time ACL Checking (sometimes referred to as “unmapped security” or “post-query filtering”): the search platform checks the ACL at query time for each individual search result returned by a query.</li>
</ul>
<ul>
<li>ACL Indexing (also known as “mapped security” or “ACL mapping”): at indexing time, information regarding the users and their rights is appended as metadata to the index entry for a document. Consequently, at query time, the search platform simply checks the metadata attached to each index entry rather than checking with the source application’s ACL.</li>
</ul>
<p>Because Real-Time ACL Checking is hard to manage and puts a heavy load on the server and incumbent systems, Exalead recommends ACL Indexing as a standard approach. It is the fastest, most scalable option. It also offers a very high level of granularity.</p>
<p>However, there is latency in permissions changes with ACL Indexing, which may be unacceptable in certain contexts. Therefore, exalead one:enterprise can optionally combine the two ACL checking methods to optimize performance while ensuring a responsive approach to changes in security access rights.</p>
<p>To learn more about how security works in the context of enterprise search, and about Exalead&#8217;s approach to security, you can request a copy of our  white paper “Secure Search Solution” by emailing us at <a href="mailto:contact@exalead.com" title="mailto:contact@exalead.com">contact@exalead.com.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/02/20/exalead-oneenterprise-a-secure-search-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>exalead one:enterprise 4.6 now available!</title>
		<link>http://blog.exalead.com/2007/12/05/exalead-oneenterprise-46-now-available/</link>
		<comments>http://blog.exalead.com/2007/12/05/exalead-oneenterprise-46-now-available/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:31:32 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2007/12/05/exalead-oneenterprise-46-now-available/</guid>
		<description><![CDATA[The release of exalead one:enterprise 4.6 offers several new enhancements that are designed to help organizations easily configure and customize business applications, including hybrid vertical search applications. In addition, exalead one:enterprise 4.6 offers new connectors for enterprise databases and a unique developer toolkit designed to easily structure unstructured data.
Also included in exalead one:enterprise 4.6 is [...]]]></description>
			<content:encoded><![CDATA[<p>The release of exalead one:enterprise 4.6 offers several new enhancements that are designed to help organizations easily configure and customize business applications, including hybrid vertical search applications. In addition, exalead one:enterprise 4.6 offers new connectors for enterprise databases and a unique developer toolkit designed to easily structure unstructured data.</p>
<p>Also included in exalead one:enterprise 4.6 is a unique HTML extraction toolkit, which is designed to take advantage of the structural indicators that are already built-in to HTML pages. Exalead has added a variety of new features that will appeal to IT Managers and Original Equipment Manufacturer (OEM) partners, including several new application programming interfaces (APIs). As a result, exalead one:enterprise can serve as a flexible platform for white box solutions.</p>
<p>Included is a new enterprise connector for Microsoft Office SharePoint Server 2007, allowing Microsoft users to enjoy extremely high scalability &#8211; several billions of documents &#8211; the ability to index multimedia files, enriched query processing and Exalead&#8217;s Search by Serendipity experience.</p>
<p><a target="_blank" href="http://corporate.exalead.com/enterprise/l=en?p=/enterprise/l=en?p=presse_communiques_detail_64" title="PR 4.6">Read the Press Release</a><br />
<a target="_blank" href="http://corporate.exalead.com/enterprise/l=en?p=produits_exalead-enterprise_highlights" title="Details">More details</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2007/12/05/exalead-oneenterprise-46-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
