<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Lars Fastrup on SharePoint Search</title>
        <link>http://blog.mondosoft.com/ontolica/Default.aspx</link>
        <description>My thoughts on SharePoint Search and latest news from the Ontolica dev team</description>
        <language>en</language>
        <copyright>Lars Fastrup</copyright>
        <managingEditor>rcp@surfray.com</managingEditor>
        <generator>Subtext Version 1.9.4.78</generator>
        <image>
            <title>Lars Fastrup on SharePoint Search</title>
            <url>http://blog.mondosoft.com/images/RSS2Image.gif</url>
            <link>http://blog.mondosoft.com/ontolica/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>Blog moved to SHAREPOINTSearch.com</title>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/11/06/Blog-moved-to-SHAREPOINTSearch.com.aspx</link>
            <description>&lt;p&gt;My blog has moved to &lt;a href="http://sharepointsearch.com/cs/blogs/lars/default.aspx"&gt;sharepointsearch.com/cs/blogs/lars/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/36.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/11/06/Blog-moved-to-SHAREPOINTSearch.com.aspx</guid>
            <pubDate>Tue, 06 Nov 2007 18:18:33 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/36.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/11/06/Blog-moved-to-SHAREPOINTSearch.com.aspx#feedback</comments>
            <slash:comments>213</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/36.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/36.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Solution Installer source code released!</title>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/09/13/SharePoint-Solution-Installer-source-code-released.aspx</link>
            <description>&lt;p&gt;Here is some good news for all of you who asked for the source to my popluar SharePoint Solution Installer. I have now moved it to &lt;a href="http://www.codeplex.com"&gt;CodePlex&lt;/a&gt; as the project:&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://www.codeplex.com/sharepointinstaller"&gt;http://www.codeplex.com/sharepointinstaller&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;I am really short on time to improve it any further in the near future. But I will be happy to invite interested contributors to the project on CodePlex. Just use my &lt;a href="https://www.codeplex.com/UserAccount/ContactUser.aspx?ContactUser=lfastrup&amp;amp;OriginalUrl=http://www.codeplex.com/UserAccount/UserProfile.aspx?UserName=lfastrup"&gt;contact form&lt;/a&gt; on CodePlex to ask for participation.&lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/35.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/09/13/SharePoint-Solution-Installer-source-code-released.aspx</guid>
            <pubDate>Wed, 12 Sep 2007 23:24:01 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/35.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/09/13/SharePoint-Solution-Installer-source-code-released.aspx#feedback</comments>
            <slash:comments>7</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/35.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/35.aspx</trackback:ping>
        </item>
        <item>
            <title>The secrets of SQL Syntax Queries for Relevant Results in MOSS 2007 Enterprise Search</title>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/07/31/The-secrets-of-SQL-Syntax-Queries-for-Relevant-Results-in.aspx</link>
            <description>&lt;p&gt;This post is a description of how to use the &lt;code&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/microsoft.office.server.search.query.fulltextsqlquery.aspx"&gt;Microsoft.Office.Server.Search.Query.FullTextSqlQuery&lt;/a&gt;&lt;/code&gt; class for searching with the MOSS 2007 search engine using the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms493660.aspx"&gt;Enterprise Search SQL syntax&lt;/a&gt;. I will at the end of this posting explain how to execute queries for optimal results rankings. &lt;/p&gt;
&lt;p&gt;But let me first establish the basics of using the &lt;code&gt;FullTestSqlQuery&lt;/code&gt; class. You will only need to employ it for one of the following reasons:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;You need to support Wildcard searches. &lt;/li&gt;
    &lt;li&gt;You need to search with date ranges. &lt;/li&gt;
    &lt;li&gt;You need to search properties with different operators (CONTAINS, =, &amp;gt;=, &amp;lt;=, &amp;lt;, &amp;gt;, LIKE). &lt;/li&gt;
    &lt;li&gt;You need to search properties for NULL values. &lt;/li&gt;
    &lt;li&gt;You need to use the NEAR operator. &lt;/li&gt;
    &lt;li&gt;You need nested Boolean queries. &lt;/li&gt;
    &lt;li&gt;You like the most flexible (or complicated ;-) ) solution. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Simple keyword and property queries are easier done with the &lt;code&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/microsoft.office.server.search.query.keywordquery.aspx"&gt;Microsoft.Office.Server.Search.Query.KeywordQuery&lt;/a&gt;&lt;/code&gt; class. I will, however, not cover this class here.&lt;/p&gt;
&lt;p&gt;Ok, let us get started. I have outlined the format of the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms493660.aspx"&gt;SQL Syntax&lt;/a&gt; accepted by the MOSS 2007 search engine below. After that I will show how to talk to the search engine via the official .NET API.&lt;/p&gt;
&lt;strong&gt;SQL Syntax&lt;/strong&gt; &lt;br /&gt;
A SQL query is a string that must adhere to the following structure:
&lt;pre&gt;SELECT &amp;lt;columns&amp;gt;&lt;br /&gt;FROM &amp;lt;content source&amp;gt;&lt;br /&gt;WHERE &amp;lt;conditions&amp;gt;&lt;br /&gt;ORDER BY &amp;lt;columns&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;SQL Syntax Examples&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;Finds relevant results containing the keyword &lt;em&gt;SharePoint&lt;/em&gt;.&lt;br /&gt;
    &lt;br /&gt;
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,HitHighlightedSummary,&lt;br /&gt;       HitHighlightedProperties,CollapsingStatus&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, 'SharePoint') &lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant results containing at least one of the keywords &lt;em&gt;SharePoint&lt;/em&gt; and &lt;em&gt;Search&lt;/em&gt;. &lt;br /&gt;
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, 'SharePoint Search') &lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant results containing both the keywords &lt;em&gt;SharePoint&lt;/em&gt; and &lt;em&gt;Search&lt;/em&gt;.
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, '+SharePoint +Search') &lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant results containing the exact phrase &lt;em&gt;SharePoint Search&lt;/em&gt;.
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, ' "SharePoint Search" ') &lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant results containing both the keywords &lt;em&gt;SharePoint&lt;/em&gt; and &lt;em&gt;Search &lt;/em&gt;but not the keyword &lt;em&gt;WSS&lt;/em&gt;. 
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, '+SharePoint +Search -WSS') &lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant &lt;em&gt;SharePoint&lt;/em&gt; results authored by persons named &lt;em&gt;John&lt;/em&gt;. &lt;br /&gt;
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, 'SharePoint') AND CONTAINS(Author,' "John" ')&lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
    &lt;li&gt;Finds relevant &lt;em&gt;SharePoint&lt;/em&gt; results modified within the last 30 days. &lt;br /&gt;
    &lt;pre&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;br /&gt;FROM Scope()&lt;br /&gt;WHERE FREETEXT(defaultproperties, 'SharePoint') AND Write&amp;lt;=DATEADD(DAY,30,GETGMTDATE())&lt;br /&gt;ORDER BY Rank Desc&lt;/pre&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt; .NET API&lt;br /&gt;
&lt;/strong&gt;The following code should give you some inspiration how to execute a SQL query against the MOSS 2007 search engine. &lt;/p&gt;
&lt;pre&gt;&lt;font color="#339966"&gt;// &lt;em&gt;Execute Query&lt;/em&gt;&lt;/font&gt;&lt;br /&gt;ResultTableCollection results = null;&lt;br /&gt;using (FullTextSqlQuery query = new FullTextSqlQuery(ServerContext.Current))&lt;br /&gt;{&lt;br /&gt;  query.StartRow = 0;&lt;br /&gt;  query.RowLimit = 10;&lt;br /&gt;  query.HighlightedSentenceCount = 3;&lt;br /&gt;  query.EnableStemming = true;&lt;br /&gt;  query.TrimDuplicates = true;&lt;br /&gt;  query.Culture = CultureInfo.CurrentCulture;&lt;br /&gt;&lt;br /&gt;  query.KeywordInclusion = KeywordInclusion.AnyKeyword;&lt;br /&gt;  query.SiteContext = new Uri("&lt;a href="http://yourserver/sites/asite"&gt;http://yourserver/sites/asite&lt;/a&gt;");&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  if (SPSecurity.AuthenticationMode != AuthenticationMode.Windows)&lt;br /&gt;&lt;br /&gt;    query.AuthenticationType = QueryAuthenticationType.PluggableAuthenticatedQuery;&lt;br /&gt;  else&lt;br /&gt;&lt;br /&gt;    query.AuthenticationType = QueryAuthenticationType.NtAuthenticatedQuery;&lt;br /&gt;  query.QueryText = "SELECT ... FROM Scope() WHERE ... ORDER BY ..."; &lt;br /&gt;  results = query.Execute();&lt;br /&gt;}&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;&lt;font color="#339966"&gt;// &lt;em&gt;Parse results and create XML output&lt;/em&gt;&lt;/font&gt;&lt;br /&gt;StringBuilder buffer = new StringBuilder(10240);&lt;br /&gt;ResultTable relevantResults = results[ResultType.RelevantResults];&lt;br /&gt;using (XmlTextWriter writer = new XmlTextWriter(new StringWriter(buffer)))&lt;br /&gt;{&lt;br /&gt;  writer.Formatting = Formatting.Indented;&lt;br /&gt;  writer.WriteStartElement("Results");&lt;br /&gt;  writer.WriteAttributeString("hits", relevantResults.TotalRows.ToString());&lt;br /&gt;  while (relevantResults.Read())&lt;br /&gt;  {&lt;br /&gt;    writer.WriteStartElement("Result");&lt;br /&gt;    for (int i=0; i&amp;lt;relevantResults.FieldCount; i++)&lt;br /&gt;    {&lt;br /&gt;      writer.WriteStartElement(relevantResults.GetName(i));&lt;br /&gt;      object val = relevantResults.GetValue(i);&lt;br /&gt;      if (val != null)&lt;br /&gt;        writer.WriteString(val.ToString());&lt;br /&gt;      else&lt;br /&gt;        writer.WriteString("null");&lt;br /&gt;      writer.WriteEndElement();&lt;br /&gt;    }      &lt;br /&gt;    writer.WriteEndElement(); &lt;br /&gt;  }&lt;br /&gt;  writer.WriteEndElement(); &lt;/pre&gt;
&lt;pre&gt;  string xml = buffer.ToString();&lt;br /&gt;  ...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;/pre&gt;
&lt;p&gt;The &lt;code&gt;using&lt;/code&gt; statement around the usage scope of the &lt;code&gt;FullTextSqlQuery&lt;/code&gt; class is very important to remember as you will otherwise get an &lt;code&gt;&lt;a href="http://msdn2.microsoft.com/en-us/library/system.outofmemoryexception.aspx"&gt;OutOfMemoryException&lt;/a&gt;&lt;/code&gt; after running a good number of queries. This is so because the search engine is a COM server that the .NET API maintains a handle to.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A closer look at the FREETEXT predicate&lt;br /&gt;
&lt;/strong&gt;Take a look at following two keyword searches using the FREETEXT predicate (rest of SQL string omitted for simplicity):&lt;/p&gt;
&lt;pre&gt;FREETEXT(defaultproperties, '+sharepoint +search')&lt;/pre&gt;
&lt;pre&gt;FREETEXT(defaultproperties, 'sharepoint') AND FREETEXT(defaultproperties, 'search')&lt;/pre&gt;
&lt;p&gt;Both queries are valid and yield the same results buth with different ranking. Which one yields the best results ranking? Answer: The first one! It is recommended that you only use one FREETEXT predicate in a search query. Results ranking will otherwise not be optimal.&lt;/p&gt;
&lt;p&gt;The &lt;em&gt;defaultproperties&lt;/em&gt; keywords references the default set of properties to include in the ranking algorithm. This is also recommended for optimal ranking of results. You can alternatively use the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms499212.aspx"&gt;WITH&lt;/a&gt; predicate to define your own set of properties if you are not happy with the default one. This is helpful if you need to promote results containing the keywords on your own custom properties. Note: The standard MOSS 2007 search center simply uses the &lt;em&gt;defaultproperties&lt;/em&gt;. &lt;/p&gt;
&lt;p&gt;The FREETEXT predicate can also be configured for implicit AND search or implicit OR search. This means that a query like:&lt;/p&gt;
&lt;pre&gt;FREETEXT(defaultproperties, 'sharepoint search')&lt;/pre&gt;
&lt;p&gt;can respectively find results containing both the keywords &lt;em&gt;sharepoint &lt;/em&gt;and &lt;em&gt;search&lt;/em&gt; or find results containing at least one of the keywords. Use the the &lt;code&gt;KeywordInclusion&lt;/code&gt; property on the &lt;code&gt;FulltextSqlQuery&lt;/code&gt; object to control this behavior. See the code example earlier in this posting.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conclusion&lt;br /&gt;
&lt;/strong&gt;I have just described the key concepts of using the &lt;code&gt;FulltextSqlQuery&lt;/code&gt; class. I have not described all of its features nor have I described the SQL Syntax in full. I refer you to the &lt;a href="http://msdn2.microsoft.com/en-us/library/ms496201.aspx"&gt;MOSS 2007 SDK&lt;/a&gt; for a complete reference.&lt;/p&gt;
&lt;p&gt;Stay stuned for more postings on the inner workings of the MOSS 2007 search engine!&lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/33.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/07/31/The-secrets-of-SQL-Syntax-Queries-for-Relevant-Results-in.aspx</guid>
            <pubDate>Tue, 31 Jul 2007 21:43:39 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/33.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/07/31/The-secrets-of-SQL-Syntax-Queries-for-Relevant-Results-in.aspx#feedback</comments>
            <slash:comments>21</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/33.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/33.aspx</trackback:ping>
        </item>
        <item>
            <title>New community site sharepointsearch.com</title>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/07/31/New-community-site-sharepointsearch.com.aspx</link>
            <description>A great new community site (&lt;a href="http://www.sharepointsearch.com"&gt;sharepointsearch.com&lt;/a&gt;) dedicated to the topic SharePoint Search is born. Here you find much information and ressources related to SharePoint search like thirdparty vendors, expert blogs, upcoming events, articles, books, consultants, etc.&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/32.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/07/31/New-community-site-sharepointsearch.com.aspx</guid>
            <pubDate>Tue, 31 Jul 2007 21:30:33 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/32.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/07/31/New-community-site-sharepointsearch.com.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/32.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/32.aspx</trackback:ping>
        </item>
        <item>
            <title>New SharePoint search blogger</title>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/05/21/New-SharePoint-search-blogger.aspx</link>
            <description>&lt;p&gt;It is always a pleasure to welcome new SharePoint Seach bloggers and so I warmly welcome and recommend Christopher Even's new &lt;a href="http://sharepointsearch.blogspot.com/"&gt;blog on SharePoint Enterprise Search&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;He is very knowledgeable about SharePoint Search with many big Enterprise Search Developments behind him. He is furthermore a top expert on Protocol Handlers and IFilters having developed a generic protocol handler for SharePoint 2003 and 2007. I have seen it in action and it can literally index content (not just data as the BDC) from any external system with full security mapping and the lot. Very cool stuff!! I hope he will blog more about it some day.&lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/31.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/05/21/New-SharePoint-search-blogger.aspx</guid>
            <pubDate>Mon, 21 May 2007 18:18:07 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/31.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/05/21/New-SharePoint-search-blogger.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/31.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/31.aspx</trackback:ping>
        </item>
        <item>
            <title>Ontolica Video Tutorials</title>
            <category>Ontolica</category>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/05/15/Ontolica-Video-Tutorials.aspx</link>
            <description>&lt;p&gt;Our technical writer just finished the first &lt;a href="http://www.ontolica.com/Services/Tutorials/Installing%20Ontolica.aspx"&gt;Ontolica video tutorial&lt;/a&gt;, explaining the process of installing Ontolica for MOSS 2007 and creating a new Ontolica search center. We will soon post more tutorials &lt;a href="http://www.ontolica.com/Services/Tutorials.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Our technical writer, Karl Maybach, also wrote an excellent administrators guide for Ontolica. It is included in the Ontolica download. He is a freelance writer and the best one you could ever hire. You basically just have to show him your product once and vaguely explain what it does - and he will quickly crank out some excellent manuals teaching you stuff about your own product that you never even realized yourself. &lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/30.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/05/15/Ontolica-Video-Tutorials.aspx</guid>
            <pubDate>Tue, 15 May 2007 10:23:25 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/30.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/05/15/Ontolica-Video-Tutorials.aspx#feedback</comments>
            <slash:comments>6</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/30.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/30.aspx</trackback:ping>
        </item>
        <item>
            <title>Ontolica for MOSS 2007 RTM</title>
            <category>Ontolica</category>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/04/26/Ontolica-Search-for-Microsoft-Office-SharePoint-Server-MOSS-2007-Released.aspx</link>
            <description>&lt;p&gt;I am together with the rest of Mondosoft proud to announce the RTM release of &lt;a href="http://www.ontolica.com/Download.aspx"&gt;Ontolica for MOSS 2007&lt;/a&gt;. This is a great milestone for us that deserves to be celebrated and our internal release party will therefore bring us to the &lt;a href="http://www.norrebrobryghus.dk"&gt;Noerrebro Brew House&lt;/a&gt; tonight for a great Beer experience....&lt;/p&gt;
&lt;p&gt;In brief the product simply offers an improved search UI on top of the MOSS 2007 search engine. It is also a major upgrade of our first SharePoint search add-on &lt;a href="http://www.ontolica.com"&gt;Ontolica for SharePoint Portal Server 2003&lt;/a&gt;. We released the first beta of Ontolica for MOSS 2007 back in February this year and more than 100 companies signed up as a beta tester. Thank you all for your participation, I would like to thank all of you for the great feedback you have provided to us during the beta testing period. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Licensing&lt;/strong&gt;&lt;br /&gt;
Ontolica ships with two built-in licenses to get you started using the product right away. The first license is the &lt;strong&gt;Free Evaluation&lt;/strong&gt; license and the second one is the &lt;strong&gt;Free Wildcard&lt;/strong&gt; license. The &lt;strong&gt;evaluation&lt;/strong&gt; license gives you full functionality for an unlimited time period but for one server and two unique users only. The &lt;strong&gt;Wildcard&lt;/strong&gt; license is a free production license that will give you limited functionality for an unlimited number of servers and users and with no expiration date. You may also request a 30 day trial license if you need to evaluate the product with full functionality and unlimited servers and users.&lt;/p&gt;
&lt;p&gt;The free &lt;strong&gt;Wildcard&lt;/strong&gt; license will basically give you all standard SharePoint search features + wildcard search. A production license for Ontolica with full functionality requires you to &lt;a href="http://www.ontolica.com/Ontolica%20for%20MOSS%202007/Ontolica%20Price%20Calculator.aspx"&gt;purchase&lt;/a&gt; a license from our sales team.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Features&lt;br /&gt;
&lt;/strong&gt;Here is the full list of features included in the RTM release. We did a while back decide to take out a few of the features I &lt;a href="http://blog.mondosoft.com/ontolica/archive/2007/02/06/Ontolica-for-MOSS-2007.aspx"&gt;mentioned&lt;/a&gt; here in February. They were postponed in favour of new features like implicit wildcard search and sorting results by custom properties plus some internal features. But not to worry - we will continue improving the product and add the promised features along with other great features requested by our customers and partners. I hope to be able to post a feature road map soon.&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;All the &lt;strong&gt;standard search features&lt;/strong&gt; to be found in MOSS 2007. &lt;/li&gt;
    &lt;li&gt;Improved &lt;strong&gt;Boolean&lt;/strong&gt; search (AND, OR, NOT) &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Wildcard (*)&lt;/strong&gt; search. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Implicit Wildcard&lt;/strong&gt; search option. Enabling this option removes the need for the user to type * at the end of a keyword in order to run a wildcard query. This option is intended for people search only. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;NEAR&lt;/strong&gt; search. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Consistent search&lt;/strong&gt; across MOSS and WSS sites. The scopes "This site" and "This list" are now fully configurable and will take the user to the Ontolica search center instead of the WSS search page in the /_layouts folder. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Site dependent search tab configurations&lt;/strong&gt;. Each search tab can be configured with its own set of searchable properties, search result properties, sorting properties, drill down properties, quick filters, search scopes and search result actions. All of these settings can additonally be inherited or overwrited down through the SharePoint taxonomy, i.e. you may configure search tabs on the Farm level, the web application level, the site collection level all the way down to the individual site. &lt;/li&gt;
    &lt;li&gt;Site dependent search box configuration. &lt;/li&gt;
    &lt;li&gt;Complete &lt;strong&gt;web based configuration&lt;/strong&gt; UI.    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Federated search&lt;/strong&gt;. This feature will basically enable you search multiple SSP's from within the same Ontolica search center. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved meta data search&lt;/strong&gt;. Add your own meta data to the advanced search page with a few clicks. Select between a text box, a dropdown box or a lookup dialog for value input.  &lt;/li&gt;
    &lt;li&gt;Display &lt;strong&gt;custom properties in search results&lt;/strong&gt; with a few clicks. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Configurable action menu&lt;/strong&gt; on results. Ontolica will include a fully configurable SharePoint drop down menu on search results. The default actions that ship with Ontolica are:
    &lt;ul&gt;
        &lt;li&gt;View Propeties (teleports the user to the document library list item representing the document). &lt;/li&gt;
        &lt;li&gt;Edit in Microsoft Office Word / PowerPoint / Excel. &lt;/li&gt;
        &lt;li&gt;Alert Me &lt;/li&gt;
        &lt;li&gt;Add to My Links &lt;/li&gt;
        &lt;li&gt;View Details. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Drill Down&lt;/strong&gt;. Provides the user with a dynamic list of suggestions for refining his or her search. It basically works by analyzing the meta data on the search results. The list of meta data (properties) to provide suggestions for are also fully configurable. Ontolica will in the default configuration be able to provide suggestions for Sites, Authors, File types and Content types. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Quick filters&lt;/strong&gt;. Will allow you to easily configure some expression based filters that appear as radio buttons below the keyword input field. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Sort results by custom property&lt;/strong&gt;. Sort results by relevance, date, title, or any other property available in the search index. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Document details page&lt;/strong&gt;. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Improved people search&lt;/strong&gt;. Basically nicer thumbnails and more info displayed on each result. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;XSLT&lt;/strong&gt; enabled web parts. All Ontolica search web parts are XSLT enabled to give you full control of the look &amp;amp; feel when required. Even the Ontolica search box in the upper right corner is XSLT enabled. You will, however, only need to worry about modifying the default Ontolica XSLT templates if you have needs that go far beyond common customization scenarios. You can really configure and customize Ontolica to a great extent before you need to worry about XSLT, which I know many of you do not really want to or have time to. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Configurable web parts&lt;/strong&gt;. All Ontolica web parts have a dedicated configuration page where you can easily configure the various options of the web part. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Customizable search dialog&lt;/strong&gt;. Create your own custom search forms. &lt;/li&gt;
    &lt;li&gt;Plugs into the SharePoint &lt;strong&gt;feature &lt;/strong&gt;framework. Ontolica search can be activated/deactivated on the site collection level. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Search Center site templates&lt;/strong&gt; for easy creation of new Ontolica search centers. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Solution &lt;/strong&gt;based installation process. Ontolica installation and deployment relies on the new solutions framework in Windows SharePoint Services V3. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/27.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/04/26/Ontolica-Search-for-Microsoft-Office-SharePoint-Server-MOSS-2007-Released.aspx</guid>
            <pubDate>Thu, 26 Apr 2007 11:57:43 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/27.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/04/26/Ontolica-Search-for-Microsoft-Office-SharePoint-Server-MOSS-2007-Released.aspx#feedback</comments>
            <slash:comments>11</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/27.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/27.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Solution Installer</title>
            <category>SharePoint 2007</category>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/03/14/Generic-SharePoint-2007-Solution-Installer.aspx</link>
            <description>&lt;p&gt;&lt;strong&gt;** UPDATE September 12&lt;sup&gt;th&lt;/sup&gt; 2007: Project moved to &lt;/strong&gt;&lt;a href="http://www.codeplex.com/sharepointinstaller"&gt;&lt;strong&gt;CodePlex&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; with source code!&lt;/strong&gt; &lt;/p&gt;
&lt;p&gt;Here ya go - a free tool for eased installation and deployment of SharePoint 2007 solution files to a SharePoint server farm.&lt;/p&gt;
&lt;p&gt;* DOWNLOAD REMOVED. PLEASE GO TO &lt;a href="http://www.codeplex.com/sharepointinstaller"&gt;HERE&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;The tool is FREEWARE and provided AS IS. Please comment on this post to report any issues.&lt;/p&gt;
&lt;p&gt;** UPDATE March 25&lt;sup&gt;th&lt;/sup&gt; 2007: New version 1.0.3 release. It includes a work-around for the daylight saving time (DST) bug in the SharePoint 2007 timer service, which caused the solution deployment and retraction jobs to not run until one hour after being created. The work-around basically instructs SharePoint to run the job yesterday. This will immediately kick start the timer job no matter what time zone and DST settings your server might have. Microsoft is aware of this bug and has published a &lt;a href="http://support.microsoft.com/kb/932563"&gt;knowledgebase article&lt;/a&gt; about it. I think we can safely assume WSS V3 SP1 will include a fix for this issue. &lt;/p&gt;
&lt;p&gt;** UPDATE March 15&lt;sup&gt;th&lt;/sup&gt; 2007: Renamed product from &lt;em&gt;Generic SharePoint 2007 Solution Installer&lt;/em&gt; to &lt;em&gt;SharePoint Solution Installer&lt;/em&gt; (SSI). How is that name &lt;a href="http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1707"&gt;Patrick&lt;/a&gt;? Maybe the single malt can power an even better name next week....&lt;/p&gt;
&lt;p&gt;I donate this tool to the SharePoint community as I have lately come to the conclusion that you sometimes need a more user friendly and safer way of installing wsp solution files to a SharePoint farm. You espceially need it when you want to distribute a SharePoint add-on as a solution to your customers. You cannot rely on everybody out there in the wild west to be intimately familiar with solution deployment, not to mention interpreting all the error conditions that can potentially arise. Distributing a raw solution file together with a simple install.bat script will easily earn you a lot of unnecessary support cases. Trust me, I learned this the hard way.&lt;/p&gt;
&lt;p&gt;Hence, I was motivated to develop a nice and almost fool proof solution installer for our &lt;a href="http://www.ontolica.com"&gt;Ontolica for SharePoint&lt;/a&gt; product. I ended up developing a very generic and configurable version of it. I thought it could also come in handy for other SharePoint's and quickly decided to share it with you. &lt;/p&gt;
&lt;p&gt;The SharePoint Solution Installer includes the following features:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Support for all relevant operations&lt;/strong&gt;:
    &lt;ul&gt;
        &lt;li&gt;Add solution to the SharePoint solution store. &lt;/li&gt;
        &lt;li&gt;Deploy solution to one or more web applications. &lt;/li&gt;
        &lt;li&gt;Upgrade solution. &lt;/li&gt;
        &lt;li&gt;Retract and remove solution. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Pre-install system check for the following conditions&lt;/strong&gt;:
    &lt;ul&gt;
        &lt;li&gt;WSS V3 is installed. &lt;/li&gt;
        &lt;li&gt;MOSS 2007 is installed (This check can be disabled in config file), &lt;/li&gt;
        &lt;li&gt;User has permission to install solutions. &lt;/li&gt;
        &lt;li&gt;SharePoint database is online. &lt;/li&gt;
        &lt;li&gt;WSS Administration service is started. &lt;/li&gt;
        &lt;li&gt;WSS Timer service is started. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Implements a work around for the following error conditions:&lt;/strong&gt;
    &lt;ul&gt;
        &lt;li&gt;Another solution deployment job never finished and is now blocking for the creation of a new job. Work-around: Delete old job from the list of Timer job defnitions. &lt;/li&gt;
        &lt;li&gt;Timer service is not started: An attempt is made to start it (please note that timer services on other front ends will not be started). &lt;/li&gt;
        &lt;li&gt;Database is offline, which will yield an ugly NullreferenceException from SharePoint offering little clue to the root cause of the problem. Work around: Detect NullreferenceException and display nice error message. &lt;/li&gt;
    &lt;/ul&gt;
    &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Display EULA. &lt;/strong&gt;(Can be disabled in config file).  &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Web application list where user can select the web apps. to deploy the solution to&lt;/strong&gt;. &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Rollback after installation errors.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Configurable Product Title.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Configurable banner image.&lt;/strong&gt; &lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Configurable logo image.&lt;/strong&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Here are some screen shots that will give you a better idea of the nature of the tool (&lt;font color="#ff6600"&gt;Don't worry about the Mondosoft logo, you can remove it or put in your own in the config file&lt;/font&gt;) :&lt;/p&gt;
&lt;table cellspacing="1" cellpadding="1" width="10%" summary="" border="1"&gt;
    &lt;tbody&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerWelcome.gif"&gt;&lt;img height="160" alt="" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerWelcomeThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerCheck.gif"&gt;&lt;img height="160" alt="Installer Check" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerCheckThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerEULA.gif"&gt;&lt;img height="160" alt="eula" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerEULAThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerWebAppList.gif"&gt;&lt;img height="160" alt="List of target web applications" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerWebAppListThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerWebAppList.gif"&gt;&lt;img height="160" alt="Progress" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerProgressThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
            &lt;td&gt;&lt;a target="_blank" href="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerUpgrade.gif"&gt;&lt;img height="160" alt="Upgrade" width="200" src="http://blog.mondosoft.com/images/blog_mondosoft_com/ontolica/2007/InstallerUpgradeThumb.gif" /&gt;&lt;/a&gt;&lt;/td&gt;
        &lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt; The installer can be launched with &lt;strong&gt;setup.exe&lt;/strong&gt;, which can in turn be configured with the &lt;strong&gt;setup.exe.config&lt;/strong&gt; file. The following configuration example outlines the various options that you can configure.&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;configuration&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;br /&gt;
  &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;appSettings&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;BannerImage&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;Default&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;LogoImage&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;Default&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;EULA&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;EULA.rtf&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;Require&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;MOSS&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;FarmFeatureId&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;A69D3FDA-142A-4d2c-BA6D-446CE01FF1C2&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;SolutionId&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;44906C46-D7C1-4a14-A7D2-87394D9FC7E3&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;SolutionFile&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;yoursolution&lt;/font&gt;&lt;font color="#0000ff"&gt;.wsp&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;SolutionTitle&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;Enter Product Title Here&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;SolutionVersion&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;1&lt;/font&gt;&lt;font color="#0000ff"&gt;.0.0.0&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;UpgradeDescription&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;Upgrades {SolutionTitle} on all frontend web servers in the SharePoint farm. &lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;RequireDeploymentToCentralAdminWebApllication&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;true&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
    &amp;lt;&lt;/font&gt;&lt;font color="#800000"&gt;add&lt;/font&gt;&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;key&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;RequireDeploymentToAllContentWebApplications&lt;/font&gt;"&lt;font color="#0000ff"&gt; &lt;/font&gt;&lt;font color="#ff0000"&gt;value&lt;/font&gt;&lt;font color="#0000ff"&gt;=&lt;/font&gt;"&lt;font color="#0000ff"&gt;false&lt;/font&gt;"&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;/&amp;gt;&lt;br /&gt;
  &amp;lt;/&lt;/font&gt;&lt;font color="#800000"&gt;appSettings&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Courier New"&gt;&lt;font size="2"&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;br /&gt;
&amp;lt;/&lt;/font&gt;&lt;font color="#800000"&gt;configuration&lt;/font&gt;&lt;font color="#0000ff"&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Below is a brief explanation of each configuration option:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;BannerImage&lt;/strong&gt;&lt;br /&gt;
Accepts a path to your own banner image. The image is automatically stretched to fir the title bar. Remove or specify empty value to omit banner image.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;LogoImage&lt;/strong&gt;&lt;br /&gt;
Accepts a path to your own logo image. Remove or specify empty value to omit banner image.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;EULA&lt;/strong&gt;&lt;br /&gt;
Accepts a path to your own EULA file. Remove or specify empty value if you do not want to present an EULA to the user.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Require&lt;/strong&gt;&lt;br /&gt;
Specify MOSS if your solution requires Microsoft Office SharePoint Server 2007 to install and run. Remove or specify empty value if your solution will settle for a WSS only farm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;FarmFeatureId&lt;/strong&gt;&lt;br /&gt;
Specify the GUID of the farm level feature that the installer should automatically activate at the end of the installation process. Specify empty value if the installer should not activate any feature.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SolutionId&lt;/strong&gt;&lt;br /&gt;
Specify the GUID of your solution. The installer will need this to detect any existing solution in the SharePoint solution store.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SolutionFile&lt;br /&gt;
&lt;/strong&gt;Specify the filename of the solution file, e.g. &lt;em&gt;mysolution.wsp. &lt;/em&gt;Creating the solution file is of course your job entirely - but I can highly recommend you to take a look at the &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=19f21e5e-b715-4f0c-b959-8c6dcbdc1057&amp;amp;displaylang=en"&gt;Visual Studio 2005 Extensions for WSS 3.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SolutionVersion&lt;/strong&gt;&lt;br /&gt;
Specify the version of your solution. The upgrade option will only show if this version number is different from the previously installed solution.&lt;/p&gt;
&lt;p&gt;The remaining options should be self explanatory.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/21.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/03/14/Generic-SharePoint-2007-Solution-Installer.aspx</guid>
            <pubDate>Wed, 14 Mar 2007 19:48:15 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/21.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/03/14/Generic-SharePoint-2007-Solution-Installer.aspx#feedback</comments>
            <slash:comments>73</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/21.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/21.aspx</trackback:ping>
        </item>
        <item>
            <title>Mike Taghizadeh covering MOSS 2007 Search Capabilities</title>
            <category>SharePoint 2007</category>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/02/22/Mike-Taghizadeh-covering-MOSS-2007-Search-Capabilities.aspx</link>
            <description>&lt;p&gt;I just stumbled upon a great blog about MOSS 2007 Search by &lt;a href="http://blogs.msdn.com/miketag/default.aspx"&gt;Mike Taghizadeh&lt;/a&gt;. I can recommend reading his two latest posts on stemming in the MOSS 2007 search engine. &lt;/p&gt;
&lt;p&gt;&lt;a id="bp___ctl00___RecentPosts___postlist___EntryItems_ctl03_PostTitle" href="http://blogs.msdn.com/miketag/archive/2006/12/21/moss-search-word-stemming-part-1.aspx"&gt;MOSS Search Word Stemming - Part 1&lt;/a&gt;&lt;br /&gt;
&lt;a id="bp___ctl00___RecentPosts___postlist___EntryItems_ctl02_PostTitle" href="http://blogs.msdn.com/miketag/archive/2006/12/27/moss-search-word-stemming-part-2.aspx"&gt;MOSS Search Word Stemming - Part 2&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/15.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/02/22/Mike-Taghizadeh-covering-MOSS-2007-Search-Capabilities.aspx</guid>
            <pubDate>Thu, 22 Feb 2007 22:35:13 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/15.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/02/22/Mike-Taghizadeh-covering-MOSS-2007-Search-Capabilities.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/15.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/15.aspx</trackback:ping>
        </item>
        <item>
            <title>SharePoint Explorer for WSS3</title>
            <category>SharePoint Explorer</category>
            <link>http://blog.mondosoft.com/ontolica/archive/2007/02/15/SharePoint-Explorer-for-WSS3.aspx</link>
            <description>&lt;p&gt;I learned that &lt;a href="http://blog.u2u.info/dottextweb/patrick/"&gt;Patrick&lt;/a&gt; once again promoted our free SharePoint Explorer tool. This time on the &lt;a href="http://www.sharepoint-conference.eu/"&gt;Microsoft European SharePoint Conference 2007&lt;/a&gt; in Berlin this week. Thanks Patrick &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/regular_smile.gif" /&gt;&lt;/p&gt;
&lt;p&gt;SharePoint Explorer has until now only been available for SharePoint 2003. But I once recompiled it for 2007 and sent Patrick a copy, which is the one he showed in Berlin. So now I better make it available to all of you. &lt;/p&gt;
&lt;p&gt;You can download it here: &lt;font face="Arial"&gt;&lt;a href="http://download.mondosoft.com/Ontolica/SharePointExplorer_V1_5_1_For_WSS3.zip"&gt;SharePointExplorer_V1_5_1_For_WSS3.zip&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;**UPDATE March 9th 2007: Fixed bug where SharePoint Explorer failed to launch at all.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;INSTALLATION&lt;br /&gt;
&lt;/strong&gt;The zip archive contains a single EXE file that you must run directly on your WSS V3 server. The tool does not support remote connections to WSS servers,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;IMPORTANT NOTES&lt;/strong&gt;&lt;br /&gt;
The tool is just a recompile of our existing tool for SharePoint 2003. It does therefore not include any support for all the new cool features in the object model like features, content types, event handlers, workflow, recycle bin, etc. The tool is only good for exploring Virtual Servers, Site Collections, Sites, Lists and Files. &lt;/p&gt;
&lt;p&gt;I am, however, working on a new and much better version that will recognize the new stuff in the object model. It will additionally also allow for remote access, which has been the #1 feature request since we released the first version for SharePoint 2003. &lt;/p&gt;
&lt;p&gt; &lt;img height="378" alt="SharePoint Explorer" width="500" src="/images/blog_mondosoft_com/ontolica/2007/SharePointExplorerForWSS3(1).PNG" /&gt;&lt;/p&gt;&lt;img src="http://blog.mondosoft.com/ontolica/aggbug/13.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Lars Fastrup</dc:creator>
            <guid>http://blog.mondosoft.com/ontolica/archive/2007/02/15/SharePoint-Explorer-for-WSS3.aspx</guid>
            <pubDate>Thu, 15 Feb 2007 17:24:20 GMT</pubDate>
            <wfw:comment>http://blog.mondosoft.com/ontolica/comments/13.aspx</wfw:comment>
            <comments>http://blog.mondosoft.com/ontolica/archive/2007/02/15/SharePoint-Explorer-for-WSS3.aspx#feedback</comments>
            <slash:comments>31</slash:comments>
            <wfw:commentRss>http://blog.mondosoft.com/ontolica/comments/commentRss/13.aspx</wfw:commentRss>
            <trackback:ping>http://blog.mondosoft.com/ontolica/services/trackbacks/13.aspx</trackback:ping>
        </item>
    </channel>
</rss>