<?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>The Findability blog &#187; Search Watch</title>
	<atom:link href="http://blog.findwise.com/category/search-watch/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.findwise.com</link>
	<description>The enterprise search and findability blog</description>
	<lastBuildDate>Wed, 09 May 2012 17:59:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Data and Search Going Big?</title>
		<link>http://blog.findwise.com/data-and-search-going-big/</link>
		<comments>http://blog.findwise.com/data-and-search-going-big/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 10:40:13 +0000</pubDate>
		<dc:creator>Martin Johansson</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[scandev]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://blog.findwise.com/?p=3072</guid>
		<description><![CDATA[A few enterprise search specialists from Findwise recently attended the Scandinavian Developer Conference 2012. One of the tracks was Big Data, which is very much related to search. It had some interesting talks about how to handle large amounts of data in an efficient way. Special thanks to Theo Hultberg, Jim Webber and Tim Berglund! The theme was [...]]]></description>
			<content:encoded><![CDATA[<strong itemprop="description"></strong><br /><span itemprop="mainContentOfPage"><span itemprop="articleBody"><p><a href="http://findwise.com">A few enterprise search specialists from Findwise</a> recently attended the <a href="http://www.scandevconf.se/2012/conference/">Scandinavian Developer Conference 2012</a>. One of the tracks was Big Data, which is very much related to search. It had some interesting talks about how to handle large amounts of data in an efficient way. Special thanks to <a href="http://www.scandevconf.se/2012/conference/speakers/theo-hultberg/">Theo Hultberg</a>, <a href="http://www.scandevconf.se/2012/conference/speakers/jim-webber/">Jim Webber</a> and <a href="http://www.scandevconf.se/2012/conference/speakers/tim-berglund/">Tim Berglund</a>!</p>
<p>The theme was that you should choose a storage system which is well suited for the task. This may seem like an obvious point, but for a long time this was simply ignored; I&#8217;m talking about the era of relational databases. Don&#8217;t get me wrong, sometimes a relational database is the very best for the job, but in many cases it isn&#8217;t.</p>
<p>Data is jagged by nature, i.e. not all objects have the same properties. This is why we shouldn&#8217;t force them to fit into a square table, instead everything should be denormalized! The application accessing the data will be aware of the information structure and will handle it accordingly. This will also avoid expensive assembly operations (such as joins) to get the data in the format we want when retrieving it. Why should you split up your data if you are going to assemble it over and over again? Also remember that disk space is cheap, pre-compute as much as possible. The design of a Big Data system should be governed by how the data will be retrieved.</p>
<p>Another step away from the relational databases is the relaxation of some of the <a href="http://en.wikipedia.org/wiki/ACID">ACID properties: Atomicity, Consistency, Isolation and Durability</a>. Again, this is along the lines of choosing the components best suited for the system. Decide which properties are a must have and which are not so important.</p>
<p>Relaxing the ACID properties, such as consistency, can give great performance gains. The NoSQL database Cassandra is eventually consistent and its <a href="http://techblog.netflix.com/2011/11/benchmarking-cassandra-scalability-on.html">write performance scales linearly up to 288 nodes (and probably even higher) which gives a write performance of over 1 million writes per second!</a></p>
<p>However, relaxation of these properties is not a new concept in the world of search engines. When indexing a document, it will usually take a number of seconds before it is searchable. This is called eventual consistency, i.e. the state of the search engine will be brought from one valid state to another, within a sufficiently long period of time. Do we really need documents that were just submitted to the search engine to be<br />
searchable instantly? Most likely, no. Isolation is another property that is not crucial to a search engine. Since a document in an index doesn&#8217;t have any explicit relations to any other documents in the same index, there isn&#8217;t a great need for isolation. If two writes for the same document are submitted at the same time, there is probably something wrong in another part of the system.</p>
<p>So what does all this mean for search? There is an interesting challenge in storing jagged data in large amounts and then making good use out of it. To search in vast amounts jagged data, you need a lot of querytime field mappings (to make relevant data searchable) &#8230; or do you? There is also the issue of retaining a good relevancy model, which is absolutely vital to a search engine. How do you measure the relevance of arbitrary metadata and then weigh it all together? Maybe we need to think in new ways about relevance all together?</p>
<p>Whomever can solve these problems in a good way with a minimum amount of manual labor, is a name we&#8217;ll be hearing from a lot in the future.</p>
</span></span><meta itemprop="inLanguage" content="en"><div class="schema_property_wrap">
<span class="schema_property">
    <span class="schema_property_name"><b>Description:</b> </span>
    <span class="schema_property_value" itemprop="description" content="">Big Data, which is very much related to search</span>
</span>&nbsp;&bull;&nbsp;

<span class="schema_property">
    <span class="schema_property_name"><b>About:</b> </span>
    <span class="schema_property_value" itemprop="about" content="">Big data and Search</span>
</span>&nbsp;&bull;&nbsp;

<span class="schema_property">
    <span class="schema_property_name"><b>Author:</b> </span>
    <span class="schema_property_value" itemprop="author" content="">Martin Johansson</span>
</span>&nbsp;&bull;&nbsp;

<span class="schema_property">
    <span class="schema_property_name"><b>Keywords:</b> </span>
    <span class="schema_property_value" itemprop="keywords" content="">search, big data, enterprise search, conference</span>
</span>&nbsp;&bull;&nbsp;
</div><meta itemprop="url" content="http://blog.findwise.com/data-and-search-going-big/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/data-and-search-going-big/"><meta itemprop="datePublished" content="2012-04-25T11:40:13+00:00"><meta itemprop="dateModified" content="2012-04-25T11:47:14+00:00"><meta itemprop="dateCreated" content="2012-04-25T11:27:59+00:00"><meta itemprop="keywords" content="big data,conference,data,Enterprise Search,scandev,search"><meta itemprop="wordCount" content="601"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/data-and-search-going-big/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on The Enterprise Search and Findability Survey</title>
		<link>http://blog.findwise.com/update-on-the-the-enterprise-search-and-findability-survey/</link>
		<comments>http://blog.findwise.com/update-on-the-the-enterprise-search-and-findability-survey/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 11:51:47 +0000</pubDate>
		<dc:creator>Kristian Norling</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Digital Workplace]]></category>
		<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Findability]]></category>
		<category><![CDATA[Future development]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Survey]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[findability]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[survey]]></category>

		<guid isPermaLink="false">http://blog.findwise.com/?p=3033</guid>
		<description><![CDATA[A quick update on the status of the Enterprise Search survey. We now have well over a hundred respondents. The more respondents the better the data will be, so please help spreading the word. We&#8217;d love to have  several hundred more. The survey will now be open until the end of April. But most important [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>A quick update on the status of the Enterprise Search survey.</p>
<p>We now have well over a hundred respondents. The more respondents the better the data will be, so please help spreading the word. We&#8217;d love to have  several hundred more. The survey will now be open until the end of April.</p>
<p>But most important of all, if you haven&#8217;t already, have a cup of coffee and <a href="http://www.surveymonkey.com/s/fsblog">fill in the survey</a>.</p>
<h2>A Few Results from the Survey about Enterprise Search</h2>
<p>More than 60% say that the amount of searchable content in their organizations today are less or far less than needed. And in three years time 85% say that the amount of searchable content in the organisation will increase och increase significantly.</p>
<p><strong>75% say that it is critical to find the right information</strong> to support their organizations business goals and success. But the interesting to note is that over 70% of the respondents say that users don&#8217;t know <strong>where to find</strong> the right information or <strong>what to look for</strong> &#8211; and about 50% of the respondents say that it is not possible to search more than one source of information from a single search query.</p>
<p>In this context it is interesting that the primary goal for using search in organisations (where the answer is imperative or signifact) is to:</p>
<ul>
<li>Improve re-use of information and/or knowledge) &#8211; 59%</li>
<li>Accelerate brokering of people and/or expertise &#8211; 55%</li>
<li>Increase collaboration &#8211; 60%</li>
<li>Raise awareness of “What We Know” &#8211; 57%</li>
<li>and finally to eliminate siloed repositories &#8211; 59%</li>
</ul>
<p>In many organisations search is owned either by IT (60%) or Communication (27%), search has no specified budget (38%) and has less than 1 dedicated person working with search (48%).  More than 50% have a search strategy in place or are planning to have one in 2012/13.</p>
<p>These numbers I think are interesting, but definitely need to be segmented and analyzed further. That will of course be done in the report which is due to be ready in June.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/update-on-the-the-enterprise-search-and-findability-survey/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/update-on-the-the-enterprise-search-and-findability-survey/"><meta itemprop="datePublished" content="2012-04-12T12:51:47+00:00"><meta itemprop="dateModified" content="2012-04-12T17:45:04+00:00"><meta itemprop="dateCreated" content="2012-04-12T09:46:27+00:00"><meta itemprop="keywords" content="business,Enterprise Search,findability,search,survey"><meta itemprop="wordCount" content="316"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/update-on-the-the-enterprise-search-and-findability-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Stuffed up with GIS</title>
		<link>http://blog.findwise.com/search-stuffed-up-with-gis/</link>
		<comments>http://blog.findwise.com/search-stuffed-up-with-gis/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 10:01:53 +0000</pubDate>
		<dc:creator>Pawel Wroblewski</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Future development]]></category>
		<category><![CDATA[Information seeking behaviour]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Chinese restaurant]]></category>
		<category><![CDATA[directory services]]></category>
		<category><![CDATA[geo localization services]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[GIS technologies]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[online search applications]]></category>
		<category><![CDATA[query refinement tools]]></category>
		<category><![CDATA[real estate web sites]]></category>
		<category><![CDATA[search process]]></category>
		<category><![CDATA[search query]]></category>
		<category><![CDATA[search result]]></category>
		<category><![CDATA[Search result visualization]]></category>
		<category><![CDATA[search results]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2865</guid>
		<description><![CDATA[When I browsed through marketing brochures of GIS (Geographic Information System) vendors I noticed that the message is quite similar to search analytics. It refers in general to integration of various separate sources into analysis based on geo-visualizations. I have recently seen quite nice and powerful combination of search and GIS technologies and so I [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>When I browsed through marketing brochures of GIS (<a href="http://en.wikipedia.org/wiki/Geographic_information_system">Geographic Information System)</a> vendors I noticed that the message is quite similar to search analytics. It refers in general to integration of various separate sources into analysis based on geo-visualizations. I have recently seen quite nice and powerful combination of search and GIS technologies and so I would like to describe it a little bit. Let us start from the basic things.</p>
<h2><strong>Search result visualization</strong></h2>
<p>It is quite obvious to use a map instead of simple list of results to visualize what was returned for an entered query. This technique is frequently used for plenty of online search applications especially in directory services like yellow pages or real estate web sites. The list of things that are required to do this is pretty short:</p>
<p>- geoloalization of items  &#8211; it means to assign accurate geo coordinates to location names, addresses, zip codes or whatever expected to be shown in the map; geo localization services are given more less for free by Google or Bing maps.</p>
<p>- backgroud map &#8211; this is necessity and also given by Google or Bing; there are also plenty of vendors for more specialized mapping applications</p>
<p>- returned results with geo-coordinates  as metadata &#8211; to put them in the map</p>
<p>Normally this kind of basic GIS visualisation delivers basic map operations like zooming, panning, different views and additionally some more data like traffic, parks, shops etc. Results are usually pins [Bing] or drops [Google].</p>
<h2><strong>Querying / filtering with the map</strong></h2>
<p>The step further of integration between search and GIS would be utilizing the map as a tool for definition of search query. One way is to create area of interest that could be drawn in the map as circle, rectangle or polygon. In simple way it could be just the current window view on the map as the area of query. In such an approach full text query is refined to include only results belonging to area defined.</p>
<p>Apart from map all other query refinement tools should be available as well, like date-time sliders or any kind of navigation and fielded queries.</p>
<p><a href="http://searchmatics.files.wordpress.com/2011/08/esri1.jpg"><img itemprop="image" src="http://searchmatics.files.wordpress.com/2011/08/esri1.jpg" alt="" width="468" height="464" /></a></p>
<h2><strong>Simple geo-spatial analysis</strong></h2>
<p>Sometimes it is important to sort query results by distance from a reference point in order to see all the nearest Chinese restaurant in the neighborhood.  I would also categorize as simple geo-spatial analysis grouping of search result into a GIS layers like e.g. density heatmap, hot spots using geographical and other information stored in results metadata etc.</p>
<h2><strong>Advanced geo-spatial analysis</strong></h2>
<p>More advance query definition and refinement would involve geo-spatial computations. Basing on real needs it could be possible for example to refine search results by an area of sight line from a picked reference point or select filtering areas like those inside specific borders of cities, districts, countries etc.</p>
<p>So the idea is to use relevant output from advanced GIS analysis as an input for query refinement. In this way all the power of GIS can be used to get to the unstructured data through a search process.</p>
<p><a href="http://searchmatics.files.wordpress.com/2011/08/esri2.jpg"><img itemprop="image" src="http://searchmatics.files.wordpress.com/2011/08/esri2.jpg" alt="" width="468" height="349" /></a></p>
<p>What kind of applications do you think could get advantage of search stuffed with really advanced GIS? Looking forward to your comments on this post.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/search-stuffed-up-with-gis/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/search-stuffed-up-with-gis/"><meta itemprop="datePublished" content="2012-02-03T11:01:53+00:00"><meta itemprop="dateModified" content="2012-03-16T09:27:40+00:00"><meta itemprop="dateCreated" content="2012-01-26T21:52:51+00:00"><meta itemprop="keywords" content="Chinese restaurant,directory services,geo localization services,GIS,GIS technologies,Google,online search applications,query refinement tools,real estate web sites,search process,search query,search result,Search result visualization,search results"><meta itemprop="wordCount" content="528"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/search-stuffed-up-with-gis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gartner and the magic quadrants – crowning the leaders of Enterprise Search</title>
		<link>http://blog.findwise.com/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/</link>
		<comments>http://blog.findwise.com/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 21:42:40 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Vendors]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2444</guid>
		<description><![CDATA[For years Gartner, the research and advisory company, has been publishing their magic quadrants – and their verdict of everything from ECM-systems to Data Warehouse and E-commerce plays a big role in many company’s decision to choose the right tools. Simply put, the vendors are presented in a matrix measuring the different players by ability [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>For years <a title="Gartner" href="http://www.gartner.com/technology/home.jsp" target="_blank">Gartner</a>, the research and advisory company, has been publishing their <a title="Gartners' magic quadrants" href="http://www.gartner.com/it/products/mq/mq_ms.jsp" target="_blank">magic quadrants </a>– and their verdict of everything from ECM-systems to Data Warehouse and E-commerce plays a big role in many company’s decision to choose the right tools.<br />
Simply put, the vendors are presented in a matrix measuring the different players by ability to execute <em>(product, overall viability, customer experience etc.) </em>and the completeness of their vision <em>(offering strategy, innovation etc.)</em>. The vendors are then positioned as niche players (a rather crowded spot), visionaries, challengers and leaders.</p>
<p>At the end of last year Gartner decided to retire their old “Information Access Quadrant” and introduce “<a title="Enterprise Search MarketScope" href="http://www.gartner.com/technology/media-products/reprints/microsoft/vol14/article9/article9.html" target="_blank">Enterprise Search MarketScope</a>” due to a more mature market. A number of vendors (such as Vivisimo and Recommind) were removed, in order to exclude those whose businesses were not entirely search driven.</p>
<p>The evaluation criteria’s for MarketScope cover: offering (product) strategy, Innovation, Overall viability (business unit, financial, strategy, and organization), Customer experience, Market understanding and business model.<br />
To summarize: the criteria’s are to a large extent the same, but the two areas “<em>overall viability</em>” and <em>&#8220;customer experience</em>” are weighted higher than the rest. This is most likely a result of the last years discussion around user friendly interfaces, easier administration and the fact that some customers have suffered quite bad when vendors do not survive (one example in Northen Europe is the <a title="SurfRay " href="http://www.jboye.com/blogpost/surfray-goes-bankrupt-what-it-means-for-customers/" target="_blank">Danish vendor</a> that went bankrupted for some time)</p>
<p>The yearly fight between the three leaders; <a title="Microsoft search" href="http://sharepoint.microsoft.com" target="_self">Microsoft</a>, <a title="Endeca search" href="http://www.endeca.com/en/home.html" target="_blank">Endeca</a> and <a title="Autonomy" href="http://autonomy.com/">Autonomy</a> has been somewhat disrupted and Microsoft, Endeca and <a title="Google Enterprise Search" href="http://www.google.com/enterprise/" target="_blank">Google</a> are now seen as the leaders.<br />
Microsoft has got a very broad product line, which stretches from low-price and less functionality to Enterprise Search built on the former FAST technology. Endeca follow the same trend, as Gartner puts it their “products (are) intended to serve organizations seeking to develop general search installations..(..) broadly applicable for a variety of different search challenges”.<br />
In the old quadrant, Google remained a “challenger” for quite some time – but never made it to the “leaders” corner. Ease of administration and “user friendly” are two words that keeps being repeated. That, in combination with a profit of $ 7290000000 during the last quarter of 2010 makes Google a player that easily can continue to develop their Enterprise business.</p>
<div id="attachment_2446" class="wp-caption aligncenter" style="width: 490px"><a rel="attachment wp-att-2446" href="http://findabilityblog.se/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/marketscope/"><img itemprop="image" class="size-full wp-image-2446" title="Marketscope" src="http://media.findabilityblog.se//2011/01/Marketscope1.gif" alt="" width="480" height="288" /></a><p class="wp-caption-text">Gartner&#39;s MarketScope for Enterprise Search </p></div>
<p style="text-align: center;">&nbsp;</p>
<p>Autonomy should still not be disregarded, the main reason for it falling a bit behind the three others seem to be conquerable problems with support and pricing transparency. It will be interesting to see how Autonomy chooses to handle these issues during 2011.</p>
<p>To put it short: the new MarketScope is good reading with quite few surprises. If you wish to get a better understanding of the development going on at the different vendors, start with <a title="Gartner MarketScope for Enterprise Search" href="http://www.gartner.com/technology/media-products/reprints/microsoft/vol14/article9/article9.html" target="_blank">Gartner</a> and continue to search among <a title="Findability blog" href="http://findabilityblog.se/" target="_blank">our blog posts</a>.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/"><meta itemprop="datePublished" content="2011-01-25T22:42:40+00:00"><meta itemprop="dateModified" content="2011-06-30T12:28:39+00:00"><meta itemprop="dateCreated" content="2011-01-25T22:42:40+00:00"><meta itemprop="wordCount" content="468"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/gartner-and-the-magic-quadrants-%e2%80%93-crowning-the-leaders-of-enterprise-search/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Findability blog: Wrapping up 2010</title>
		<link>http://blog.findwise.com/findability-blog-wrapping-up-2010/</link>
		<comments>http://blog.findwise.com/findability-blog-wrapping-up-2010/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 22:15:36 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[Findability]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[Alexandra Larsson]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[customer solutions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Happy New Year]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Kristian Norling]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Year's Day]]></category>
		<category><![CDATA[Search and Business Intelligence]]></category>
		<category><![CDATA[Wrapping]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2432</guid>
		<description><![CDATA[Christmas is finally here and at Findwise we are taking a few days off to spend time with family and friends. During 2010 we’ve delivered more than 25 successful projects, arranged breakfast seminars to talk about customer solutions (based on Microsoft, IBM, Autonomy and Open source), meet-ups in a number of cities as well as [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>Christmas is finally here and at Findwise we are taking a few days off to spend time with family and friends.</p>
<p>During 2010 we’ve delivered more than 25 successful projects, arranged breakfast seminars to talk about customer solutions (based on Microsoft, IBM, Autonomy and Open source), meet-ups in a number of cities as well as networking meetings for profound Findability discussions and moving in parties for our new offices.</p>
<p>At our Findability blog we have been discussing technology and vendor solutions (<a title="Search in SharePoint 2010" href="http://findabilityblog.se/search-in-sharepoint-2010" target="_blank">Microsoft</a> and <a title="FAST and the Microsoft roadmap" href="http://findabilityblog.se/fast-goes-microsoft-for-real%E2%80%93-drops-linux-and-unix-versions" target="_blank">FAST</a>, <a title="Autonomy and compliance" href="http://findabilityblog.se/autonomy-extends-its-business-model-with-compliance" target="_blank">Autonomy</a>, <a title="IBM and OmniFind" href="http://findabilityblog.se/omnifind-enterprise-edition-9-1-%E2%80%93-new-capabilities-discussed-over-breakfast" target="_blank">IBM</a>, <a title="Processing pipeline for GSA" href="http://findabilityblog.se/processing-pipeline-for-the-google-search-appliance" target="_blank">Google</a> and <a title="Solr - the sunny side of search" href="http://findabilityblog.se/solr-%E2%80%93-the-sunny-side-of-search" target="_blank">open source</a>), <a title="Research by Katriina Byström" href="http://findabilityblog.se/better-search-engines-and-other-stuff-about-information-practices-in-workplaces" target="_blank">reasearch</a>,  <a title="Conferences in USA autumn 2010" href="http://findabilityblog.se/search-is-a-journey-not-a-destination" target="_blank">conferences</a>, <a title="Findability in customer service" href="http://findabilityblog.se/findability-in-customer-service" target="_blank">customized solutions</a> and how to find a balance between <a title="Bridging the gap between people and technology" href="http://findabilityblog.se/bridging-the-gap-between-people-and-technology" target="_blank">technology and people</a>.</p>
<p>Some of our posts have resulted in discussions, both on our own blog and in other forums. Please get involved in some of the previous ongoing discussions on “<a title="Solr processing pipeline" href="http://findabilityblog.se/solr-processing-pipeline#comments" target="_blank">Solr Processing Pipeline</a>”,  “<a title="Search and BI" href="http://findabilityblog.se/search-and-business-intelligence#comments" target="_blank">Search and Business Intelligence</a>” or “<a title="If a piece of content is never read, does it exist?" href="http://findabilityblog.se/if-a-piece-of-content-is-never-read-does-it-exist" target="_blank">If a piece of content is never read, does it exist</a>?”  if you have thoughts to share.</p>
<p>Findability blog is taking a break and we will be back with new posts is January.</p>
<p>If you have some spare time during the vacation some of customers run their own blogs, and good reading tips within Findability are the blogs driven by <a title="Blog driven by Kristian Norling" href="http://sys64738.se/" target="_blank">Kristian Norling</a> (VGR) and <a title="Blog driven by Alexandra Larsson" href="http://contentperspective.se/" target="_blank">Alexandra Larsson</a> (Swedish armed forces).</p>
<p>Merry Christmas and a Happy New Year to you all!</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/findability-blog-wrapping-up-2010/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/findability-blog-wrapping-up-2010/"><meta itemprop="datePublished" content="2010-12-23T23:15:36+00:00"><meta itemprop="dateModified" content="2010-12-23T23:15:36+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="Alexandra Larsson,business intelligence,Christmas,customer solutions,Google,Happy New Year,IBM,Kristian Norling,Microsoft,New Year's Day,Search and Business Intelligence,Wrapping"><meta itemprop="wordCount" content="218"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/findability-blog-wrapping-up-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google instant – can a search engine predict what we want?</title>
		<link>http://blog.findwise.com/google-instant-%e2%80%93-can-a-search-engine-predict-what-we-want/</link>
		<comments>http://blog.findwise.com/google-instant-%e2%80%93-can-a-search-engine-predict-what-we-want/#comments</comments>
		<pubDate>Sun, 26 Sep 2010 21:29:33 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet search]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[advertising perspective]]></category>
		<category><![CDATA[autonomous search]]></category>
		<category><![CDATA[Berlin]]></category>
		<category><![CDATA[CEO]]></category>
		<category><![CDATA[CNN]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Germany]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search experience]]></category>
		<category><![CDATA[search results]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[Steve Rubel]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2296</guid>
		<description><![CDATA[On September 8th Google released their new search experience: Google instant. If you haven’t seen it yet, there is an introduction on Youtube that is worth spending 1:41 minutes on. Simply put, Google instant is a new way of displaying results and helping users find information faster. As you type, results will be presented in [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>On September 8th <a title="Google instant" href="http://googleblog.blogspot.com/2010/09/search-now-faster-than-speed-of-type.html" target="_blank">Google released</a> their new search experience: Google instant.<br />
If you haven’t seen it yet, there is an introduction on Youtube that is worth spending 1:41 minutes on.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/ElubRNRIUg4?fs=1&amp;hl=sv_SE&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ElubRNRIUg4?fs=1&amp;hl=sv_SE&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<p>Simply put, Google instant is a new way of displaying results and helping users find information faster. As you type, results will be presented in the background. In most cases it is enough to write two or three characters and the results you expect are already right in front of you.</p>
<div id="attachment_2297" class="wp-caption aligncenter" style="width: 514px"><a href="http://media.findabilityblog.se/2010/09/google-instant11.jpg"><img itemprop="image" class="size-full wp-image-2297 " title="Google instant" src="http://media.findabilityblog.se/2010/09/google-instant11.jpg" alt="Google instant" width="504" height="338" /></a><p class="wp-caption-text">Google instant in action</p></div>
<p>The Swedish site <a title="Prisjakt" href="http://www.prisjakt.se" target="_blank">Prisjakt</a> has been using this for years, helping the users to get a better precision in their searches.<br />
At Google you have previously been guided by “query suggestion” i.e. you got suggestions of what others have searched for before – a function also used by other search engines such as Bing (called <a title="Bing - Type Ahead" href="http://www.pcmag.com/article2/0,2817,2368863,00.asp" target="_blank">Type Ahead</a>).<br />
Google instant is taking it one step further.</p>
<p>When looking at what <a title="Blog search" href="http://blogsearch.google.com/" target="_blank">the blog community</a> has to say about the new feature it seems to split the users in two groups; you either hate it or love it.</p>
<p>So, what are the consequences?<br />
From an <strong>end-user perspective</strong> we will most likely stop typing if something interesting appears that draws our attention. The result?<br />
The search results shown at the very top will generate more traffic , it will be more personalized over time  and we will most probably be better at phrasing our queries better.</p>
<p>From an <strong>advertising perspective</strong>, this will most likely affect the way people work with search engine optimization. Some experts, like Steve Rubel, <a title="Steve Rubel on Google instant" href="http://www.steverubel.com/google-instant-makes-seo-irrelevant" target="_blank">claims</a> Google instant will make SEO irrelevant, wheas others, like Matt Cutts think it will change people behavior in a positive way over time  and explains <a title="Matt Cutts on Google instant" href="http://www.mattcutts.com/blog/thoughts-on-google-instant/" target="_blank">why</a>.</p>
<p>What Google is doing is something that they constantly do: change the way we consume information. So what is the next step?</p>
<p><a title="CNN about Google instant" href="http://edition.cnn.com/2010/TECH/social.media/09/09/google.instant.cashmore/" target="_blank">CNN</a> summarizes what the Eric Schmidt, the CEO of Google says:<br />
<em> &#8220;The next step of search is doing this automatically. When I walk down the street, I want my smartphone to be doing searches constantly: &#8216;Did you know &#8230; ?&#8217; &#8216;Did you know &#8230; ?&#8217; &#8216;Did you know &#8230; ?&#8217; &#8216;Did you know &#8230; ?&#8217; &#8221; </em><a title="Eric Schmidt about Google instant" href="http://paidcontent.co.uk/article/419-googles-schmidt-autonomous-fast-search-is-our-new-definition/" target="_blank">Schmidt said</a> at the IFA consumer electronics event in Berlin, Germany, this week<em>.</em></p>
<p><em>&#8220;This notion of autonomous search &#8212; to tell me things I didn&#8217;t know but am probably interested in &#8212; is the next great stage, in my view, of search.&#8221;</em></p>
<p>Do you agree? Can we predict what the users want from search? Is this the sort of functionality that we want to use on the web and behind the firewall?</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/google-instant-%e2%80%93-can-a-search-engine-predict-what-we-want/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/google-instant-%e2%80%93-can-a-search-engine-predict-what-we-want/"><meta itemprop="datePublished" content="2010-09-26T22:29:33+00:00"><meta itemprop="dateModified" content="2010-09-26T22:29:33+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="advertising perspective,autonomous search,Berlin,CEO,CNN,electronics,firewall,Germany,Google,Matt Cutts,search engine,search engine optimization,search engines,search experience,search results,smartphone,Steve Rubel,Youtube"><meta itemprop="wordCount" content="425"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/google-instant-%e2%80%93-can-a-search-engine-predict-what-we-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structured and actionable results &#8211; there is more to results presentation than blue links</title>
		<link>http://blog.findwise.com/structured-and-actionable-results-there-is-more-to-results-presentation-than-blue-links/</link>
		<comments>http://blog.findwise.com/structured-and-actionable-results-there-is-more-to-results-presentation-than-blue-links/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:46:41 +0000</pubDate>
		<dc:creator>Lina Westerling</dc:creator>
				<category><![CDATA[Findability]]></category>
		<category><![CDATA[Interaction Design]]></category>
		<category><![CDATA[Internet search]]></category>
		<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[actionable search results]]></category>
		<category><![CDATA[and so on]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[co-worker]]></category>
		<category><![CDATA[enterprise search solutions]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Jeffery Callender]]></category>
		<category><![CDATA[Maria]]></category>
		<category><![CDATA[patterns describing search functionality]]></category>
		<category><![CDATA[Peter Morville]]></category>
		<category><![CDATA[pre-processing]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[search logs]]></category>
		<category><![CDATA[search patterns]]></category>
		<category><![CDATA[search result]]></category>
		<category><![CDATA[structured and actionable search results]]></category>
		<category><![CDATA[web search]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2102</guid>
		<description><![CDATA[Search patterns are standardized patterns describing search functionality as well as human information seeking behavior. Earlier this year Peter Morville and Jeffery Callender released a book about search patterns.  Morville also gave a presentation based on the book at the IA Summit 2010 (slides, mp3), which my colleague Maria and I attended. Among the patterns [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>Search patterns are standardized patterns describing search functionality as well as human information seeking behavior. Earlier this year Peter Morville and Jeffery Callender released a <a href="http://searchpatterns.org/">book about search patterns</a>.  Morville also gave a <a href="http://2010.iasummit.org/talks/9765">presentation</a> based on the book at the IA Summit 2010 (<a href="http://www.slideshare.net/morville/the-future-of-search-discovery?from=ss_embed">slides</a>, <a href="http://files.boxesandarrows.com/podcasts/Morville.mp3">mp3</a>), which my colleague Maria and I attended. Among the patterns Peter Morville mentions my favorite ones are structured and actionable search results.</p>
<p><strong>Structured results</strong><br />
Let us start with <a href="http://www.flickr.com/photos/morville/collections/72157603790672271/">structured results</a>. You might have seen that for certain queries you submit on Google, you get a richer results presentation than for other results. For example, typing the query ‘weather stockholm’ gives a basic <a href="http://www.google.com/search?hl=en&amp;q=weather+stockholm">weather forecast</a> for the upcoming four days, directly visible in the results list. Other examples include local <a href="http://www.google.com/search?hl=en&amp;q=movies,+stockholm">movie showtimes</a> and <a href="https://www.google.com/search?hl=en&amp;q=aapl">stock information</a>. It is even possible to use google as a <a href="https://www.google.com/search?hl=en&amp;q=732*18&amp;aq=f&amp;aqi=g1g-c2g1g-c1g1g-c3g1f1&amp;aql=&amp;oq=&amp;gs_rfai=">calculator</a> or a <a href="https://www.google.com/search?hl=en&amp;q=78+USD+%3D+%3F+SEK">currency converter</a> by typing in certain kinds of searches. For the curious, <a href="http://www.google.com/help/features.html">here</a> is a list of all google.com search features. Structured results is about offering a more informative presentation of search results than just a title, summary, and possibly some basic metadata. It is also about not presenting all information in the same way, because the information in itself differs. Richer results presentations speeds up the process of finding relevant information since the system has already done some pre-processing for user.</p>
<div id="attachment_2127" class="wp-caption aligncenter" style="width: 460px"><a href="http://media.findabilityblog.se/2010/06/google_structured_results2111.jpg"><img itemprop="image" class="size-medium wp-image-2127  " src="http://media.findabilityblog.se/2010/06/google_structured_results211-300x153.jpg" alt="Google structured results" width="450" height="230" /></a><p class="wp-caption-text">Examples of structured results from Google. Image from http://www.flickr.com/photos/morville/4274340130/sizes/l/in/set-72157623210542674/#cc_license. </p></div>
<p>Structured metadata is a prerequisite for structured results presentation. Web pages and documents normally come with standard metadata such as date and author, but in some cases they will have to be augmented with additional information in order to create a more useful presentation. Presenting results in a custom way requires some extra development effort, especially if the structure is not initially available. However, I believe it creates much value to the user. Also, this need not be done for all types of contents. My advice would be to identify the cases where a more elaborate results presentation would be most usable. Which information is frequently requested by many people and perhaps also difficult to find because it is embedded in pages with lots of text or other contents? Search logs and user feedback in combination with thorough knowledge about the contents provides a key basis for the selection.</p>
<p><strong>Actionable results</strong><br />
Related to structured results are <a href="http://www.flickr.com/photos/morville/collections/72157623203568580/">actionable results</a>. Entries in the search results list can be more than just displays of information; they can also be means of performing tasks. Common examples found on the web include printing, saving or sharing the search result directly from the results list. Other examples include adding to shopping cart, commenting and rating. Within the enterprise or organization additional relevant actions could perhaps be checking in or out a document, add an event to the personal calendar, starting a chat with a co-worker, and so on. As with structured results, it is about identifying the cases where it would add most value. What are the most common tasks and possibly also what tasks are complicated to perform in the source system? Structured and actionable results share the advantage that users do not have to open the actual results web page or download the document to find or do what they need. Speeding up information seeking and other tasks in this way is not only valuable in web search, it can also be very useful within the enterprise or organization. Search results lists in enterprise search solutions still look quite homogeneous and there are lots of opportunities for improvement.</p>
<p>To conclude, there can and should be more to search results presentation than just a snippet. I believe we will benefit from putting focus on the results presentation, and not only on tools surrounding it (filtering for example). After all, the list of results is where the user’s attention is first drawn. What do you think? How can your organization benefit from working with structured and actionable search results? If you are curious about this approach, we would be happy to help you look into what can be done in your organization.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/structured-and-actionable-results-there-is-more-to-results-presentation-than-blue-links/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/structured-and-actionable-results-there-is-more-to-results-presentation-than-blue-links/"><meta itemprop="datePublished" content="2010-06-22T19:46:41+00:00"><meta itemprop="dateModified" content="2010-06-22T19:46:41+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="actionable search results,and so on,author,co-worker,enterprise search solutions,Google,Jeffery Callender,Maria,patterns describing search functionality,Peter Morville,pre-processing,printing,search logs,search patterns,search result,structured and actionable search results,web search"><meta itemprop="wordCount" content="690"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/structured-and-actionable-results-there-is-more-to-results-presentation-than-blue-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://files.boxesandarrows.com/podcasts/Morville.mp3" length="56050237" type="audio/mpeg" />
		</item>
		<item>
		<title>Search in SharePoint 2010</title>
		<link>http://blog.findwise.com/search-in-sharepoint-2010/</link>
		<comments>http://blog.findwise.com/search-in-sharepoint-2010/#comments</comments>
		<pubDate>Sat, 15 May 2010 18:09:24 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[Enterprise Search]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Internet search]]></category>
		<category><![CDATA[Intranet]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[contextual search]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[quickest growing server product]]></category>
		<category><![CDATA[search capabilities]]></category>
		<category><![CDATA[search specialist]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://findabilityblog.se/?p=2017</guid>
		<description><![CDATA[This week there has been a lot of buzz about Microsoft&#8217;s launch of SharePoint 2010 and Office 2010. Since SharePoint 2007 has been the quickest growing server product in the history of Microsoft, the expectations on SharePoint 2010 is tremendous. Apart from a great deal of possibilities when it comes to content creation, collaboration and [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>This week there has been a lot of buzz about <a title="Microsoft's launch of Office and SharePoint 2010." href="http://www.infogrok.com/index.php/technology/microsoft-launches-office-2010-and-sharepoint-2010.html" target="_blank">Microsoft&#8217;s launch</a> of SharePoint 2010 and Office 2010. Since SharePoint 2007 has been the quickest growing server product in the history of Microsoft, the expectations on SharePoint 2010 is tremendous.</p>
<p>Apart from a great deal of possibilities when it comes to content creation, collaboration and networking, easy business intelligence etc.  the launch also holds another promise: that of even better search capabilities (with the integration of FAST).</p>
<p>Since <a title="Microsoft and FAST" href="http://findabilityblog.se/2008/02" target="_blank">Microsoft acquired FAST in 2008</a>, there have been a lot of speculations about what the future SharePoint versions may include in terms of search. And since Microsoft announced that they will <a title="Microsoft drops UNIX and Linux versions" href="http://findabilityblog.se/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions" target="_blank">drop their Linux and UNIX versions</a> in order to focus on higher innovation speed, Microsoft customer are expecting something more than the regular. In an early phase it was also clear that Microsoft is eager to take market shares from the growing market in internet business.</p>
<p>So, simply put, the solutions that Microsoft now provide in terms of search is solutions for <strong>Business productivity</strong> (where the truly sophisticated search capabilities are available if you have Enterprise CAL-licenses, i.e. you pay for the number of users you have) and <strong>Internet Sites</strong> (where the pricing is based on the number of servers). These can then be used in a number of scenarios, all dependent on the business and end-user needs.<br />
Microsoft has chosen to describe it like <a title="SharePoint and search" href="http://sharepoint.microsoft.com/en-us/buy/Pages/Editions-Comparison.aspx?Capability=Search" target="_blank">this</a>:</p>
<ul>
<li>&#8220;<strong>Foundation</strong>&#8221; is, briefly put, basic SharePoint search (Site Search).</li>
</ul>
<ul>
<li> &#8220;<strong>Standard</strong>&#8221; adds collaboration features to the &#8220;Foundation&#8221; edition and allows it to tie into repositories outside of SharePoint.</li>
</ul>
<ul>
<li> &#8220;<strong>Enterprise</strong> &#8221; adds a number of capabilities, previously only available through FAST licenses, such as contextual search (recognition of departments, names, geographies etc), ability to tag meta data to unstructured content, more scalability etc.</li>
</ul>
<p><a href="http://media.findabilityblog.se/2010/05/search_sharepoint11.jpg"><img itemprop="image" class="aligncenter size-full wp-image-2016" title="Search: Microsoft" src="http://media.findabilityblog.se/2010/05/search_sharepoint11.jpg" alt="" width="766" height="516" /></a>I&#8217;m not going to go into detail, rather just conclude that the more Microsoft technology the company or organization already use, the more benefits it will gain from investing in SharePoint search capabilities.</p>
<p>And just to be clear:  non-SharePoint versions (stand-alone) of FAST are still available, even though they are not promoted as intense as the SharePoint ones.</p>
<p>Apart from Microsoft&#8217;s overview above, <a title="Microsoft Technet SharePoint Search" href="http://technet.microsoft.com/sv-se/library/ee667266%28en-us%29.aspx#BKMK_FF_ENDUSER" target="_blank">Microsoft Technet</a> provides a more deepdrawing description of the features and functionality from both an end-user and administrator point of view.</p>
<p>We look forward describing the features and functions in more detail in our upcoming customer cases. If you have any questions to our SharePoint or FAST search specialist, don&#8217;t hesitate to post them here on the blog. We&#8217;ll make sure you get all the answers.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/search-in-sharepoint-2010/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/search-in-sharepoint-2010/"><meta itemprop="datePublished" content="2010-05-15T19:09:24+00:00"><meta itemprop="dateModified" content="2010-05-15T19:09:24+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="administrator,business intelligence,contextual search,Internet,Linux,Microsoft,quickest growing server product,search capabilities,search specialist,SharePoint,SharePoint 2010,Unix"><meta itemprop="wordCount" content="425"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/search-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FAST goes Microsoft for real– drops Linux and UNIX versions</title>
		<link>http://blog.findwise.com/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions/</link>
		<comments>http://blog.findwise.com/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 22:19:41 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[FAST]]></category>
		<category><![CDATA[Future development]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Magic Quadrant]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[search solutions]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.findwise.se/?p=1370</guid>
		<description><![CDATA[‘Innovation is at the heart of our enterprise search strategy, and a commitment to innovation is what brought FAST and Microsoft together’ says Bjørn Olstad, Microsoft Distinguished Engineer, in his blog post published this Thursday. And further more ‘As a part of that planning process, we have decided that in order to deliver more innovation [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p><em>‘Innovation is at the heart of our enterprise search strategy, and a commitment to innovation is what brought FAST and Microsoft together’</em> says <a title="Björn Olstad" href="http://www.microsoft.com/presspass/exec/de/Olstad/default.mspx" target="_blank">Bjørn Olstad</a>, Microsoft Distinguished Engineer, in his <a title="Björn Olstad blog post" href="http://blogs.msdn.com/enterprisesearch/archive/2010/02/04/innovation-on-linux-and-unix.aspx" target="_blank">blog post </a>published this Thursday. And further more <em>‘As a part of that planning process, we have decided that in order to deliver more innovation per release in the future, the 2010 products will be the last to include a search core that runs on Linux and UNIX’. </em></p>
<p><span id="more-1370"></span></p>
<p class="MsoNormal">The decision to do so is hardly a surprise to those who have been following FASTs development since the acquisition in 2008. Microsoft was last year ranked as no 1 in <a title="Gartner Magic Quadrant" href="http://www.gartner.com/technology/media-products/reprints/microsoft/vol7/article2/article2.html" target="_blank">Gartner’s ‘Magic Quadrant’</a> for Information Access, an expression for the company’s single-mindedness struggle to remain the customers’ first choice when it comes to information retrieval. A strong focus and fast innovation is essential to keep this position.</p>
<p class="MsoNormal"><a title="Björn Olstad" href="http://www.microsoft.com/presspass/exec/de/Olstad/default.mspx" target="_blank">Bjørn Olstad</a> blog post holds a promise for non-Windows customers saying <em>&#8220;We will always interoperate with non-Windows systems on both the front- and back-end. Our search solutions will crawl and index content stored on Windows, Linux, and UNIX systems, and our UI controls will work with UI frameworks running on any operating system&#8221;</em></p>
<p class="MsoNormal">Even so, the decision states a new era and it will be interesting to follow the development. A lot of the larger companies worldwide already have a Microsoft strategy, and this might even be an opportunity to switch towards FAST. For others Björn Olstads <a title="Björn Olstad blog post" href="http://blogs.msdn.com/enterprisesearch/archive/2010/02/04/innovation-on-linux-and-unix.aspx" target="_blank">blog post </a> is also giving a hint about cloud-support, where a hosted solution might solve headaches.</p>
<p class="MsoNormal">However, the most interesting statement is the accalerated speed of innovation. Even though the last Magic Quadrant stated Microsoft as a clear leader, others are following right behind and established vendors such as <a title="Autonomy" href="http://www.autonomy.com/index.en.html" target="_blank">Autonomy</a> as well as new players such as <a title="Lucid Imagination" href="http://www.lucidimagination.com/" target="_blank">Lucid Imagination</a> are responding to Microsofts offerings with new and innovative solutions. We will continue to report about this and Microsofts roadmap, so visit us from time to time to stay updated.</p>
<p class="MsoNormal"><a href="http://media.findabilityblog.se/2010/02/gartner11.jpg"><img itemprop="image" class="aligncenter size-medium wp-image-1371" title="Gartner" src="http://www.findwise.se/wp/wp-content/gartner-267x300.jpg" alt="" width="267" height="300" /></a></p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions/"><meta itemprop="datePublished" content="2010-02-08T23:19:41+00:00"><meta itemprop="dateModified" content="2010-02-08T23:19:41+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="Linux,Magic Quadrant,Microsoft,Microsoft Windows,operating system,search solutions,Unix"><meta itemprop="wordCount" content="334"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/fast-goes-microsoft-for-real%e2%80%93-drops-linux-and-unix-versions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roadmap FAST Search: for SharePoint and Internet Business</title>
		<link>http://blog.findwise.com/roadmap-fast-search-for-sharepoint-and-internet-business/</link>
		<comments>http://blog.findwise.com/roadmap-fast-search-for-sharepoint-and-internet-business/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 07:17:33 +0000</pubDate>
		<dc:creator>Caroline Abrahamsson</dc:creator>
				<category><![CDATA[Future development]]></category>
		<category><![CDATA[Market trends]]></category>
		<category><![CDATA[Search Watch]]></category>
		<category><![CDATA[Vendors]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[contextual advertising]]></category>
		<category><![CDATA[customers using search]]></category>
		<category><![CDATA[Findwise]]></category>
		<category><![CDATA[forward conference]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Business In view of]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[one of the founders]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[online consumers]]></category>
		<category><![CDATA[search roadmap]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.findwise.se/?p=558</guid>
		<description><![CDATA[In view of the fact that it has been a year since Microsoft acquired FAST, there has been a lot of hush-hush about the Enterprise search roadmap. However, at the yearly FAST forward conference, Microsoft’s press release Microsoft Unveils New Enterprise Search Road Map reached the public. There are no big surprises, but a lot [...]]]></description>
			<content:encoded><![CDATA[<span itemprop="mainContentOfPage"><span itemprop="articleBody"><p>In view of the fact that it has been a year since <a title="Pressrelease: Microsoft to acquire FAST" href="http://www.microsoft.com/presspass/press/2008/jan08/01-08FastSearchPR.mspx" target="_blank">Microsoft acquired FAST</a>, there has been a lot of hush-hush about the Enterprise search roadmap. However, at the yearly FAST forward conference, Microsoft’s press release <a title="FAST roadmap pressrelease" href="http://www.microsoft.com/presspass/press/2009/feb09/02-10NewEnterpriseSearchPR.mspx" target="_blank">Microsoft Unveils New Enterprise Search Road Map</a> reached the public.</p>
<p>There are no big surprises, but a lot of interesting details to come.<br />
Briefly speaking Microsoft is focusing on two areas: search to enhance business productivity and search to earn money online.</p>
<p>Here at Findwise we have been working with customers integrating SharePoint and FAST ESP for some time, and ESP certainly adds a lot of value by extending SharePoint’s main strengths: content management and collaboration. Office 14, which will probably see the light early next year, will hopefully add more flexibility to their infrastructure solutions out of the box.<br />
More information about the licensing models are yet to come and even though FAST will continue to develop ESP as a standalone (to run on both Unix and Linux), the roadmap ties existing and potential Microsoft customers closer by presenting search as an integrated part of their business productivity offering.</p>
<p>As for FAST Search Internet Business Microsoft’s target group are companies looking for earning money online. During FAST forward 2007 there was a lot of talk about the future search driven portals and during the 2008 event about the ability to understanding user intent.<br />
Today online consumers have higher expectations when it comes to search and the ability to show related information (such as Amazon’s “people that bought this product also bought”..) as well as showing contextual advertising (related to search terms, geographical location etc) and recommendations will create loyal customers. FAST has quite a few customers using search for strategic online business so one should keep an eye on the release of the new beta version during 2009.</p>
<p>If you read Swedish, Helge Legernes, one of the founders of Findwise is giving his <a title="Findwise Computer Sweden" href="http://computersweden.idg.se/2.2683/1.211290/norskt-supersok-integreras-i-sharepoint" target="_blank">comment in Computer Sweden</a>.</p>
</span></span><div class="schema_property_wrap"></div><meta itemprop="url" content="http://blog.findwise.com/roadmap-fast-search-for-sharepoint-and-internet-business/"><meta itemprop="discussionUrl" content="http://blog.findwise.com/roadmap-fast-search-for-sharepoint-and-internet-business/"><meta itemprop="datePublished" content="2009-02-13T09:17:33+00:00"><meta itemprop="dateModified" content="2009-02-13T09:17:33+00:00"><meta itemprop="dateCreated" content=""><meta itemprop="keywords" content="Amazon,content management,contextual advertising,customers using search,Findwise,forward conference,Internet,Internet Business In view of,Linux,Microsoft,one of the founders,online,online consumers,search roadmap,SharePoint,target,Unix"><meta itemprop="wordCount" content="325"><meta itemprop="blogPosts" content="http://blog.findwise.com">]]></content:encoded>
			<wfw:commentRss>http://blog.findwise.com/roadmap-fast-search-for-sharepoint-and-internet-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

