<?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; Technology</title>
	<atom:link href="http://blog.exalead.com/category/technology/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>Will all information be video in the future?</title>
		<link>http://blog.exalead.com/2009/11/05/will-all-information-be-video-in-the-future/</link>
		<comments>http://blog.exalead.com/2009/11/05/will-all-information-be-video-in-the-future/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 14:16:15 +0000</pubDate>
		<dc:creator>Gregory</dc:creator>
				<category><![CDATA[Exalabs]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=1083</guid>
		<description><![CDATA[It is hard to detect trends in what is happening all around you, but the following major institution clearly shows a world moving from text and fixed images to video.
Press photography is about to undergo fundamental changes in its business model. Up until now, it has been “buy photo content, store content, wait for client, [...]]]></description>
			<content:encoded><![CDATA[<p>It is hard to detect trends in what is happening all around you, but the following major institution clearly shows a world moving from text and fixed images to video.</p>
<p>Press photography is about to undergo fundamental changes in its business model. Up until now, it has been “buy photo content, store content, wait for client, sell photo”. They have seen the signs, or possibly heard Clay Shirky’s <a href="http://www.shirky.com/weblog/2009/03/newspapers-and-thinking-the-unthinkable/">message about the death of old business models in the newspaper industry</a></p>
<blockquote><p>&#8230;there is one possible answer to the question “If the old model is broken, what will work in its place?” The answer is: Nothing will work, but everything might. Now is the time for experiments, lots and lots of experiments&#8230;</p></blockquote>
<p>Press photography is soon to experiment with a new business model: moving from content owner to content producer and distributor, moving from photos to videos.</p>
<p>They plan (I learned this last night from a friend in the photography world) to no longer wait for customers to come buy their photos, but rather to harvest the <a href="http://www.ted.com/talks/lang/eng/clay_shirky_how_cellphones_twitter_facebook_can_make_history.html"> vast amount of locally produced, real time news images</a> and to use their photojournalistic experience to filter and edit and package to produce their own content: story, video, editing. They plan to sell or give away a packaged widget to (online) news outlets. Activating the widget will send control back to the press photography site, which then streams its story and manages it own advertising revenue from the stream.</p>
<p>What does this shift portend for information retrieval?</p>
<p>Information retrieval began as text based storage, gradually <a href="http://www.exalead.com/software/common/pdfs/products/cloudview/Exalead-Connectors-and-Formats.pdf">incorporating other formats, including structured textual information from databases</a>.</p>
<p>Then search engines began to index photos and videos. Google added its Image tab to its home page around <a href="http://web.archive.org/web/20011009024651/http://images.google.com/">October 9, 2001</a>, and its Video tab around <a href="http://">August 14, 2006</a>. We added our Exalead Video search tab about <a href="http://web.archive.org/web/20070703175954/http://www.exalead.com/search/">a year later</a>.</p>
<p>These first video search systems used the same methods as with image search, using the text found around the raw data sources, and the text in file names, and in links pointing to the multimedia file, to serve as index terms.</p>
<p>But as more and more information may only be presented in video form, it will be necessary to <a href="http://www.vecsysresearch.fr/technos.html">index the content of videos</a>, too. We do this in our experimental  <a href="http://voxaleadnews.labs.exalead.com/">video search system, VoxaleadNews</a>.</p>
<p>But what I didn&#8217;t realize until last night is that systems like Voxalead might not just be some cute add-on to a search engine, but that this might actually be what future search engines are: that information might only come in video, and that things like text and even still images, will become some quaint, outdated media, like engravings are now.</p>
<p><img class="aligncenter size-medium wp-image-1123" src="http://blog.exalead.com/wp-content/uploads/2009/11/Grko_engraving_1885-300x233.jpg" alt="Grko_engraving_1885" width="300" height="233" /></p>
<p><span id="more-1083"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/11/05/will-all-information-be-video-in-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social CRM and Constellations</title>
		<link>http://blog.exalead.com/2009/10/14/social-crm-and-constellations/</link>
		<comments>http://blog.exalead.com/2009/10/14/social-crm-and-constellations/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 16:49:52 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Kudos]]></category>
		<category><![CDATA[New products & features]]></category>
		<category><![CDATA[Powered by Exalead]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[constellations]]></category>
		<category><![CDATA[social CRM]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=981</guid>
		<description><![CDATA[It’s been an interesting week further exploring the topic of Social Networking and Customer Service.  Having a background in database, BI and now search technologies, I have been through my fair share of hype cycles, so am working on getting a better sense of the current state of the application and technology space.  [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been an interesting week further exploring the topic of Social Networking and Customer Service.  Having a background in database, BI and now search technologies, I have been through my fair share of hype cycles, so am working on getting a better sense of the current state of the application and technology space.  It is little surprise that Gartner places Social CRM: Customer Service at the peak of the hype cycle for Social Software (2009)  with 2 to 5 years lead time to mainstream adoption and the related Social CRM: Community Marketing as on the rise with 5 to 10 years to mainstream adoption.</p>
<p>There is certainly no shortage of debate on the definition, scope and relative viability of social CRM (SCRM).  Check out <a title="Social CRM" href="http://www.customerthink.com/blog/social_crm_strategy_technology_or_passing_fad" target="_blank">Social CRM: Strategy, Technology or Passing Fad? by Bob Thompson</a>, for a recent opinion and some cross references to others’ thoughts.  It’s clear that interest and momentum is high but plenty of room remains for clarification.  I, for one, would like to see more in the way of reference use cases across CRM and adjacent functions to better understand processes, data usage and interdependencies.  I just can’t imagine adoption hitting stride until companies can see how functional pieces and related data need fit together.  All you have to do is take a look at Gartner’s rather crowded Social Software hype cycle to get a sense of potential process and data overlaps and the accompanying urge to tap the breaks a bit.  Paul Greenberg, a regular contributor to ZDNet, promises more discussion on related business models and strategies..</p>
<p>We see that companies are beginning to get a sense of the social conversations that involve their products and services.  A subset of those companies is having direct conversations with customers through social media channels.  For example, one of my good friends does PR for a video game company and is crushed by the need to address misinformation and negative sentiment and to bring some control to the conversation about his clients. We look forward to going beyond the hype &#8211; seeing more examples of how companies are really building the processes and technologies around social CRM.</p>
<p>At Exalead, we&#8217;re working on Social CRM related technologies. <a title="Social Graph" href="http://constellations.labs.exalead.com" target="_blank">Constellations</a> is an Exalead Labs experiment that looks at connections between people and between web sites. It presents a graph of related Web sites or people.  The experiment is built upon our <a title="social search" href="http://www.exalead.com/search/" target="_blank">Web index</a>. The approach to relating people and things is flexible and can be based upon a configurable set of factors.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/10/14/social-crm-and-constellations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Databases vs. Search Engines: The Space Locality Bottleneck</title>
		<link>http://blog.exalead.com/2009/10/05/database-vs-search-engines-the-space-locality-bottleneck/</link>
		<comments>http://blog.exalead.com/2009/10/05/database-vs-search-engines-the-space-locality-bottleneck/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 14:39:04 +0000</pubDate>
		<dc:creator>Stéphane Donze</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[search-based applications]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=919</guid>
		<description><![CDATA[So far, the only solution proposed by database vendors to provide acceptable performance on a large volume of information is to improve the performance of the underlying hardware. In-memory databases like Oracle TimesTen or DB2 SolidDB require huge amounts of physical memory. Datawarehouse appliances like TeraData or Netezza rely on specialised hardware coprocessors. And most [...]]]></description>
			<content:encoded><![CDATA[<p>So far, the only solution proposed by database vendors to provide acceptable performance on a large volume of information is to improve the performance of the underlying hardware. In-memory databases like Oracle TimesTen or DB2 SolidDB require huge amounts of physical memory. Datawarehouse appliances like TeraData or Netezza rely on specialised hardware coprocessors. And most recently, as <a href="http://arnoldit.com/wordpress/2009/09/27/oracle-spells-out-flaw-in-its-core-data-management-system/">Steve Arnolds points out in his blog</a>, Oracle itself admits that the acquisition of Sun will allow them to build more powerful &#8220;systems&#8221; by combining Sun&#8217;s high-end hardware with Oracle&#8217;s database platform.</p>
<p>At Exalead, we believe that Search-Based Applications, or SBAs, are another (I could say more &#8220;sustainable&#8221;) solution to this problem. The key to efficiently handling large amounts of data is to make sure that data access has a strong &#8220;<a href="http://en.wikipedia.org/wiki/Locality_of_reference">Spatial Locality</a>&#8220;. Quoting Wikipedia, achieving spatial locality means that <em>&#8220;if a particular memory location is referenced at a particular time, then it is likely that nearby memory locations will be referenced in the near future.&#8221;</em> The main problem with relational databases is that they have very poor spatial locality, because the objects they store are spread across a large number of different tables. High-end CRM or ERP solutions typically store their data on as many as 65,000 different tables, each table being stored at a different disk location. Imagine how many different disk locations the system needs to touch just to display information about a customer or a product on a call center agent&#8217;s screen, or to produce a complex BI report. Poor spatial locality leads to huge requirements for disk access, which is the main performance bottleneck for databases today.</p>
<p>SBAs are built on a very different data model, centered around the notion of a &#8220;business item&#8221;. A &#8220;business item&#8221; is a self-contained object corresponding to a &#8220;real-life&#8221; entity that is manipulated by the application and understood by the end-users. For example, in a CRM application, business items would be the Contacts, Opportunities and Leads that are viewed by the business users. Unlike applications built using a relational data model, a business item-centric storage strategy allows for great data spatial locality, since the pieces of information required to answer complex, multi-criteria search queries are all part of a single business item type, and hence stored close to each other on a disk. The performance gap between this local approach and the spread-out relational data model grows exponentially wider as the amount of information applications need to store increases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/10/05/database-vs-search-engines-the-space-locality-bottleneck/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Jeremie @ Ignite, Velocity 09</title>
		<link>http://blog.exalead.com/2009/08/06/jeremie-ignite-velocity-09/</link>
		<comments>http://blog.exalead.com/2009/08/06/jeremie-ignite-velocity-09/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 09:19:31 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Interviews & Commentaries]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ignite]]></category>
		<category><![CDATA[key value stores]]></category>
		<category><![CDATA[o'reilly]]></category>
		<category><![CDATA[velocity]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/?p=803</guid>
		<description><![CDATA[The O&#8217;Reilly Team’s Velocity &#8216;09 conference was held June 22-24 in San Jose, California.
Several ‘Web celebrities’ spoke about Cloud Computing, a theme picked up by some lesser-known gurus as well.
That is the case of Jeremie, an R&#38;D Engineer at Exalead, who was chosen as a speaker for an Ignite session.
What is an Ignite session? It’s [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The O&#8217;Reilly Team’s <a href="http://en.oreilly.com/velocity2009" target="_blank">Velocity &#8216;09</a> conference was held June 22-24 in San Jose, California.</p>
<p style="text-align: justify;">Several ‘Web celebrities’ spoke about <a href="http://en.wikipedia.org/wiki/Cloud_computing" target="_blank">Cloud Computing</a>, a theme picked up by some lesser-known gurus as well.</p>
<p style="text-align: justify;">That is the case of Jeremie, an R&amp;D Engineer at Exalead, who was chosen as a speaker for an <a href="http://ignite.oreilly.com/" target="_blank">Ignite</a> session.</p>
<p style="text-align: justify;">What is an Ignite session? It’s a session in which each speaker has 5 minutes to talk about a technical Web-related issue, with 20 slides that rotate automatically every 15 seconds -  before an audience composed of fellow &#8220;geeks,&#8221; of course.</p>
<p style="text-align: justify;">Jeremie thus spoke for 5 minutes on a trendy topic in data storage solutions: &#8220;key value stores&#8221;. This data storage system appears to be more efficient than traditional relational database management systems, but it is also more simplistic. According to Jeremie&#8217;s point of view, one should be vigilant regarding the immaturity of some of these solutions. Moreover, they make data cross-referencing more complicated, and they cannot be used for every type of application. These simple tools have been created for very specific needs (e.g., there are key value stores in Exalead&#8217;s low index layers).</p>
<p style="text-align: justify;">Here is Jeremie&#8217;s session at Ignite Velocity 09:</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/YZD8-EzozKQ&amp;hl=fr&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/YZD8-EzozKQ&amp;hl=fr&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2009/08/06/jeremie-ignite-velocity-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Few Steps Forward (for us), A Few Steps Back (for them)</title>
		<link>http://blog.exalead.com/2008/10/21/a-few-steps-forward-for-us-a-few-steps-back-for-them/</link>
		<comments>http://blog.exalead.com/2008/10/21/a-few-steps-forward-for-us-a-few-steps-back-for-them/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:26:21 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/10/21/a-few-steps-forward-for-us-a-few-steps-back-for-them/</guid>
		<description><![CDATA[We are pleased to report that Exalead was named to Gartner&#8217;s 2008 Magic Quadrant for Information Access Technology, receiving high marks for &#8220;completeness of vision.&#8221;  In fact, Exalead is one of only two Visionary companies in this year&#8217;s quadrant, as changes to the inclusion criteria eliminated several previous members.  
An interesting point is [...]]]></description>
			<content:encoded><![CDATA[<p><o:p></o:p>We are pleased to report that Exalead was named to <a href="http://mediaproducts.gartner.com/reprints/microsoft/vol6/article4/article4.html" title="Gartner" target="_blank">Gartner&#8217;s 2008 Magic Quadrant for Information Access Technology</a>, receiving high marks for &#8220;completeness of vision.&#8221;<span>  </span>In fact, Exalead is one of only two Visionary companies in this year&#8217;s quadrant, as changes to the inclusion criteria eliminated several previous members.<span>  </span></p>
<p class="MsoPlainText"><o:p></o:p>An interesting point is that several of our key competitors in the space took a few steps backwards between now and 2007.<span>  </span>Endeca, Google and Autonomy all took hits on the &#8220;ability to execute&#8221; scale, Microsoft FAST lost some ground on vision.<span>  </span>We don&#8217;t want to speculate about why exactly this is, but it does seem to indicate that the demands of the space is shifting as it grows (Gartner estimated that globally the total 2007 software revenue in the enterprise search market neared $860.3 million and is expected to grow to $1.5 billion by 2012), and that perhaps it is time for a new breed of search vendor to take the lead.<span>  </span></p>
<p class="MsoPlainText"><o:p></o:p>According to the report, &#8220;Visionaries demonstrate imaginative and insightful approaches to the information access technology market&#8230; and possess architectural flexibility and creative means of establishing relevancy.&#8221;<span>  </span>Of course, we don&#8217;t wear blinders ; we know Gartner thinks that we need to establish more traction and financial resources to make the jump to the Leaders quadrant, but with 170 customers worldwide and 100 million unique viewers a month we feel we are in a position to do this.<span>  </span></p>
<p class="MsoPlainText"><o:p> </o:p>Additionally, we just found out we received a high ranking on this year&#8217;s <a href="http://www.softwaremag.com/" title="softwaremag" target="_blank">Software 500 list </a> (with a 310.8% growth rate); in fact, from 2007, our rank jumped by more than 70 points.<span>  </span>We were also named one of the Top 10 companies in the $10-30 Million revenue range as well as one of the &#8220;Top 10 Leaders in Software Revenue Growth Overall.<span>  </span></p>
<p class="MsoPlainText"><o:p></o:p><a href="http://www.exalead.com/software/news/press-releases/2008/09-24.php" target="_blank">With these numbers and our recent expansion into the U.S</a>., the Leaders quadrant could be just around the corner&#8230;.</p>
<p class="MsoPlainText"><img src="http://blog.exalead.com/wp-content/uploads/2008/10/gartner.gif" alt="gartner.gif" height="122" width="479" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/10/21/a-few-steps-forward-for-us-a-few-steps-back-for-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;When Is the Idiocy Going to Stop?&#8221;  Right now, we hope&#8230;</title>
		<link>http://blog.exalead.com/2008/10/02/when-is-the-idiocy-going-to-stop-right-now-we-hope/</link>
		<comments>http://blog.exalead.com/2008/10/02/when-is-the-idiocy-going-to-stop-right-now-we-hope/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 07:54:01 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/10/02/when-is-the-idiocy-going-to-stop-right-now-we-hope/</guid>
		<description><![CDATA[The concept of &#8220;cloud computing&#8221; has been getting a bad rap lately, with Richard Stallman and Larry Ellison weighing in heavily on the &#8220;anti&#8221; side.
It is true that &#8220;cloud computing&#8221; is nebulous in nature.
We at Exalead have our own view of the cloud, perhaps better termed the &#8220;enterprise content cloud.&#8221;  It is a cold, [...]]]></description>
			<content:encoded><![CDATA[<p><o:p></o:p>The concept of &#8220;<strong>cloud computing</strong>&#8221; has been getting a bad rap lately, with Richard Stallman and Larry Ellison weighing in heavily on the &#8220;anti&#8221; side.</p>
<p class="MsoPlainText"><o:p></o:p>It is true that &#8220;<strong>cloud computing</strong>&#8221; is nebulous in nature.</p>
<p class="MsoPlainText"><o:p></o:p>We at Exalead have our own view of the cloud, perhaps better termed the &#8220;<strong>enterprise content cloud</strong>.&#8221;<span>  </span>It is a cold, hard truth that enterprises are generating more and more information and that this information is becoming disassociated from the businesses users who need to access it.<span>  </span>Data exists&#8230;well&#8230;everywhere&#8211; on a slew of devices, behind the firewall and outside of the firewall&#8211; and it has become a challenge to not only access this data but to even find it to make effective business decisions.<span>  </span>Given all of these different silos of information, it is no wonder that there is a rapidly expanding chasm between the business decision makers and the information they need.<span>  </span>In fact, <strong>only 10% of executives</strong> report that information to make a decision is usually there as needed.<span>  </span>The data is as far away and, sadly, as inaccessible as the clouds in the sky.</p>
<p class="MsoPlainText"><o:p></o:p>Taking a step back, this fracture between information and business decision makers within the enterprise can be extended to mirror the growing disassociation between the enterprise and meeting its computing needs.<span>  </span>Stallman&#8217;s arguments against cloud computing are rooted in his open source zealotry, so there isn&#8217;t a whole lot to say to that in response.<span>  </span>Ellison may feel that cloud computing is antithetical to what he has accomplished at Oracle and maybe feels as if he missed out on an opportunity to capitalize on a growing movement.<span>   </span>Regardless, both pundits should pay attention to what Galen Gruman pointed out several months ago&#8211; sure, cloud computing is nebulous, but it is most clearly realized as a way to meet business needs without a lot of investment in new infrastructure, new employees, or new software.</p>
<p class="MsoPlainText"><o:p></o:p>On-demand computing represents a multi-billion dollar market that touches a variety of verticals and has an all-star line-up of players.<span>  </span>If you look at the software companies that have had the most IPO success over the past few years, it has been on-demand companies&#8211; SalesForce.com, Taleo, RightNow, Omniture, and HireRight, to name a few.<span>  </span>When you are faced with a juggernaut, you have to adapt to its presence, which often requires tagging it as a way of identifying what you are dealing with&#8211; and so, cloud computing was born.</p>
<p class="MsoPlainText"><o:p></o:p>Bad rap or not &#8211; cloud computing is very much a movement that is forcing new opportunities and challenges onto enterprise users.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/10/02/when-is-the-idiocy-going-to-stop-right-now-we-hope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s In a Name?</title>
		<link>http://blog.exalead.com/2008/09/11/what%e2%80%99s-in-a-name/</link>
		<comments>http://blog.exalead.com/2008/09/11/what%e2%80%99s-in-a-name/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 08:22:06 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/09/11/what%e2%80%99s-in-a-name/</guid>
		<description><![CDATA[Ok. Two facts of life in the enterprise search space:
1) 82% of the market is frustrated with their existing search solution.
2) Catchphrases abound in this space. Attivio’s got “active intelligence.” Autonomy’s got “meaning based computing.” Every search vendor is clamoring for a slice of the enterprise search pie and working to differentiate themselves with words.
But [...]]]></description>
			<content:encoded><![CDATA[<p><o:p></o:p>Ok. Two facts of life in the enterprise search space:</p>
<p class="MsoPlainText"><o:p></o:p>1) <a href="http://www.aiim.org/ResourceCenter/Research/MarketIQ/Article.aspx?ID=34835" title="AIIM" target="_blank">82% of the market is frustrated with their existing search solution</a>.</p>
<p class="MsoPlainText"><o:p></o:p>2) Catchphrases abound in this space. Attivio’s got “active intelligence.” Autonomy’s got “meaning based computing.” Every search vendor is clamoring for a slice of the enterprise search pie and working to differentiate themselves with words.</p>
<p class="MsoPlainText"><o:p></o:p>But put these two facts together, and it creates an interesting question: is there enough support behind the catchphrases to satisfy customers?<br />
<o:p></o:p></p>
<p class="MsoPlainText">We learn what is most important in terms of product features and functionality from our customers:</p>
<p class="MsoPlainText"><o:p></o:p>- the need to easily navigate around their internal and external data for business decisions<br />
<o:p></o:p>- the need to scale to accommodate large volumes of unstructured and structured data<br />
<o:p></o:p>- the need to customize the way data is archived and tapped into to allow for maximized search efficiency</p>
<p class="MsoPlainText"><o:p></o:p>Especially as the cloud becomes more and more integral to data search, to stay relevant and up-to-speed, search vendors will need to develop search platforms that can scale for these new paradigms of information access. Kenneth Oestriech put it best &lt;<a href="http://cloudcomputing.sys-con.com/node/652486">http://cloudcomputing.sys-con.com/node/652486</a>&gt; when he posted on his blog about external cloud-like architectures making their way into the enterprise and revolutionizing the way that the internal IT infrastructure is handled.</p>
<p class="MsoPlainText"><o:p></o:p>Given the level of dissatisfaction that seems to plague the market, and given that leading organizations want search tools that offer greater scalability and performance to reflect both the changes in how data is stored and the sheer amount of data that exists within most enterprises, it seems that all enterprise search vendors should think carefully about the legs on which their catchphrases stand. Does the product that holds up the image reflect changes in the market and the needs of customers?</p>
<p class="MsoPlainText"><o:p></o:p>Just a little food for thought…</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/09/11/what%e2%80%99s-in-a-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exalead is rewarded!</title>
		<link>http://blog.exalead.com/2008/09/09/exalead-is-rewarded/</link>
		<comments>http://blog.exalead.com/2008/09/09/exalead-is-rewarded/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:24:04 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/09/09/exalead-is-rewarded/</guid>
		<description><![CDATA[Each year, KMWorld, the famous American magazine specialized in Knowledge Management, is charged with the mission of selecting products and software on the cutting edge.  Every year, Exalead’s performance captures the attention of KMWorld’s professionals with its unified search platform that is capable of easily and intelligently handling all types of research -on your [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif'" lang="EN-US"><o:p></o:p></span><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif'" lang="EN-US">Each year, KMWorld, the famous American magazine specialized in Knowledge Management, is charged with the mission of selecting products and software on the cutting edge.<span>  </span>Every year, Exalead’s performance captures the attention of KMWorld’s professionals with its unified search platform that is capable of easily and intelligently handling all types of research -on your PC, the Web and enterprise servers- in any data format.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif'" lang="EN-US"><strong>“For the third consecutive year, Exalead’s solution has impressed us with its rapid and efficient search and by its precise refinement of results.<span>  </span>Their innovative search approach is a real added value for their clients and makes our experts take notice, watching them year after year,”</strong> comments Hugh McKellar, editor-in-chief of KMWorld.<o:p><br />
</o:p></span></p>
<p class="MsoNormal"> <img src="http://blog.exalead.com/wp-content/uploads/2008/09/trend-setting-2008-final.gif" alt="trend-setting-2008-final.gif" /></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif'" lang="EN-US"> Our motivation is at a maximum during the fall, which is full of new product announcements and events.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 10pt; font-family: 'Tahoma','sans-serif'" lang="EN-US"><o:p></o:p>To see the complete list of “KMWorld’s Trend-Setting Products of the year,” <a href="http://www.kmworld.com/Articles/Editorial/Feature/KMWorld-Trend-Setting-Products-of-2008-50459.aspx" title="KMWorld" target="_blank"><u><span style="color: #993366">Click here.</span></u></a><o:p></o:p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/09/09/exalead-is-rewarded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Search Part 1</title>
		<link>http://blog.exalead.com/2008/04/11/semantic-search-part-1/</link>
		<comments>http://blog.exalead.com/2008/04/11/semantic-search-part-1/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 14:29:47 +0000</pubDate>
		<dc:creator>Carole</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.exalead.com/2008/04/11/semantic-search-part-1/</guid>
		<description><![CDATA[Semantic search is a hot topic in the Search Engine industry. It is often seen as the next big thing on the Web, and some even foresee as constituting Web 3.0.
Beyond all the hype and the predictions, it is interesting to take a step back and ask exactly what semantic search is and what it [...]]]></description>
			<content:encoded><![CDATA[<p>Semantic search is a hot topic in the Search Engine industry. It is often seen as the next big thing on the Web, and some even foresee as constituting Web 3.0.</p>
<p>Beyond all the hype and the predictions, it is interesting to take a step back and ask exactly what semantic search is and what it means for the enterprise. Are we already using semantic technologies today? What does it change for me as a search engine user?</p>
<p>This post introduces a series of articles on semantic search and its applications in Exalead’s technology. Before we venture further, let&#8217;s begin with a very basic explanation what semantic search is.</p>
<p>“Semantic search” is information search in which a search engine better understands (or at least behaves as though it better understands) what you are <em>really</em> looking for when you type a search query.</p>
<p>It is made possible by “natural language processing” technologies, which seek to teach computers to understand and use language the way we human beings do, that is to say to be able to read, write, analyze or speak human languages like English or Spanish.</p>
<p>Semantic search, therefore, goes beyond mere keywords to leverage context and collective knowledge for a clearer understanding of your request (just as we do when communicating with each other). This is true whether the semantic search engine seeks to understand natural language sentences like &#8220;I&#8217;m looking for a good book on gardening,&#8221; or simply to better understand the range of possibilities and connections embedded in a keyword request like &#8220;sales presentation.&#8221;</p>
<p>Semantic search on the <em>Web</em>, when presented in a format that&#8217;s neither overwhelming nor overly restrictive, certainly provides a more enjoyable, more fruitful search process for the general public.</p>
<p>For <em>businesses</em>, semantic search offers a significant <em>ROI</em> by enabling faster, more accurate information retrieval, and by fostering creative discovery and collaboration (with connections between people and data being an integral part of semantics-based navigational systems for business).</p>
<p>All applications critically relying on that accuracy, like compliance and e-discovery or Business Intelligence and Information Lifecycle Management, are leveraged by the ability of the search engine to deliver the right information, even when the user has difficulty formulating what he or she is looking for.</p>
<p>In short, semantic search is a way to add value to your data and capitalize on your company&#8217;s knowledge and information.</p>
<p>The next post will extend these thoughts and present the additional features and functionalities brought by semantic technologies in a search engine, how it enriches your experience as a user and eventually benefits the company as a whole, enhancing opportunities and competitive advantages.</p>
<p>Reference: Exalead one:search Semantics White Paper</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.exalead.com/2008/04/11/semantic-search-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
