<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SharePoint Search Bench</title><link>http://www.codeplex.com/SPSearchBench/Project/ProjectRss.aspx</link><description>SharePoint Search Bench has two parts&amp;#58; 1&amp;#41; a desktop app for executing searches in a Microsoft Office Search Server &amp;#40;MOSS&amp;#41; environment and 2&amp;#41; a .NET class library API for executing searches programm...</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=Home&amp;version=19</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Version 1.1.0.0 has been released!
&lt;/h2&gt;Visit the Releases tab for details.&lt;br /&gt;&lt;b&gt;known bug&lt;/b&gt; - by default, the app sets the Start Row equal to &amp;quot;1&amp;quot;.  For searches that only have one relevant result, this will cause no results to be returned.  Until the next release, be sure to explicitly change the Start Row to &amp;quot;0&amp;quot; to get expected results.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Project Description
&lt;/h2&gt;SharePoint Search Bench has two parts&amp;#58; 1&amp;#41; a desktop app for executing searches in a Microsoft Office Search Server &amp;#40;MOSS&amp;#41; environment and 2&amp;#41; a .NET class library API for executing searches programmatically.  The desktop app is a great way to quickly debug and experiement with MOSS search.  Use it to debug scopes or to test custom Full Text queries.  The API library is great for developers who want an EASY way to search against MOSS.  
&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Microsoft Office SharePoint Server (MOSS).  WSS only is not enough!&lt;/li&gt;&lt;li&gt;.NET 3.5 (for running the desktop application)&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Aids and References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=SharePoint%20Search%20Bench%20API%20Guide&amp;amp;referringTitle=Home"&gt;SharePoint Search Bench API Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=Example%20Full%20Text%20SQL%20queries&amp;amp;referringTitle=Home"&gt;Example Full Text SQL queries&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Writing SQL Syntax Queries for Relevant Results in Enterprise Search: &lt;a href="http://msdn2.microsoft.com/en-us/library/bb219479.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/bb219479.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;QueryPacket / Schema for Enterprise Search (search web service): &lt;a href="http://msdn2.microsoft.com/en-us/library/ms563775.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms563775.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>kindohm</author><pubDate>Thu, 13 Mar 2008 03:44:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080313034432A</guid></item><item><title>CREATED ISSUE: Default start row set to 1 instead of 0</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=9639</link><description>Start row is a zero-based index and needs to default to zero.  When a relevant result set returns one record, a start row of 1 will result in zero rows returned.&lt;br /&gt;</description><author>kindohm</author><pubDate>Thu, 13 Mar 2008 03:42:25 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Default start row set to 1 instead of 0 20080313034225A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description>Added SharePointSearchBench.UI project - highly untested and incomplete.  It&amp;#39;s the beginning of a re-write of the UI to support full text query building and CAML queries.</description><author>kindohm</author><pubDate>Thu, 13 Mar 2008 02:59:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080313025954A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Wed, 12 Mar 2008 13:54:27 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080312015427P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Wed, 12 Mar 2008 13:15:52 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080312011552P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Thu, 21 Feb 2008 20:34:32 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080221083432P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description>Contains &amp;#34;Alpha&amp;#34; bits for CAML queries.  Untested.</description><author>kindohm</author><pubDate>Wed, 20 Feb 2008 20:58:24 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080220085824P</guid></item><item><title>UPDATED WIKI: SharePoint Search Bench API Guide</title><link>http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=SharePoint Search Bench API Guide&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Search Bench API Guide
&lt;/h1&gt; &lt;br /&gt;Refer to the CHM help file in the current lease for detailed API documentation.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
// example object model keyword query
Search search = new Search();
search.SearchType = SearchType.Keyword;
search.SearchText = new SearchTexst(&amp;quot;dog cat llama&amp;quot;);
Uri siteUri = new Uri(&amp;quot;http://SharePointSite&amp;quot;);
search.ContextUri = siteUri;
search.ApiSource = ApiSource.ObjectModel;
DataSet results = search.Execute();
&lt;/pre&gt; &lt;br /&gt;&lt;pre&gt;
// example service full text query
Search search = new Search();
search.SearchType = SearchType.FullText;
NetworkCredential credentials = CredentialCache.DefaultCredentials;
Uri serviceUri = new Uri(&amp;quot;http://SharePointSite/_vti_bin/Search.asmx&amp;quot;);
search.SearchText = new SearchText(&amp;quot;SELECT Title, Author FROM Scope() &amp;quot; +
    &amp;quot;WHERE FREETEXT(DEFAULTPROPERTIES, 'dog cat llama') &amp;quot; +
    &amp;quot;ORDER BY RANK&amp;quot;);
search.Credentials = credentials;
search.ApiSource = ApiSource.Service;
search.ContextUri = serviceUri;
DataSet results = search.Execute();
&lt;/pre&gt;
&lt;/div&gt;</description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:27:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: SharePoint Search Bench API Guide 20080218072719P</guid></item><item><title>UPDATED WIKI: SharePoint Search Bench API Guide</title><link>http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=SharePoint Search Bench API Guide&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharePoint Search Bench API Guide
&lt;/h1&gt; &lt;br /&gt;&lt;pre&gt;
// example object model keyword query
Search search = new Search();
search.SearchType = SearchType.Keyword;
search.SearchText = new SearchTexst(&amp;quot;dog cat llama&amp;quot;);
Uri siteUri = new Uri(&amp;quot;http://SharePointSite&amp;quot;);
search.ContextUri = siteUri;
search.ApiSource = ApiSource.ObjectModel;
DataSet results = search.Execute();
&lt;/pre&gt; &lt;br /&gt;&lt;pre&gt;
// example service full text query
Search search = new Search();
search.SearchType = SearchType.FullText;
NetworkCredential credentials = CredentialCache.DefaultCredentials;
Uri serviceUri = new Uri(&amp;quot;http://SharePointSite/_vti_bin/Search.asmx&amp;quot;);
search.SearchText = new SearchText(&amp;quot;SELECT Title, Author FROM Scope() &amp;quot; +
    &amp;quot;WHERE FREETEXT(DEFAULTPROPERTIES, 'dog cat llama') &amp;quot; +
    &amp;quot;ORDER BY RANK&amp;quot;);
search.Credentials = credentials;
search.ApiSource = ApiSource.Service;
search.ContextUri = serviceUri;
DataSet results = search.Execute();
&lt;/pre&gt;
&lt;/div&gt;</description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:26:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: SharePoint Search Bench API Guide 20080218072648P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=Home&amp;version=18</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Version 1.1.0.0 has been released!
&lt;/h2&gt;Visit the Releases tab for details.&lt;br /&gt;&lt;h2&gt;
Project Description
&lt;/h2&gt;SharePoint Search Bench has two parts&amp;#58; 1&amp;#41; a desktop app for executing searches in a Microsoft Office Search Server &amp;#40;MOSS&amp;#41; environment and 2&amp;#41; a .NET class library API for executing searches programmatically.  The desktop app is a great way to quickly debug and experiement with MOSS search.  Use it to debug scopes or to test custom Full Text queries.  The API library is great for developers who want an EASY way to search against MOSS.  
&lt;br /&gt;&lt;h2&gt;
System Requirements
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Microsoft Office SharePoint Server (MOSS).  WSS only is not enough!&lt;/li&gt;&lt;li&gt;.NET 3.5 (for running the desktop application)&lt;/li&gt;
&lt;/ul&gt;&lt;h2&gt;
Aids and References
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=SharePoint%20Search%20Bench%20API%20Guide&amp;amp;referringTitle=Home"&gt;SharePoint Search Bench API Guide&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.codeplex.com/SPSearchBench/Wiki/View.aspx?title=Example%20Full%20Text%20SQL%20queries&amp;amp;referringTitle=Home"&gt;Example Full Text SQL queries&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Writing SQL Syntax Queries for Relevant Results in Enterprise Search: &lt;a href="http://msdn2.microsoft.com/en-us/library/bb219479.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/bb219479.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;QueryPacket / Schema for Enterprise Search (search web service): &lt;a href="http://msdn2.microsoft.com/en-us/library/ms563775.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms563775.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:24:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080218072431P</guid></item><item><title>UPDATED RELEASE: SharePoint Search Bench v1.1.0.0 (Feb 18, 2008)</title><link>http://www.codeplex.com/SPSearchBench/Release/ProjectReleases.aspx?ReleaseId=10434</link><description>This release contains a few new features.  One significant addition is the introduction of the FullTextBuilder class to the API.  This class assists in generating full text search phrases without the developer needing knowledge of how to construct them.  Also included is support for verbose logging using log4net.</description><author></author><pubDate>Mon, 18 Feb 2008 19:23:56 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: SharePoint Search Bench v1.1.0.0 (Feb 18, 2008) 20080218072356P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:12:14 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080218071214P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:12:09 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080218071209P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>kindohm</author><pubDate>Mon, 18 Feb 2008 19:11:07 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080218071107P</guid></item><item><title>CREATED FEATURE: API CHM documentation</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=9300</link><description>API CHM documentation.&lt;br /&gt;</description><author>kindohm</author><pubDate>Mon, 11 Feb 2008 03:38:42 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: API CHM documentation 20080211033842A</guid></item><item><title>CREATED FEATURE: Add support for SPQuery/CAML queries</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=9285</link><description>Add support for SPQuery&amp;#47;CAML queries&lt;br /&gt;</description><author>kindohm</author><pubDate>Wed, 06 Feb 2008 14:23:40 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Add support for SPQuery/CAML queries 20080206022340P</guid></item><item><title>CREATED FEATURE: Full text query builder</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=9278</link><description>A set of classes that assists with writing full text queries.&lt;br /&gt;</description><author>kindohm</author><pubDate>Mon, 04 Feb 2008 04:25:21 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Full text query builder 20080204042521A</guid></item><item><title>CLOSED FEATURE: Eliminate QueryPacket XML templates</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=8329</link><description>The app currently relies on user-customizable XML strings for the web service QueryPacket XML.  It uses replaceable parameters to fill in the query text, returned columns, etc.  Instead of relying on the template XML, the entire query packet XML should be able to be generated on the fly from user input.&lt;br /&gt;Comments: Fixed and released.</description><author>kindohm</author><pubDate>Mon, 04 Feb 2008 04:22:46 GMT</pubDate><guid isPermaLink="false">CLOSED FEATURE: Eliminate QueryPacket XML templates 20080204042246A</guid></item><item><title>CLOSED ISSUE: web service url inference</title><link>http://www.codeplex.com/SPSearchBench/WorkItem/View.aspx?WorkItemId=8336</link><description>Be able to infer the web service url.  If a user types in &amp;#34;http&amp;#58;&amp;#47;&amp;#47;server&amp;#34; when the Web Service connection method is being used, the app should be smart enough to automatically add  &amp;#34;&amp;#47;_vti_bin&amp;#47;search.asmx&amp;#34; to the end of it if that portion of the Url is not present.  Otherwise the app throws an exception and crashes if the app url is not found.&lt;br /&gt;Comments: Fixed and released.</description><author>kindohm</author><pubDate>Mon, 04 Feb 2008 04:22:17 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: web service url inference 20080204042217A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/SPSearchBench/SourceControl/ListDownloadableCommits.aspx</link><description>Added log4net support and logging classes.</description><author>kindohm</author><pubDate>Fri, 01 Feb 2008 19:48:56 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080201074856P</guid></item></channel></rss>