<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Venexus DotNetNuke Blog - DotNetNuke Search</title>
    <link>http://dnnblog.venexus.com/</link>
    <description>DotNetNuke Articles, Code Snippets, Errors, and News</description>
    <language>en-us</language>
    <copyright>Venexus, Inc.</copyright>
    <lastBuildDate>Sun, 08 Apr 2007 23:37:38 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>xfernal@venexus.com</managingEditor>
    <webMaster>xfernal@venexus.com</webMaster>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=01d9d0ef-6e5d-40d2-b364-000e47ca30e3</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,01d9d0ef-6e5d-40d2-b364-000e47ca30e3.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <font face="Verdana"> I have been asked to compare the differences between our
search engine and Open-SearchEngine. I agree this is an important question that needs
to be answered, so I decided to put together a comparison between the core DNN Search,
Open-SearchEngine, and Venexus Search Engine. While my opinion of which is the best,
is defintely biased toward our own product, I have tried to provide an in-depth look
at the basics of how each search engine works, a feature matrix, and simple search
results analysis. Without further ado, read on...</font>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <strong>
            <font face="Verdana" size="3">DotNetNuke
Search (core project)</font>
          </strong>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">DNN Search is part of the
DNN core that is installed and configured out of the box.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">DotNetNuke Search consists of 4
main pieces:</font>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">
              <em>Scheduled Task</em>
            </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">The scheduled task initiates the process of indexing the modules,
at the scheduled time interval. An iteration of all modules that support iSearchable
is performed. During this process, text that is extracted from the module is cleaned,
parsed, and added to search word and search items tables.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <em>
              <font face="Verdana">Search Admin</font>
            </em>
          </li>
        </ul>
        <p>
          <font face="Verdana">
            <em>                    </em>The
search admin is for setting the maximum word length, minimum word length, option to
include common words, and the option to include numbers. </font>
        </p>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <em>
              <font face="Verdana">Search Input Module</font>
            </em>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">A module or skin object can be used to provide the form for the
search query. In module settings, you can use the default button, or an image. You
do not have the option to change this image within the module, nor change the text.
Styles can be used to make some look and feel changes, but it is limited. When a search
is performed, the user is redirected to the Search Results page.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">
              <em>Search Results Module</em>
            </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <font face="Verdana">This module provides the
search results. In the settings, you can set the maximum search results, results per
page, maximum title length, maximum description length, and the option to show description.
Results are limited to the exact word queried.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">Oddly enough, there no longer
appears to be a DNN forum for search, or a blog dedicated to it on the </font>
          <a href="http://www.dotnetnuke.com/" _fcksavedurl="http://www.dotnetnuke.com">
            <font face="Verdana">DotNetNuke
website</font>
          </a>
          <font face="Verdana">. However, a good place to find out more about
the core module is </font>
          <a href="http://www.innovatasites.com/tabid/1341/Default.aspx" _fcksavedurl="http://www.innovatasites.com/tabid/1341/Default.aspx">
            <font face="Verdana">ecktwo’s
site</font>
          </a>
          <font face="Verdana">. There is a lot of information about how all
the pieces work together, as well as the bugs/issues of DotNetNuke Search. There is
also a tutorial and report on </font>
          <a href="http://www.innovatasites.com/tabid/2497/Default.aspx" _fcksavedurl="http://www.innovatasites.com/tabid/2497/Default.aspx">
            <font face="Verdana">DNN
Search for DNN 4</font>
          </a>
          <font face="Verdana">.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <strong>
            <font face="Verdana" size="3">Open-SearchEngine</font>
          </strong>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <a href="http://www.opendnn.com/Products/OpenSearchEngine/Features/tabid/69/Default.aspx" _fcksavedurl="http://www.opendnn.com/Products/OpenSearchEngine/Features/tabid/69/Default.aspx">
            <font face="Verdana">Open-SearchEngine</font>
          </a>
          <font face="Verdana"> is
developed by </font>
          <a href="http://www.xepient.com/" _fcksavedurl="http://www.xepient.com/">
            <font face="Verdana">Xepient
Solutions</font>
          </a>
          <font face="Verdana">. The package is capable of indexing HTML
content as well as PDF’s and several Office documents. Open-SearchEngine uses </font>
          <a href="http://incubator.apache.org/lucene.net/" _fcksavedurl="http://incubator.apache.org/lucene.net/">
            <font face="Verdana">Lucene.Net</font>
          </a>
          <font face="Verdana">,
a port of the </font>
          <a href="http://lucene.apache.org/java/docs/index.html" _fcksavedurl="http://lucene.apache.org/java/docs/index.html">
            <font face="Verdana">Java
Lucene Search Engine</font>
          </a>
          <font face="Verdana">, for indexing and querying.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">Open-Search Engine consists
of 4 main pieces:</font>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <em>
              <font face="Verdana">Scheduled Task </font>
            </em>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">Test The scheduled task initiates the process of spidering, at
the scheduled time interval. Lucene.Net handles indexing of the data.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">
              <em>Search Engine Admin Module</em>
            </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">This module provides an interface for configuring the search
engine to your preferences. You can add a starting URL and by default, spidering is
enabled. This allows you to offer multiple sites in your search engine. However, unless
disabled, each time you run the process to update the index, all URLs are re-crawled.
With many URLs on the site(s) you index, it can lead to a very long time between
the completion of crawling and indexing runs.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">
              <em>Search Input Module</em>  </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">A module or skin object can be used to provide the form for the
search query. In module settings, you can use the default button, or an image. You
also have the option to add “Search” as text or image before the textbox.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">
              <em>Search Results Module</em>
            </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <font face="Verdana">This module provides the
search results. In the settings, you can set which sites are part of the results scope,
maximum results per page, maximum title length, title link target, and the option
to hide description.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
          </font> 
</div>
        <div style="MARGIN: 0in 0in 0pt">
          <strong>
            <font face="Verdana" size="3">Venexus Search
Engine</font>
          </strong>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">The </font>
          <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx" _fcksavedurl="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">
            <font face="Verdana">Venexus
Search Engine</font>
          </a>
          <font face="Verdana"> is quite different than the other 2
solutions. The package includes 2 modules and requires MS SQL Server Full-Text
Indexing. Like traditional crawlers, VSE can crawl and index a variety of data, but
where the real difference is seen is in it's ability to also “crawl” and index RSS
feeds. This is the key to keeping the search results up-to-date, while conserving
server and bandwidth resources. Rather than recrawling and reindexing all content,
"smart caching" is used to determine when RSS feeds need to be aggregated, and when
non-syndicated content needs to be recrawled on the site.</font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">  </font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">The Venexus Search Engine consists
of 2 main pieces:</font>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">Seamus Module </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">The Seamus module is the “search engine aggregation module utilizing
syndication”. On the first load of the module, Seamus iterates through the core
DNN modules on all portals that support the iPortable interface. Seamus uses this
“initial dump” to gather other URLs for the site. You also have the ability to add
feeds to Seamus, not only for your site, but any external site. With “global crawler”
enabled, any external site URLs that are discovered during crawling, are added to
the queue as well.  Using AJAX, Seamus performs crawling of 3 feeds and 3 URLs
with each load. If the user remains on the page, using AJAX, Seamus will continue
to crawl and save the data to the table for indexing.  This decreases the load
on the server by spreading the crawling and indexing across several user sessions,
rather than a single scheduled task.</font>
          </p>
        </div>
        <ul style="MARGIN-TOP: 0in" type="disc">
          <li style="MARGIN: 0in 0in 0pt">
            <font face="Verdana">Search Module </font>
          </li>
        </ul>
        <div style="MARGIN: 0in 0in 0pt 0.5in">
          <p>
            <font face="Verdana">The Search module provides the search box, as well as the results.
Using Microsoft SQL Server’s feature of Full-Text Indexing, data is indexed from the
crawling and storing provided by Seamus. Within the settings you can specify the search
button text or use you own custom image for the button, set maximum
search length, set search bx size, maximum results, results per page, set maximum
length of display URL, specify remote connection string (database other than
DNN), specify portal specific search, or allow user to select between site or all
of the web search.</font>
          </p>
        </div>
        <p style="MARGIN: 0in 0in 0pt">
          <strong>
            <font face="Verdana" size="3">Feature Comparison Matrix:</font>
          </strong>
        </p>
        <p style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">Below you will find a list of features for DNN Search, Open-SearchEngine,
Venexus Search Engine Standard, and Venexus Search Engine PRO.</font>
        </p>
        <div style="MARGIN: 0in 0in 0pt">
          <table cellspacing="0" cellpadding="0" border="1">
            <tbody>
              <tr>
                <td valign="top" width="173">
                  <div align="center">
                    <strong>
                      <font face="Verdana" size="1">Feature</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div align="center">
                    <strong>
                      <font face="Verdana" size="1">DNN Search</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div align="center">
                    <strong>
                      <font face="Verdana" size="1">Open-SearchEngine</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div align="center">
                    <strong>
                      <font face="Verdana" size="1">Venexus Search Engine Standard</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div align="center">
                    <strong>
                      <font face="Verdana" size="1">Venexus Search Engine PRO</font>
                    </strong>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Crawling Method</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Module Indexer (Must implement iSearchable)</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Custom URL crawler/spider (Must have starting URL
for each site, with crawling enabled)</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Custom Crawler</font>
                  </div>
                  <div>
                    <font face="Verdana" size="1">(Uses iPortable interface, traditional URL crawler/spider,
and RSS aggregation)</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Custom Crawler</font>
                  </div>
                  <div>
                    <font face="Verdana" size="1">(Uses iPortable interface, traditional URL crawler/spider,
and RSS aggregation)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Crawl and Index Start</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Requires DNN Scheduled Task</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Requires DNN Scheduled Task</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">User Interactive (AJAX in aggregation module)</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">User Interactive (AJAX in aggregation module)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Global Crawler</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No (Requires input of each domain)</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">DNN User Impersonation</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">No (Version 2.0)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Windows Authentication</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">No (Version 2.0)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Exclude List</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Excel Documents</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">PDF Files</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">PowerPoints</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">RTF Files</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Word Docs</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Index File System</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">No (Version 2.0)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Index</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Table Driven Index</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Lucene.Net (flat file)</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Full-Text Indexing in SQL Server (flat file)</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Full-Text Indexing in SQL Server (flat file)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">RSS</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Enclosure Support (podcast/vodcast)</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Feed Discovery</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Smart Caching</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Allow users to add feeds</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Generates RSS Feed of latest items indexed</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Blog and Feed Aggregator Pinging</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Search Skin Object</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Utilize DNN Search Skin</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Modify search box and image</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Use Image or Text for Search button</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Portal(site) or Web search</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Keyword Highlighting</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Cached Version</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">No (Version 2.0)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">User Saved Searches</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">No (Version 2.0)</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Social Bookmarking</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">No</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">Yes</font>
                  </div>
                </td>
              </tr>
              <tr>
                <td valign="top" width="173">
                  <div>
                    <strong>
                      <font face="Verdana" size="1">Price</font>
                    </strong>
                  </div>
                </td>
                <td valign="top" width="134">
                  <div>
                    <font face="Verdana" size="1">Free</font>
                  </div>
                </td>
                <td valign="top" width="153">
                  <div>
                    <font face="Verdana" size="1">$49</font>
                  </div>
                </td>
                <td valign="top" width="127">
                  <div>
                    <font face="Verdana" size="1">Free</font>
                  </div>
                </td>
                <td valign="top" width="152">
                  <div>
                    <font face="Verdana" size="1">$199</font>
                  </div>
                </td>
              </tr>
            </tbody>
          </table>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <strong>
              <font face="Verdana" size="3">Performance and Relevancy:</font>
            </strong>
          </p>
          <p>
            <font face="Verdana">What about performance and the relevancy of the results? I setup
a test site with 5 total pages of content and installed/configured DNN Search, Open-SearchEngine,
and Venexus Search Engine on separate pages. I also installed PageGenerated module
from </font>
            <a href="http://www.ventrian.com/" _fcksavedurl="http://www.ventrian.com/">
              <font face="Verdana">Ventrian
Systems</font>
            </a>
            <font face="Verdana"> to show page execution time. I am not
sure of any accuracy for a benchmark here, but the following results are the best
of 5 consecutive query executions against each search engine using "truman" without
quotes as the search query. In reality, there are only 2 relevant pages associated
with "truman". There is a link from the home page of the site with the text "Truman
Doctrine" as a contextual link that directs the user to the full document about
the "Truman Doctrine". Ideally, we should expect the document that is all about "truman"
and his doctrine to be listed first:</font>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <strong>
              <font face="Verdana" size="2">DNN Search:</font>
            </strong>
          </p>
          <p>
            <a href="http://search.venexus.com/search001.jpg" _fcksavedurl="http://search.venexus.com/search001.jpg">
              <font face="Verdana">
                <img alt="" src="http://search.venexus.com/search001.jpg" _fcksavedurl="http://search.venexus.com/search001.jpg" />
              </font>
            </a>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <font face="Verdana">
              <strong>Best Execution Time</strong>: <font color="#ff0000"><strong>0.218531
seconds</strong></font></font>
          </p>
          <p>
            <font face="Verdana">
              <strong>Results Returned:</strong> 1</font>
          </p>
          <p>
            <strong>
              <font face="Verdana">Notes:</font>
            </strong>
          </p>
          <p>
            <font face="Verdana">The only result returned is not the most relevant page on the
site. In fact, the "Truman Doctrine" page is not even listed as a result. This must
be because the word "truman" does not actually appear in the content of the text/html
module on the Truman Doctrine page. There is "HARRY S. TRUMAN'S ADDRESS" in the content,
but DNN Search can only return results where the query is spelled EXACTLY like something
in the content.</font>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <strong>
            <font face="Verdana" size="2">Open-SearchEngine:</font>
          </strong>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <font face="Verdana">
            <img alt="" src="http://search.venexus.com/search002.jpg" _fcksavedurl="http://search.venexus.com/search002.jpg" /> </font>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <font face="Verdana">
              <strong>Best page Execution:</strong>
              <font color="#ff0000">
                <strong>0.1093155
seconds</strong>
              </font>
            </font>
          </p>
          <p>
            <font face="Verdana">
              <strong>Returned Results:</strong> 10</font>
          </p>
          <p>
            <strong>
              <font face="Verdana">Notes:</font>
            </strong>
          </p>
          <p>
            <font face="Verdana">Notice the poor description and the fact that the true most relevant
document (the "Truman Doctrine" page) is the 5th result. Also, there are several results
of pages that have no information about "Truman" except for the link in the SolPartMenu.
While it is good that the search engine is able to crawl the solpartmenu, it is unfortunate
that the search engine weights pages that just have links in a menu higher than the
most relevant result. The best page execution time was half that of DNN Search, which
is excellent.</font>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <strong>
              <font face="Verdana" size="2">Venexus Search Engine:</font>
            </strong>
          </p>
          <p>
            <strong>
              <font face="Verdana">
                <img alt="" src="http://search.venexus.com/search003.jpg" _fcksavedurl="http://search.venexus.com/search003.jpg" />
              </font>
            </strong>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <font face="Verdana">
              <strong>Best Page Execution:</strong>
              <strong>
                <font color="#ff0000">0.046866
seconds</font>
              </strong>
            </font>
          </p>
        </div>
        <div style="MARGIN: 0in 0in 0pt">
          <p>
            <font face="Verdana">
              <strong>Results Returned:</strong> 3</font>
          </p>
          <p>
            <strong>
              <font face="Verdana">Notes:</font>
            </strong>
          </p>
          <p>
            <font face="Verdana">Notice the first result is the actual document (the "Truman Doctrine"
page)  we are looking for. Also, page execution time is less than half the time
than Open-SearchEngine and a quarter of the time compared to DNN Search.</font>
          </p>
          <p>
            <strong>
              <font face="Verdana" size="3">Conclusion:</font>
            </strong>
          </p>
          <p>
            <font face="Verdana">The implementation provided by the DNN core team for the built-in
DotNetNuke Search suits the needs for many smaller sites. However, larger sites will
quickly run into issues with memory consumption due to the way the module indexing
is performed. The search architecture is limited and greatly impacts the performance
of the site and the search results due to the indexing process and the direct SQL
table queries that holds the words and index. Most likely this is due to the
requirement for database independence, rather than poor design. If your site
is small, needs database independence, and search results are helpful, but not
really an important piece of your site, then this may be the best tool for
you.</font>
          </p>
          <p>
            <font face="Verdana">If you are looking for a traditional search engine crawler, with
good scalability, and you require database server independence, and decent search
results, Open-SearchEngine may be the solution for you. It is by far better than the
core DNN Search, but relies on tradional crawling and indexing methods. Conservation
of bandwidth and server resources are debatable since there is no method of smart
caching available. The ability for this engine to index direcories of files is an
important feature than neither DNN Search, nor VSE offer. However, the lack of RSS
aggregation as the new medium for crawling and gathering new and updated data is a
huge issue that will lead to stagnant search results without frequently reindexing
all URLs.  As evident from the simple search results analysis performed, most
results are not really relevant, but it is better than not returning any true relevant
results like DNN Search due to spelling differences. It just means your users will
have plenty to click on before finding the correct document they are looking for.
While execution time is certainly better than DNN Search, it is still significantly
slower than the Venexus Search Engine execution time.</font>
          </p>
          <p>
            <font face="Verdana">The Venexus Search Engine offers 2 versions, the standard (free
version), and the Pro (not free version).  The standard version still offers
many of the features smaller sites require, including quick and relevant results,
but does not include some of the nicer features of the Pro version like PDF and MS
Office document indexing and </font>
            <a href="http://dnnblog.venexus.com/The+Power+Of+Blog+And+Feed+Aggregator+Pinging+For+SEO+Benefits.aspx" _fcksavedurl="http://dnnblog.venexus.com/The+Power+Of+Blog+And+Feed+Aggregator+Pinging+For+SEO+Benefits.aspx">
              <font face="Verdana">blog
and feed aggregation pinging service</font>
            </a>
            <font face="Verdana">. Where VSE really
shines is in its ability to provide and aggregate RSS feeds for inclusion in its index.
The smart caching and user interactive crawling using AJAX distributes the load on
the server and bandwidth. The major advantage and disadvantage of VSE is MS SQL Server
Full-Text indexing. The disadvantage is that VSE is NOT database independant and requires
Full-Text indexing enabled versions of MS SQL Server in order to operate. The advantage
is that it uses Full-Text Indexing from MS SQL Server for more relevant and faster
search results. We know VSE is scalable because it has been tested against a database
of over 2 million indexed pages. The simple search results analysis shows that it
is 4 times faster than DNN Search and 2 times faster than Open-SearchEngine. The actual
search results speak for themselves, delivering the most relevant result as #1 and
contextual links from the home page as supplemental results.</font>
          </p>
          <p>
            <font face="Verdana">Picking the right search engine application is important for
your website and now you should be armed with the knowledge of how each one operates,
the differences in features between them, and the overall performance and relevancy
of the search results.</font>
          </p>
          <p>
            <font face="Verdana">I hope this answers everyone's questions concerning the differences
between the 3 DotNetNuke Search Engines. Feel free to comment with questions or suggestion
on how this post can be improved. If you know of a feature or difference that I missed,
please let me know. </font>
            <font face="Verdana">While this post is quite lengthy,
I plan on keeping it updated as a resource for those who would like to keep track
of the differences between each DNN search engine. </font>
          </p>
        </div>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=01d9d0ef-6e5d-40d2-b364-000e47ca30e3" />
      </body>
      <title>Differences Between DNN Search Engines</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,01d9d0ef-6e5d-40d2-b364-000e47ca30e3.aspx</guid>
      <link>http://dnnblog.venexus.com/Differences+Between+DNN+Search+Engines.aspx</link>
      <pubDate>Sun, 08 Apr 2007 23:37:38 GMT</pubDate>
      <description>&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&amp;nbsp;I have been asked to compare the differences between our
search engine and Open-SearchEngine. I agree this is an important question that needs
to be answered, so I decided to put together a comparison between the core DNN Search,
Open-SearchEngine, and Venexus Search Engine. While my opinion of which is the best,
is defintely biased toward our own product, I have tried to provide an in-depth look
at the basics of how each search engine works, a feature matrix, and simple search
results analysis. Without further ado, read on...&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;strong&gt;&lt;font face=Verdana size=3&gt;DotNetNuke Search
(core project)&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;DNN Search is&amp;nbsp;part of the
DNN core that is&amp;nbsp;installed and configured out of the box.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;DotNetNuke Search consists of&amp;nbsp;4
main pieces:&lt;/font&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;&lt;em&gt;Scheduled Task&lt;/em&gt; &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The scheduled task initiates the process of indexing the modules,
at the scheduled time interval. An iteration of all modules that support iSearchable
is performed. During this process, text that is extracted from the module is cleaned,
parsed, and added to search word and search items tables.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;em&gt;&lt;font face=Verdana&gt;Search Admin&lt;/font&gt;&lt;/em&gt; 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;em&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/em&gt;The
search admin is for setting the maximum word length, minimum word length, option to
include&amp;nbsp;common words, and&amp;nbsp;the option to include numbers.&amp;nbsp;&lt;/font&gt;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;em&gt;&lt;font face=Verdana&gt;Search Input Module&lt;/font&gt;&lt;/em&gt; 
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;A module or skin object can be used to provide the form for the
search query. In module settings, you can use the default button, or an image. You
do not have the option to change this image within the module, nor change the text.
Styles can be used to make some look and feel changes, but it is limited. When a search
is performed, the user is redirected to the Search Results page.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;&lt;em&gt;Search Results Module&lt;/em&gt; &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;font face=Verdana&gt;This module provides the
search results. In the settings, you can set the maximum search results, results per
page, maximum title length, maximum description length, and the option to show description.
Results are limited to the exact word queried.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;Oddly enough, there no longer
appears to be a DNN forum for search, or a blog dedicated to it on the &lt;/font&gt;&lt;a href="http://www.dotnetnuke.com/" _fcksavedurl="http://www.dotnetnuke.com"&gt;&lt;font face=Verdana&gt;DotNetNuke
website&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;. However, a good place to find out more about
the core module is &lt;/font&gt;&lt;a href="http://www.innovatasites.com/tabid/1341/Default.aspx" _fcksavedurl="http://www.innovatasites.com/tabid/1341/Default.aspx"&gt;&lt;font face=Verdana&gt;ecktwo’s
site&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;. There is a lot of information about how all the
pieces work together, as well as the bugs/issues of DotNetNuke Search. There is also
a tutorial and report on &lt;/font&gt;&lt;a href="http://www.innovatasites.com/tabid/2497/Default.aspx" _fcksavedurl="http://www.innovatasites.com/tabid/2497/Default.aspx"&gt;&lt;font face=Verdana&gt;DNN
Search for DNN 4&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;strong&gt;&lt;font face=Verdana size=3&gt;Open-SearchEngine&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;a href="http://www.opendnn.com/Products/OpenSearchEngine/Features/tabid/69/Default.aspx" _fcksavedurl="http://www.opendnn.com/Products/OpenSearchEngine/Features/tabid/69/Default.aspx"&gt;&lt;font face=Verdana&gt;Open-SearchEngine&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt; is
developed by &lt;/font&gt;&lt;a href="http://www.xepient.com/" _fcksavedurl="http://www.xepient.com/"&gt;&lt;font face=Verdana&gt;Xepient
Solutions&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;. The package is capable of indexing HTML content
as well as PDF’s and several Office documents. Open-SearchEngine uses &lt;/font&gt;&lt;a href="http://incubator.apache.org/lucene.net/" _fcksavedurl="http://incubator.apache.org/lucene.net/"&gt;&lt;font face=Verdana&gt;Lucene.Net&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;,
a port of the &lt;/font&gt;&lt;a href="http://lucene.apache.org/java/docs/index.html" _fcksavedurl="http://lucene.apache.org/java/docs/index.html"&gt;&lt;font face=Verdana&gt;Java
Lucene Search Engine&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;, for indexing and querying.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;Open-Search Engine consists of
4 main pieces:&lt;/font&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;em&gt;&lt;font face=Verdana&gt;Scheduled Task &lt;/font&gt;&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;Test The scheduled task initiates the process of spidering, at
the scheduled time interval. Lucene.Net handles indexing of the data.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;&lt;em&gt;Search Engine Admin Module&lt;/em&gt; &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;This module provides an interface for configuring the search engine
to your preferences. You can add a starting URL and by default, spidering is enabled.
This allows you to offer multiple sites in your search engine. However, unless disabled,
each time you run the process to update the index, all URLs are re-crawled. With many
URLs on the site(s) you index, it&amp;nbsp;can lead to a very long time between the completion
of crawling and indexing runs.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;&lt;em&gt;Search Input Module&lt;/em&gt;&amp;nbsp; &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;A module or skin object can be used to provide the form for the
search query. In module settings, you can use the default button, or an image. You
also have the option to add “Search” as text or image before the textbox.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;&lt;em&gt;Search Results Module&lt;/em&gt; &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;&lt;font face=Verdana&gt;This module provides the
search results. In the settings, you can set which sites are part of the results scope,
maximum results per page, maximum title length, title link target, and the option
to hide description.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;strong&gt;&lt;font face=Verdana size=3&gt;Venexus Search
Engine&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;The &lt;/font&gt;&lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx" _fcksavedurl="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;&lt;font face=Verdana&gt;Venexus
Search Engine&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt; is quite different than the other 2 solutions.
The package includes 2 modules&amp;nbsp;and requires MS SQL Server Full-Text Indexing.
Like traditional crawlers, VSE can crawl and index a variety of data, but where the
real difference is seen is in it's ability to also “crawl” and index RSS feeds. This
is the key to keeping the search results up-to-date, while conserving server and bandwidth
resources. Rather than recrawling and reindexing all content, "smart caching" is used
to determine when RSS feeds need to be aggregated, and when non-syndicated content
needs to be recrawled on the site.&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&amp;nbsp;&amp;nbsp;&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;The Venexus Search Engine consists
of 2 main pieces:&lt;/font&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;Seamus Module &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The Seamus module is the “search engine aggregation module utilizing
syndication”.&amp;nbsp;On the first load of the module, Seamus iterates through the core
DNN modules on all portals that support the iPortable interface. Seamus uses this
“initial dump” to gather other URLs for the site. You also have the ability to add
feeds to Seamus, not only for your site, but any external site. With “global crawler”
enabled, any external site URLs that are discovered during crawling, are added to
the queue as well. &amp;nbsp;Using AJAX, Seamus performs crawling of 3 feeds and 3 URLs
with each load. If the user remains on the page, using AJAX, Seamus will continue
to crawl and save the data to the table for indexing. &amp;nbsp;This decreases the load
on the server by spreading the crawling and indexing across several user sessions,
rather than a single scheduled task.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;Search Module &lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The Search module provides the search box, as well as the results.
Using Microsoft SQL Server’s feature of Full-Text Indexing, data is indexed from the
crawling and storing provided by Seamus. Within the settings you can specify the search
button text or use&amp;nbsp;you own custom image for the button,&amp;nbsp;set&amp;nbsp;maximum
search length, set search bx size, maximum results, results per page, set maximum
length of display URL,&amp;nbsp;specify remote connection string (database other than
DNN), specify portal specific search, or allow user to select between site or all
of the web search.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;font face=Verdana size=3&gt;Feature Comparison Matrix:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face=Verdana&gt;Below you will find a list of features for DNN Search, Open-SearchEngine,
Venexus Search Engine Standard, and Venexus Search Engine PRO.&lt;/font&gt;
&lt;/p&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;table cellspacing=0 cellpadding=0 border=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div align=center&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Feature&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div align=center&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;DNN Search&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div align=center&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Open-SearchEngine&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div align=center&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Venexus Search Engine Standard&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div align=center&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Venexus Search Engine PRO&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Crawling Method&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Module Indexer (Must implement iSearchable)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Custom URL crawler/spider (Must have starting URL for
each site, with crawling enabled)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Custom Crawler&lt;/font&gt;
&lt;/div&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;(Uses iPortable interface, traditional URL crawler/spider,
and RSS aggregation)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Custom Crawler&lt;/font&gt;
&lt;/div&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;(Uses iPortable interface, traditional URL crawler/spider,
and RSS aggregation)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Crawl and Index Start&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Requires DNN Scheduled Task&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Requires DNN Scheduled Task&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;User Interactive (AJAX in aggregation module)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;User Interactive (AJAX in aggregation module)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Global Crawler&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Requires input of each domain)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;DNN User Impersonation&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Version 2.0)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Windows Authentication&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Version 2.0)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Exclude List&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Excel Documents&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;PDF Files&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;PowerPoints&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;RTF Files&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Word Docs&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Index File System&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Version 2.0)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Index&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Table Driven Index&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Lucene.Net (flat file)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Full-Text Indexing in SQL Server (flat file)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Full-Text Indexing in SQL Server (flat file)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;RSS&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Enclosure Support (podcast/vodcast)&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Feed Discovery&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Smart Caching&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Allow users to add feeds&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Generates RSS Feed of latest items indexed&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Blog and Feed Aggregator Pinging&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Search Skin Object&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Utilize DNN Search Skin&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Modify search box and image&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Use Image or Text for Search button&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Portal(site) or Web search&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Keyword Highlighting&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Cached Version&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Version 2.0)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;User Saved Searches&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No (Version 2.0)&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Social Bookmarking&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;No&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Yes&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=top width=173&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face=Verdana size=1&gt;Price&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=134&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Free&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=153&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;$49&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=127&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;Free&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td valign=top width=152&gt;
&lt;div&gt;&lt;font face=Verdana size=1&gt;$199&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana size=3&gt;Performance and Relevancy:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;What about performance and the relevancy of the results? I setup
a test site with 5 total pages of content and installed/configured DNN Search, Open-SearchEngine,
and Venexus Search Engine on separate pages. I also installed PageGenerated module
from &lt;/font&gt;&lt;a href="http://www.ventrian.com/" _fcksavedurl="http://www.ventrian.com/"&gt;&lt;font face=Verdana&gt;Ventrian
Systems&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;&amp;nbsp;to show page execution time. I am not sure
of any accuracy for a benchmark here, but the following results are the&amp;nbsp;best
of 5 consecutive query executions against each search engine using "truman" without
quotes as the search query. In reality, there are only 2 relevant pages associated
with "truman". There is a link from the home page of the site&amp;nbsp;with the text "Truman
Doctrine" as&amp;nbsp;a contextual link that directs the user to the full document about
the "Truman Doctrine". Ideally, we should expect the document that is all about "truman"
and his doctrine to be listed first:&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana size=2&gt;DNN Search:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://search.venexus.com/search001.jpg" _fcksavedurl="http://search.venexus.com/search001.jpg"&gt;&lt;font face=Verdana&gt;&lt;img alt="" src="http://search.venexus.com/search001.jpg" _fcksavedurl="http://search.venexus.com/search001.jpg"&gt;&lt;/font&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Best Execution Time&lt;/strong&gt;: &lt;font color=#ff0000&gt;&lt;strong&gt;0.218531
seconds&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Results Returned:&lt;/strong&gt; 1&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana&gt;Notes:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The only result returned is not the most relevant page on the site.
In fact, the "Truman Doctrine" page is not even listed as a result. This must be because
the word "truman" does not actually appear in the content of the text/html module
on the Truman Doctrine page. There is "HARRY S. TRUMAN'S ADDRESS" in the content,
but DNN Search can only return results where the query is spelled EXACTLY like something
in the content.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;strong&gt;&lt;font face=Verdana size=2&gt;Open-SearchEngine:&lt;/font&gt;&lt;/strong&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;&lt;font face=Verdana&gt;&lt;img alt="" src="http://search.venexus.com/search002.jpg" _fcksavedurl="http://search.venexus.com/search002.jpg"&gt;&amp;nbsp;&lt;/font&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Best page Execution:&lt;/strong&gt; &lt;font color=#ff0000&gt;&lt;strong&gt;0.1093155
seconds&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Returned Results:&lt;/strong&gt; 10&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana&gt;Notes:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;Notice the poor description and the fact that the true most relevant
document (the "Truman Doctrine" page) is the 5th result. Also, there are several results
of pages that have no information about "Truman" except for the link&amp;nbsp;in the SolPartMenu.
While it is good that the search engine is able to crawl the solpartmenu, it is unfortunate
that the search engine weights pages that just have links in a menu higher than the
most relevant result. The best page execution time was half that of DNN Search, which
is excellent.&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana size=2&gt;Venexus Search Engine:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana&gt;&lt;img alt="" src="http://search.venexus.com/search003.jpg" _fcksavedurl="http://search.venexus.com/search003.jpg"&gt;&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Best Page Execution:&lt;/strong&gt; &lt;strong&gt;&lt;font color=#ff0000&gt;0.046866
seconds&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="MARGIN: 0in 0in 0pt"&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;strong&gt;Results Returned:&lt;/strong&gt; 3&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana&gt;Notes:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;Notice the first result is the actual document (the "Truman Doctrine"
page) &amp;nbsp;we are looking for. Also, page execution time is less than half the time
than Open-SearchEngine and a quarter of the time compared to DNN Search.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font face=Verdana size=3&gt;Conclusion:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The implementation provided by the DNN core team for the built-in
DotNetNuke Search suits the needs for many smaller sites. However, larger sites will
quickly run into issues with memory consumption due to the way the module indexing
is performed. The search architecture is limited and greatly impacts the performance
of the site and the search results due to the indexing process and the direct SQL
table queries that holds the words and index.&amp;nbsp;Most likely this is due to the
requirement for database independence, rather than poor design.&amp;nbsp;If your site
is small, needs database independence, and&amp;nbsp;search results are helpful, but not
really an important piece of your site, then this may be the&amp;nbsp;best tool&amp;nbsp;for
you.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;If you are looking for a traditional search engine crawler, with
good scalability, and you require database server independence, and&amp;nbsp;decent&amp;nbsp;search
results, Open-SearchEngine may be the solution for you. It is by far better than the
core DNN Search, but relies on tradional crawling and indexing methods. Conservation
of bandwidth and server resources&amp;nbsp;are debatable since there is no method of smart
caching available. The ability for this engine to index direcories of files is an
important feature than neither DNN Search, nor VSE offer. However, the lack of RSS
aggregation as the new medium for crawling and gathering new and updated data is a
huge issue that will lead to stagnant search results without frequently reindexing
all URLs.&amp;nbsp; As evident from the simple search results analysis performed, most
results are not really relevant, but it is better than not returning any true relevant
results like DNN Search due to spelling differences. It just means your users will
have plenty to click on before finding the correct document they are looking for.
While execution time is certainly better than DNN Search, it is still significantly
slower than the Venexus Search Engine execution time.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;The Venexus Search Engine offers 2 versions, the standard (free
version), and the Pro (not free&amp;nbsp;version).&amp;nbsp; The standard version still offers
many of the features smaller sites require, including quick&amp;nbsp;and relevant results,
but does not include some of the nicer features of the Pro version like PDF and MS
Office document indexing and &lt;/font&gt;&lt;a href="http://dnnblog.venexus.com/The+Power+Of+Blog+And+Feed+Aggregator+Pinging+For+SEO+Benefits.aspx" _fcksavedurl="http://dnnblog.venexus.com/The+Power+Of+Blog+And+Feed+Aggregator+Pinging+For+SEO+Benefits.aspx"&gt;&lt;font face=Verdana&gt;blog
and feed aggregation pinging service&lt;/font&gt;&lt;/a&gt;&lt;font face=Verdana&gt;. Where VSE really
shines is in its ability to provide and aggregate RSS feeds for inclusion in its index.
The smart caching and user interactive crawling using AJAX distributes the load on
the server and bandwidth. The major advantage and disadvantage of VSE is MS SQL Server
Full-Text indexing. The disadvantage is that VSE is NOT database independant and&amp;nbsp;requires
Full-Text indexing enabled versions of MS SQL Server in order to operate. The advantage
is that it uses Full-Text Indexing from MS SQL Server for more relevant and faster
search results. We know VSE is scalable because it has been tested against a database
of over 2 million indexed pages. The simple search results analysis shows that it
is 4 times faster than DNN Search and 2 times faster than Open-SearchEngine. The actual
search results speak for themselves, delivering the most relevant result as #1 and
contextual links from the home page as supplemental results.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;Picking the right search engine application is important for your
website and now you should be armed with the knowledge of how each one operates, the
differences in features between them, and the overall performance and relevancy of
the search results.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;I hope this answers everyone's questions concerning the differences
between the 3 DotNetNuke Search Engines. Feel free to comment with questions or suggestion
on how this post can be improved. If you know of a feature or difference that I missed,
please let me know. &lt;/font&gt;&lt;font face=Verdana&gt;While this post is quite lengthy, I
plan on keeping it updated&amp;nbsp;as a resource for those who would like to keep track
of the differences between each DNN search engine. &lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=01d9d0ef-6e5d-40d2-b364-000e47ca30e3" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=234cf4df-f57b-44f2-b540-f6215c8c0c75</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,234cf4df-f57b-44f2-b540-f6215c8c0c75.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We did a search engine optimization (SEO) campaign for a client a while
back that required us to setup a few new domains with blogging software. We used a
variety of different blogging software  and noticed something very interesting...sites
that performed pinging were crawled within 1-3 days and indexed within 2 weeks. All
of the domains we used were brand new. In some cases, keywords that we were focusing
on were in top 10 search results in 2 weeks as well. Needless to say, the client was
happy.
</p>
        <p>
So, we added a pinging feature as part of our <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">DotNetNuke
search engine module</a>. Seamus, our <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx">search
engine aggregation module</a>, generates a RSS feed for the entire DNN portal. Anytime
a tab/page is added or updated and Seamus finds this change, if the "Pinging Service"
is enabled, it will ping 14 different blog and feed aggregation services. 
</p>
        <p>
So you are probably asking how does this work. Well, we send a "ping" to these
aggregation services using XML-RPC. It simply tells these services that there is new
content available on your site and to check the RSS feed. These services then will
consume the feed and add it to their index. This provides a contextual link (assuming
you actually use good titles for your pages) from these service sites directly to
the content on your site. Pretty cool, huh?
</p>
        <p>
Currently the following services are pinged with our module:
</p>
        <ol>
          <li>
BlogDigger.com</li>
          <li>
BlogFlux.com</li>
          <li>
Blogsearch.Google.com</li>
          <li>
BlogRolling.com</li>
          <li>
Bulkfeeds.net</li>
          <li>
Feedburner.com</li>
          <li>
Feedster.com</li>
          <li>
IceRocket.com</li>
          <li>
Pingomatic.com</li>
          <li>
Syndic8.com</li>
          <li>
Technorati.com</li>
          <li>
My.Yahoo.com</li>
          <li>
Weblogs.com</li>
          <li>
Weblogalot.com</li>
        </ol>
        <p>
As a test, we dropped our search engine module on a new domain on 3/16/2007. With
no links from external sites pointing to this domain, most if not all of the traffic
was from our development at this point, averaging about 3-5 unique visitors a day
(probably me, the client, and one or more of our developers). As of yesterday, the
site had almost 150 unique visitors. Not bad for 2 weeks, considering we have done
nothing else to this site other than add 10 total pages of content. This site is off
to a great start and we have not even started a linking or submission campaign. See
the graph below:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/seo-visitors.png" border="0" />
        </p>
        <p>
Also, checkout the following post on <a href="http://www.marketingpilgrim.com">Marketing
Pilgrim</a> about <a href="http://www.marketingpilgrim.com/2007/03/faster-indexing-through-pinging-google-blog-search.html">faster
indexing through pinging Google blog search</a> that collaborates our results.
</p>
        <p>
Ready to see the power of pinging blog and feed aggregators? Add a pinging service
to your DNN site and watch the traffic roll in.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=234cf4df-f57b-44f2-b540-f6215c8c0c75" />
      </body>
      <title>The Power of Blog and Feed Aggregator Pinging for SEO Benefits</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,234cf4df-f57b-44f2-b540-f6215c8c0c75.aspx</guid>
      <link>http://dnnblog.venexus.com/The+Power+Of+Blog+And+Feed+Aggregator+Pinging+For+SEO+Benefits.aspx</link>
      <pubDate>Tue, 03 Apr 2007 21:54:46 GMT</pubDate>
      <description>&lt;p&gt;
We did a&amp;nbsp;search engine optimization (SEO)&amp;nbsp;campaign for a client a while
back that required us to setup a few new domains with blogging software. We used a
variety of different blogging software&amp;nbsp;&amp;nbsp;and noticed something very interesting...sites
that performed pinging were crawled within 1-3 days and indexed within 2 weeks. All
of the domains we used were brand new. In some cases, keywords that we were focusing
on were in top 10 search results in 2 weeks as well. Needless to say, the client was
happy.
&lt;/p&gt;
&lt;p&gt;
So,&amp;nbsp;we added a pinging feature&amp;nbsp;as part of our &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;DotNetNuke
search engine module&lt;/a&gt;. Seamus, our &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx"&gt;search
engine aggregation module&lt;/a&gt;, generates a RSS feed for the entire DNN portal. Anytime
a tab/page is added or updated and Seamus finds this change, if the "Pinging Service"
is enabled, it will ping 14 different blog and feed aggregation services. 
&lt;/p&gt;
&lt;p&gt;
So you are probably asking how does this work. Well, we send a&amp;nbsp;"ping" to&amp;nbsp;these
aggregation services using XML-RPC. It simply tells these services that there is new
content available on your site and to check the RSS feed. These services then will
consume the feed and add it to their index. This provides a contextual link (assuming
you actually use good titles for your pages) from these service sites directly to
the content on your site. Pretty cool, huh?
&lt;/p&gt;
&lt;p&gt;
Currently the following services are pinged with our module:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
BlogDigger.com&lt;/li&gt;
&lt;li&gt;
BlogFlux.com&lt;/li&gt;
&lt;li&gt;
Blogsearch.Google.com&lt;/li&gt;
&lt;li&gt;
BlogRolling.com&lt;/li&gt;
&lt;li&gt;
Bulkfeeds.net&lt;/li&gt;
&lt;li&gt;
Feedburner.com&lt;/li&gt;
&lt;li&gt;
Feedster.com&lt;/li&gt;
&lt;li&gt;
IceRocket.com&lt;/li&gt;
&lt;li&gt;
Pingomatic.com&lt;/li&gt;
&lt;li&gt;
Syndic8.com&lt;/li&gt;
&lt;li&gt;
Technorati.com&lt;/li&gt;
&lt;li&gt;
My.Yahoo.com&lt;/li&gt;
&lt;li&gt;
Weblogs.com&lt;/li&gt;
&lt;li&gt;
Weblogalot.com&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
As a test, we dropped our search engine module on a new domain on 3/16/2007. With
no links from external sites pointing to this domain, most if not all of the traffic
was from our development at this point, averaging about 3-5 unique visitors a day
(probably me, the client, and one or more of our developers). As of yesterday, the
site had almost 150 unique visitors. Not bad for 2 weeks, considering we have done
nothing else to this site other than add 10 total pages of content. This site is off
to a great start and we have not even started a linking or submission campaign. See
the graph below:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seo-visitors.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Also, checkout the&amp;nbsp;following post on &lt;a href="http://www.marketingpilgrim.com"&gt;Marketing
Pilgrim&lt;/a&gt; about &lt;a href="http://www.marketingpilgrim.com/2007/03/faster-indexing-through-pinging-google-blog-search.html"&gt;faster
indexing through pinging Google blog search&lt;/a&gt;&amp;nbsp;that collaborates our results.
&lt;/p&gt;
&lt;p&gt;
Ready to see the power of pinging blog and feed aggregators? Add a pinging service
to your DNN site and watch the traffic roll in.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=234cf4df-f57b-44f2-b540-f6215c8c0c75" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=d2d71c86-61fe-42a1-86cc-1f76594cd537</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,d2d71c86-61fe-42a1-86cc-1f76594cd537.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We issues a patch release today for the <a href="http://www.venexus.com/DotNetNuke+Search/tabid/1280/Default.aspx">Venexus
Search Engine</a>, a DotNetNuke search engine module. This release has a few
minor bug fixes and tweaks:
</p>
        <ul>
          <li>
Catalog creation in SQLDataProvider file moved to Search module (you still have to
run the VenexusSearch module SQLDataProvider file through Host &gt; SQL during new
installation, but not for those who are upgrading).</li>
          <li>
Queue Importance added to allow some URLs to be crawled sooner than others. If you
are running a global search engine, we now give preference to certain domain extentions
(.gov and .edu).</li>
          <li>
Stores single Robots.txt file for domain instead of historical. Previously we stored
a new robots.txt for each weekly check if it was updated. Now we only store one.</li>
          <li>
Feed Title is now the portal/site name. 
</li>
          <li>
Added XML-RPC ping for BlogFlux inclusion in our blog/feed aggregator pinging service.
We had to remove one aggregator and added BlogFlux to the list (14 total)</li>
        </ul>
        <p>
Get the <a href="http://www.venexus.com/LinkClick.aspx?fileticket=dic9MNSJ31M%3d&amp;tabid=1280&amp;mid=3030">free
version of our DNN search module</a>.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=d2d71c86-61fe-42a1-86cc-1f76594cd537" />
      </body>
      <title>VSE 1.2.1 Patch - a DNN Search Module</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,d2d71c86-61fe-42a1-86cc-1f76594cd537.aspx</guid>
      <link>http://dnnblog.venexus.com/VSE+121+Patch+A+DNN+Search+Module.aspx</link>
      <pubDate>Mon, 02 Apr 2007 02:32:08 GMT</pubDate>
      <description>&lt;p&gt;
We issues a patch release today for the &lt;a href="http://www.venexus.com/DotNetNuke+Search/tabid/1280/Default.aspx"&gt;Venexus
Search Engine&lt;/a&gt;, a DotNetNuke search engine module.&amp;nbsp;This release has a few
minor bug fixes and tweaks:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Catalog creation in SQLDataProvider file moved to Search module (you still have to
run the VenexusSearch module SQLDataProvider file through Host &amp;gt; SQL during new
installation, but not for those who are upgrading).&lt;/li&gt;
&lt;li&gt;
Queue Importance added to allow some URLs to be crawled sooner than others. If you
are running a global search engine, we now give preference to certain domain extentions
(.gov and .edu).&lt;/li&gt;
&lt;li&gt;
Stores single Robots.txt file for domain instead of historical. Previously we stored
a new robots.txt for each weekly check if it was updated. Now we only store one.&lt;/li&gt;
&lt;li&gt;
Feed Title is now the portal/site name. 
&lt;/li&gt;
&lt;li&gt;
Added XML-RPC ping for BlogFlux inclusion in our blog/feed aggregator pinging service.
We had to remove one aggregator and added BlogFlux to the list (14 total)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Get the &lt;a href="http://www.venexus.com/LinkClick.aspx?fileticket=dic9MNSJ31M%3d&amp;amp;tabid=1280&amp;amp;mid=3030"&gt;free
version of our DNN search module&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=d2d71c86-61fe-42a1-86cc-1f76594cd537" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=ea99a8b1-32ca-4adb-b2aa-a5e724d0df91</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,ea99a8b1-32ca-4adb-b2aa-a5e724d0df91.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We released the latest version of our search engine module last week. It has all of
the features I mentioned in my previous post, plus the ability to add excluded URLs
and partial URLs. 
</p>
        <p>
Here are the new specs:
</p>
        <p>
Items marked with <font color="#ff0000">*</font> are new
</p>
        <p>
          <table cellspacing="0" cellpadding="0" border="1">
            <tbody>
              <tr>
                <td>
                  <center>
                    <strong>
                      <font face="Verdana" color="#000080" size="2">Features</font>
                    </strong>
                  </center>
                </td>
                <td>
                  <center>
                    <strong>
                      <font face="Verdana" color="#000080" size="2">Standard Version</font>
                    </strong>
                  </center>
                </td>
                <td>
                  <center>
                    <strong>
                      <font face="Verdana" color="#000080" size="2">Pro Version</font>
                    </strong>
                  </center>
                </td>
              </tr>
              <tr>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1">
                      <strong>Seamus Features</strong>
                    </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Maximum # of Pages</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">500</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Unlimited</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Install on commercial site</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Scheduled Index Updates</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Announcements Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Contacts Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Events Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">FAQ Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Links Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Text/HTML Module Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Index MS Excel Documents</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Index MS PowerPoint Documents</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Index MS Word Documents</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Index PDF Documents</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Index Rich Text Files</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Global Crawler</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Allows users to add feeds</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Custom User Agent</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Obeys Robots.txt</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">TTL Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Feed and Queue Aggregation
Using AJAX</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Display Top X Latest Items</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">XSLT Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Latest Items RSS Feed Generation</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Portal Specific Feed</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Enclosure/Podcast Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Pinging Service</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Exclude URLs</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
              </tr>
              <tr>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1">
                      <strong>Search Features</strong>
                    </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Search Skin Object</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Use Image or Text for Search
button</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">and - (AND and OR) Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Quoted Search Support</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Keyword Highlighting</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Obeys DNN Security</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Social Bookmarking Support</font>
                    </font>
                    <font color="#ff0000">*</font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
              </tr>
              <tr>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1">
                      <strong>Support</strong>
                    </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080" size="1"> </font>
                  </font>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Issue Tracker</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font face="Verdana">
                    <font size="1">
                      <font color="#000080">Email</font>
                    </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">Yes</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td color="#000080" size="1">
                  <font size="1">
                    <font face="Verdana" color="#000080">Phone </font>
                  </font>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">No</font>
                  </center>
                </td>
                <td>
                  <center>
                    <font face="Verdana" color="#000080" size="1">1 Call</font>
                  </center>
                </td>
              </tr>
              <tr>
                <td>
                  <font face="Verdana">
                    <font color="#000080"> </font>
                    <font color="#000080" size="2">
                      <strong>Price</strong>
                    </font>
                  </font>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080"> </font>
                  </font>
                  <center>
                    <font face="Verdana" color="#000080" size="2">
                      <strong>Free</strong>
                    </font>
                  </center>
                </td>
                <td>
                  <font face="Verdana">
                    <font color="#000080"> </font>
                  </font>
                  <center>
                    <font face="Verdana" color="#000080" size="2">
                      <strong>$199 Per Year</strong>
                    </font>
                  </center>
                  <center>
                    <a href="http://www.venexus.com/Store/tabid/1317/CategoryID/2/List/1/Level/a/ProductID/5/Default.aspx">
                      <font face="Verdana">
                        <img height="31" alt="BuyNowButton.gif" src="http://www.venexus.com/Portals/0/BuyNowButton.gif" width="103" border="0" />
                      </font>
                    </a>
                  </center>
                </td>
              </tr>
            </tbody>
          </table>
 <font color="#000000"></font></p>
        <p>
You can <a href="http://www.venexus.com/LinkClick.aspx?fileticket=eL8LS%2bMofr4%3d&amp;tabid=1280&amp;mid=3030">download
the free version here</a>. 
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=ea99a8b1-32ca-4adb-b2aa-a5e724d0df91" />
      </body>
      <title>VSE 1.2 Release - A DNN Search Engine Module</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,ea99a8b1-32ca-4adb-b2aa-a5e724d0df91.aspx</guid>
      <link>http://dnnblog.venexus.com/VSE+12+Release+A+DNN+Search+Engine+Module.aspx</link>
      <pubDate>Tue, 06 Mar 2007 16:25:17 GMT</pubDate>
      <description>&lt;p&gt;
We released the latest version of our search engine module last week. It has all of
the features I mentioned in my previous post, plus the ability to add excluded URLs
and partial URLs. 
&lt;/p&gt;
&lt;p&gt;
Here are the new specs:
&lt;/p&gt;
&lt;p&gt;
Items marked with &lt;font color=#ff0000&gt;*&lt;/font&gt; are new
&lt;/p&gt;
&lt;p&gt;
&lt;table cellspacing=0 cellpadding=0 border=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Features&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Standard Version&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Pro Version&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&lt;strong&gt;Seamus Features&lt;/strong&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Maximum # of Pages&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;500&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Unlimited&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Install on commercial site&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Scheduled Index Updates&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Announcements Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Contacts Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Events Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;FAQ Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Links Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Text/HTML Module Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Index MS Excel Documents&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Index MS PowerPoint Documents&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Index MS Word Documents&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Index PDF Documents&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Index Rich Text Files&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Global Crawler&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Allows users to add feeds&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Custom User Agent&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Obeys Robots.txt&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;TTL Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Feed and Queue Aggregation Using
AJAX&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Display Top X Latest Items&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;XSLT Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Latest Items RSS Feed Generation&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Portal Specific Feed&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Enclosure/Podcast Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Pinging Service&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Exclude URLs&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&lt;strong&gt;Search Features&lt;/strong&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Search Skin Object&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Use Image or Text for Search button&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;and - (AND and OR) Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Quoted Search Support&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Keyword Highlighting&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Obeys DNN Security&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Social Bookmarking Support&lt;/font&gt;&lt;/font&gt; &lt;font color=#ff0000&gt;*&lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Issue Tracker&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Email&lt;/font&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td color="#000080" size="1"&gt;
&lt;font size=1&gt;&lt;font face=Verdana color=#000080&gt;Phone &lt;/font&gt;&lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;1 Call&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; &lt;font color=#000080 size=2&gt;&lt;strong&gt;Price&lt;/strong&gt;&lt;/font&gt; &lt;/font&gt;&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt; 
&lt;center&gt;&lt;font face=Verdana color=#000080 size=2&gt;&lt;strong&gt;Free&lt;/strong&gt;&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; &lt;/font&gt; 
&lt;center&gt;&lt;font face=Verdana color=#000080 size=2&gt;&lt;strong&gt;$199 Per Year&lt;/strong&gt;&lt;/font&gt;
&lt;/center&gt;
&lt;center&gt;&lt;a href="http://www.venexus.com/Store/tabid/1317/CategoryID/2/List/1/Level/a/ProductID/5/Default.aspx"&gt;&lt;font face=Verdana&gt;&lt;img height=31 alt=BuyNowButton.gif src="http://www.venexus.com/Portals/0/BuyNowButton.gif" width=103 border=0&gt;&lt;/font&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&amp;nbsp;&lt;font color=#000000&gt; &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
You can &lt;a href="http://www.venexus.com/LinkClick.aspx?fileticket=eL8LS%2bMofr4%3d&amp;amp;tabid=1280&amp;amp;mid=3030"&gt;download
the free version here&lt;/a&gt;. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=ea99a8b1-32ca-4adb-b2aa-a5e724d0df91" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=e59fc87b-8ac5-4111-831c-2b00b5d4b435</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,e59fc87b-8ac5-4111-831c-2b00b5d4b435.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <title>Pro Version Features of Our DNN Search Engine Modules</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,e59fc87b-8ac5-4111-831c-2b00b5d4b435.aspx</guid>
      <link>http://dnnblog.venexus.com/Pro+Version+Features+Of+Our+DNN+Search+Engine+Modules.aspx</link>
      <pubDate>Mon, 26 Feb 2007 10:04:36 GMT</pubDate>
      <description>&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;The Venexus Search Engine is a DotNetNuke
search module, plus a whole lot more. Not only does our DNN search module index your
portal, but also external sites. VSE crawls pages on your site, aggregates RSS feeds
from other sites, and crawls any links for external websites, making it a full search
engine module. &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;&lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;Unlike
the core DNN Search module that uses a scheduled task to perform index updates, VSE
crawls and indexes content based on user request. Seamus can be configured for several
different setups and displays, including the ability to hide the module on every page.
When a page is loaded that has the Seamus module on it, Seamus will go out and grab
3 RSS feeds and 3 queued URLs and add any new or updated content to the index. In
order to not delay the page loading for the end user, Seamus utilizes 
&lt;st1:City w:st="on"&gt;
&lt;st1:place w:st="on"&gt;AJAX&lt;/st1:place&gt;
&lt;/st1:City&gt;
to make aggregation request, providing a seamless integration into your site.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Here are the pro features of VSE:&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: -0.25in; tab-stops: list .25in; mso-list: l4 level2 lfo1"&gt;
&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 14pt"&gt;&lt;span style="mso-list: Ignore"&gt;1.1&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 14pt"&gt; Pro
Features&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l1 level1 lfo5"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Allow
users to add their feeds&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;You can enable users to add feeds
to the system.&lt;br&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/user-add-feeds.gif" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l1 level1 lfo5"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Podcast
Support&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Indexed items that have files associated
with them are used as enclosures (aka podcast) in the feeds that Seamus generates.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l1 level1 lfo5"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Pinging
service&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;When the pinging service is enabled,
every time something new is added/updated on your site Seamus will “ping” several
XML-RPC &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;web services for blog and feed
aggregation sites to notify them your portal has new content. The aggregators will
then come to your site and aggregate your feed and provide links to their users to
your site. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Here are a few services we ping:&lt;/font&gt;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;ul style="MARGIN-TOP: 0in" type=circle&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.blogdigger.com"&gt;Blog
Digger&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.feedburner.com"&gt;Feedburner&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.feedster.com"&gt;Feedster&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.google.com"&gt;Google&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.icerocket.com"&gt;Icerocket&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.pingomatic.com"&gt;Pingomatic&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.Syndic8.com"&gt;Syndic8&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.Technorati.com"&gt;Technorati&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://www.weblogs.com"&gt;WeBlogs.com&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;a href="http://my.yahoo.com"&gt;Yahoo&lt;/a&gt;&lt;/font&gt; 
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;And more…&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list 1.0in; mso-list: l1 level2 lfo5"&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l1 level1 lfo5"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Custom
User-Agent&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font color=#000000&gt;&lt;font face="Times New Roman" size=3&gt;You can set your own user-agent
to specify your own crawler name. The default user-agent is “&lt;/font&gt;&lt;span style="FONT-SIZE: 8pt; FONT-FAMILY: Arial"&gt;Seamus/1.1
PRO ( &lt;a href="http://search.venexus.com"&gt;http://search.venexus.com&lt;/a&gt;)”.&lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font color=#000000&gt;&lt;span style="FONT-SIZE: 8pt; FONT-FAMILY: Arial"&gt;&lt;/span&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l1 level1 lfo5"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Global
Crawler&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;The pro version allows you to be
a global crawler. Any links found on your site, from aggregated news feeds, or from
external links are crawled and indexed.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;So, not only are you able to aggregate
even more content with the Pro version when compared to the Standard version, but
you also get the search engine optimization benefits of pinging all of the major blog
and feed aggregation services. This provides you with links directly to your site,
generating more web traffic. You can watch your page rank grow very quickly with this
feature.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Since the release of the 1.1 version,
we have steadily been working on the 1.2 version. We are now testing the latest version
on our demo site: &lt;a href="http://search.venexus.com"&gt;search.venexus.com&lt;/a&gt;. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.25in; TEXT-INDENT: -0.25in; tab-stops: list .25in; mso-list: l4 level2 lfo1"&gt;
&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 14pt"&gt;&lt;span style="mso-list: Ignore"&gt;1.2&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;span style="FONT-SIZE: 14pt"&gt; Pro
Features (March 1, 2007 Release)&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l2 level1 lfo2"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;New
file formats indexed&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;You asked for it, so we added support
for all of the most common Office document file types as well as PDF documents. We
have added a new document-to-text converter to our crawler that is able to parse the
actual text from these documents. So not only does Seamus crawl and index HTML, Text,
and XML files, but also the following new formats:&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;1.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;Excel
files&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;2.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;PDF
files&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;3.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;PowerPoint
files&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;4.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;Rich
text files&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;5.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;Word
documents&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l0 level1 lfo4"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;ul style="MARGIN-TOP: 0in" type=disc&gt;
&lt;li class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: list .5in; mso-list: l2 level1 lfo2"&gt;
&lt;b style="mso-bidi-font-weight: normal"&gt;&lt;i style="mso-bidi-font-style: normal"&gt;&lt;font size=3&gt;&lt;font color=#000000&gt;&lt;font face="Times New Roman"&gt;Social
Bookmarking Support&lt;o:p&gt;&lt;/o:p&gt;
&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;In the search results you can enable
social bookmarking to allow users to easily add bookmarks to their favorite social
bookmarking application/service. This allows user to easily find their favorite links
to your site. Also, the sites that provide this service will generate a link to your
site, giving you more traffic once again.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Here is an example of what it looks
like:&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;img src="http://dnnblog.venexus.com/content/binary/social-bookmarking.gif" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Here are the supported sites:&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 0.5in"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;1.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.digg.com"&gt;Digg&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;2.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://del.icio.us"&gt;del.icio.us&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;3.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.furl.net"&gt;FURL&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;4.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.Reddit.com"&gt;Reddit&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;5.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://myweb2.search.yahoo.com"&gt;Yahoo&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;6.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.blinklist.com/"&gt;Blinklist&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;7.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.google.com/bookmarks"&gt;Google&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;8.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://ma.gnolia.com"&gt;ma.gnolia&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;9.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.Shadows.com"&gt;Shadows&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt 1in; TEXT-INDENT: -0.25in; tab-stops: list 1.0in; mso-list: l3 level1 lfo3"&gt;
&lt;font face="Times New Roman"&gt;&lt;span style="mso-list: Ignore"&gt;&lt;font color=#000000&gt;&lt;font size=3&gt;10.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=#000000 size=3&gt;&lt;a href="http://www.Technorati.com"&gt;Technorati&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Ready for a real search engine for
your site? Buy the Pro version &lt;a href="http://www.venexus.com/Store/tabid/1317/CategoryID/2/List/1/Level/a/ProductID/5/Default.aspx"&gt;here&lt;/a&gt;.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;Stay tuned for more… &lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;font face="Times New Roman" color=#000000 size=3&gt;&lt;/font&gt;&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=e59fc87b-8ac5-4111-831c-2b00b5d4b435" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=d1dbf8dc-c197-4d2d-9a0b-4442316185b7</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,d1dbf8dc-c197-4d2d-9a0b-4442316185b7.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <title>Venexus Search Engine 1.1 Pro Version Released</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,d1dbf8dc-c197-4d2d-9a0b-4442316185b7.aspx</guid>
      <link>http://dnnblog.venexus.com/Venexus+Search+Engine+11+Pro+Version+Released.aspx</link>
      <pubDate>Wed, 21 Feb 2007 19:52:51 GMT</pubDate>
      <description>&lt;p&gt;
We released the Pro version of our DNN search engine module today. 
&lt;/p&gt;
&lt;p&gt;
Here is the breakdown of the feature comparison:
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font color=#000080 size=3&gt;Venexus Search Engine Version Matrix&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;table cellspacing=0 cellpadding=0 border=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Features&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Standard Version&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;strong&gt;&lt;font face=Verdana color=#000080 size=2&gt;Pro Version&lt;/font&gt;&lt;/strong&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td &lt;STRONG&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&lt;strong&gt;Seamus Features&lt;/strong&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Maximum # of Pages&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;500&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Unlimited&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Install on commercial site&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Scheduled Index Updates&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Announcements Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Contacts Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Events Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;FAQ Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Links Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 9"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Text/HTML Module Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 10"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Allows users to add feeds&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 11"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Custom User Agent&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 12"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Obeys Robots.txt&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 13"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;TTL Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 14"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Feed Aggregation Using AJAX&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 15"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Display Top X Latest Items&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 16"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;XSLT Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 17"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Latest Items RSS Feed Generation&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 18"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Portal Specific Feed&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 19"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Enclosure/Podcast Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 20"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Pinging Service&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 21"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&gt;&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 22"&gt;
&lt;td &lt;STRONG&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&lt;strong&gt;Search Features&lt;/strong&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 23"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Search Skin Object&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 24"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Use Image or Text for Search button&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 25"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;+ and - (AND and OR) Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 26"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Quoted Search Support&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 27"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Keyword Highlighting&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 28"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Obeys DNN Security&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 29"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&gt;&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 30"&gt;
&lt;td &lt;STRONG&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana color=#000080 size=1&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 31"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Issue Tracker&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 32"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Email&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;Yes&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 33"&gt;
&lt;td size="1" color="#000080" face="Verdana" &lt;FONT&gt;
&lt;font face=Verdana&gt;&lt;font size=1&gt;&lt;font color=#000080&gt;Phone &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;No&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=1&gt;1 Call&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 34"&gt;
&lt;td &lt;STRONG&gt;
&lt;font face=Verdana&gt;&lt;/font&gt;&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;/font&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;font face=Verdana&gt;&lt;/font&gt;&lt;font color=#000080&gt;&amp;nbsp;&lt;/font&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr style="mso-yfti-irow: 35; mso-yfti-lastrow: yes"&gt;
&lt;td &lt;STRONG&gt;
&lt;font face=Verdana color=#000080 size=2&gt;&lt;strong&gt;Price&lt;/strong&gt;&lt;/font&gt;&gt; 
&lt;center&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=2&gt;&lt;strong&gt;Free&lt;/strong&gt;&lt;/font&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;center&gt;&lt;font face=Verdana color=#000080 size=2&gt;&lt;strong&gt;$199 Per Year&lt;/strong&gt;&lt;/font&gt;
&lt;/center&gt;
&lt;center&gt;&lt;a href="http://www.venexus.com/Store/tabid/1317/CategoryID/2/List/1/Level/a/ProductID/5/Default.aspx"&gt;&lt;img height=31 alt=BuyNowButton.gif src="http://www.venexus.com/Portals/0/BuyNowButton.gif" width=103 border=0&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;
&lt;font face=Verdana&gt;&lt;/font&gt;&lt;font color=#000080&gt;&lt;/font&gt; 
&lt;/p&gt;
&lt;p&gt;
I will be discussing the features of the Pro version in a later post. Stay tuned...&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=d1dbf8dc-c197-4d2d-9a0b-4442316185b7" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=6940f02a-6898-4ec1-acee-8b6a3ec7482d</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,6940f02a-6898-4ec1-acee-8b6a3ec7482d.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/venexus-search-engine.gif" align="right" border="0" />We
have released the new version of the <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">Venexus
Search Engine</a>. <a href="http://www.venexus.com/LinkClick.aspx?fileticket=1oUQPqOUOYA%3d&amp;tabid=1280&amp;mid=3030">VSE Standard
Version 1.1.0</a> has several bug fixes and shows some of the new features of
the Pro version.
</p>
        <p>
New standard features and bug fixes:
</p>
        <ul>
          <li>
VenexusSeamus - Changed TransformXSL to not create a temporary XML file 
</li>
          <li>
VenexusSeamus - Modified Response.Charset 
</li>
          <li>
VenexusSeamus - New Delete Tabs routine for removing deleted and expired tabs 
</li>
          <li>
VenexusSeamus - Ability to reload default XSLT file 
</li>
          <li>
VenexusSeamus - Shows total number of aggregated items 
</li>
          <li>
VenexusSeamus - Gridview pagination 
</li>
          <li>
VenexusSeamus - Link from Grid to show aggregation errors 
</li>
          <li>
VenexusSeamus - Guid attribute added 
</li>
          <li>
VenexusSeamus - application/rss+xml support 
</li>
          <li>
VenexusSeamus - Automatic creation of fulltext index during installation (works for
SQL Server Express too!) 
</li>
          <li>
VenexusSearch - Support for DNN 4.4.1 and "search" URL parameter 
</li>
          <li>
VenexusSearch - Non-authenticated postback issue resolved 
</li>
          <li>
VenexusSearch - Limits URL length for display 
</li>
          <li>
VenexusSearch - Quoted query support</li>
        </ul>
        <p>
If you have any issues with installation, configuration, or bugs, pleas post them
in our <a href="http://issues.venexus.com">issue tracker</a>.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6940f02a-6898-4ec1-acee-8b6a3ec7482d" />
      </body>
      <title>Venexus Search Engine 1.1 Standard</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,6940f02a-6898-4ec1-acee-8b6a3ec7482d.aspx</guid>
      <link>http://dnnblog.venexus.com/Venexus+Search+Engine+11+Standard.aspx</link>
      <pubDate>Mon, 19 Feb 2007 22:17:05 GMT</pubDate>
      <description>&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/venexus-search-engine.gif" align=right border=0&gt;We
have released the new version of the &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;Venexus
Search Engine&lt;/a&gt;.&amp;nbsp;&lt;a href="http://www.venexus.com/LinkClick.aspx?fileticket=1oUQPqOUOYA%3d&amp;amp;tabid=1280&amp;amp;mid=3030"&gt;VSE&amp;nbsp;Standard
Version 1.1.0&lt;/a&gt;&amp;nbsp;has several bug fixes and shows some of the new features of
the Pro version.
&lt;/p&gt;
&lt;p&gt;
New standard&amp;nbsp;features and bug fixes:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
VenexusSeamus - Changed TransformXSL to not create a temporary XML file 
&lt;li&gt;
VenexusSeamus - Modified Response.Charset 
&lt;li&gt;
VenexusSeamus - New Delete Tabs routine for removing deleted and expired tabs 
&lt;li&gt;
VenexusSeamus - Ability to reload default XSLT file 
&lt;li&gt;
VenexusSeamus - Shows total number of aggregated items 
&lt;li&gt;
VenexusSeamus - Gridview pagination 
&lt;li&gt;
VenexusSeamus - Link from Grid to show aggregation errors 
&lt;li&gt;
VenexusSeamus - Guid attribute added 
&lt;li&gt;
VenexusSeamus - application/rss+xml support 
&lt;li&gt;
VenexusSeamus - Automatic creation of fulltext index during installation (works for
SQL Server Express too!) 
&lt;li&gt;
VenexusSearch - Support for DNN 4.4.1 and "search" URL parameter 
&lt;li&gt;
VenexusSearch - Non-authenticated postback issue resolved 
&lt;li&gt;
VenexusSearch - Limits URL length for display 
&lt;li&gt;
VenexusSearch - Quoted query support&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If you have any issues with installation, configuration, or bugs, pleas post them
in our &lt;a href="http://issues.venexus.com"&gt;issue tracker&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6940f02a-6898-4ec1-acee-8b6a3ec7482d" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=1d0ade20-fb91-4f85-9893-ee746633860d</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,1d0ade20-fb91-4f85-9893-ee746633860d.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Here is a <a href="http://download.microsoft.com/download/b/3/8/b3847275-2bea-440a-8e2e-305b009bb261/sql_13.wmv">video
tutorial on setting up SQL Server 2005 Express and Full-Text Indexing</a>. It breaks
down the steps for installation of SQL Server Express with Advanced Services. This
is a great video that shows alot more than just setting up full-text indexing. It
also shows some basic queries. 
</p>
        <p>
Key points of interest during installation is when you get to the Registration Information
screen, uncheck "Hide advanced configuration options" before clicking Next. Then in
the next screen, expand Database Services and select the option to add "entire feature
will be installed on local hard drive" for Full-Text Search. After a few more steps,
you must uncheck User Instances Enabled. For those who already have Full-Text Search
installed, but did not uncheck that option, you can use the following SQL:
</p>
        <p>
sp_configure 'user instances enabled', '0'
</p>
        <p>
If you are using SQL Server Express Management Studio Express, you can go into the
database properties and under files, make sure enable full-text indexing is checked.
Or, run the following SQL:
</p>
        <font color="#800000" size="2">
          <p>
sp_fulltext_database
</p>
        </font>
        <font color="#000000" size="2">
        </font>
        <font color="#ff0000" size="2">'enable'
<p></p></font>Now for creating the catalog and index. The example below is for our search
engine module:
<font color="#0000ff" size="2"><p>
Create
</p></font><font color="#000000" size="2"></font><font color="#0000ff" size="2">fulltext</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">catalog</font><font size="2"><font color="#000000"> VenexusSearchCatalog</font></font><p><font color="#0000ff" size="2">Create</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">Unique</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">Index</font><font color="#000000" size="2"> PKVenexusSearchEngine </font><font color="#0000ff" size="2">On</font><font color="#000000" size="2"> Venexus_BrainDump</font><font color="#808080" size="2">(</font><font color="#000000" size="2">IndexID</font><font color="#808080" size="2">)</font></p><p><font color="#0000ff" size="2">Create</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">fulltext</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">index</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">On</font><font color="#000000" size="2"> Venexus_BrainDump </font><font color="#808080" size="2">(</font><font color="#000000" size="2">IndexURL</font><font color="#808080" size="2">,</font><font color="#000000" size="2"> IndexTitle</font><font color="#808080" size="2">,</font><font color="#000000" size="2"> IndexWashedContent</font><font color="#808080" size="2">)</font><br /><font color="#0000ff" size="2">Key</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">Index</font><font color="#000000" size="2"> PKVenexusSearchEngine </font><font color="#0000ff" size="2">On</font><font size="2"><font color="#000000"> VenexusSearchCatalog</font></font><br /><font color="#0000ff" size="2">With</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">Change_Tracking</font><font color="#000000" size="2"></font><font color="#0000ff" size="2">Auto
</font></p><p><br />
 
</p><img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=1d0ade20-fb91-4f85-9893-ee746633860d" /></body>
      <title>SQL Server 2005 Express and Full-Text Indexing</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,1d0ade20-fb91-4f85-9893-ee746633860d.aspx</guid>
      <link>http://dnnblog.venexus.com/SQL+Server+2005+Express+And+FullText+Indexing.aspx</link>
      <pubDate>Wed, 14 Feb 2007 07:25:21 GMT</pubDate>
      <description>&lt;p&gt;
Here is a &lt;a href="http://download.microsoft.com/download/b/3/8/b3847275-2bea-440a-8e2e-305b009bb261/sql_13.wmv"&gt;video
tutorial on setting up SQL Server 2005 Express and Full-Text Indexing&lt;/a&gt;. It breaks
down the steps for installation of SQL Server Express with Advanced Services. This
is a great video that shows alot more than just setting up full-text indexing. It
also shows some basic queries. 
&lt;/p&gt;
&lt;p&gt;
Key points of interest during installation is when you get to the Registration Information
screen, uncheck "Hide advanced configuration options" before clicking Next. Then in
the next screen, expand Database Services and select the option to add "entire feature
will be installed on local hard drive" for Full-Text Search. After a few more steps,
you must uncheck User Instances Enabled. For those who already have Full-Text Search
installed, but did not uncheck that option, you can use the following SQL:
&lt;/p&gt;
&lt;p&gt;
sp_configure 'user instances enabled', '0'
&lt;/p&gt;
&lt;p&gt;
If you are using SQL Server Express Management Studio Express, you can go into the
database properties and under files, make sure enable full-text indexing is checked.
Or, run the following SQL:
&lt;/p&gt;
&lt;font color=#800000 size=2&gt; 
&lt;p&gt;
sp_fulltext_database
&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#ff0000 size=2&gt;'enable'&gt;
&lt;p&gt;
&lt;/font&gt;Now for creating the catalog and index. The example below is for our search
engine module:&gt;
&lt;font color=#0000ff size=2&gt; 
&lt;p&gt;
Create
&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;fulltext&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;catalog&lt;/font&gt;&lt;font size=2&gt;&lt;font color=#000000&gt; VenexusSearchCatalog&lt;/font&gt;&lt;/font&gt;&gt;
&lt;p&gt;
&lt;font color=#0000ff size=2&gt;Create&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;Unique&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;Index&lt;/font&gt;&lt;font color=#000000 size=2&gt; PKVenexusSearchEngine &lt;/font&gt;&lt;font color=#0000ff size=2&gt;On&lt;/font&gt;&lt;font color=#000000 size=2&gt; Venexus_BrainDump&lt;/font&gt;&lt;font color=#808080 size=2&gt;(&lt;/font&gt;&lt;font color=#000000 size=2&gt;IndexID&lt;/font&gt;&lt;font color=#808080 size=2&gt;)&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#0000ff size=2&gt;Create&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;fulltext&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;index&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;On&lt;/font&gt;&lt;font color=#000000 size=2&gt; Venexus_BrainDump &lt;/font&gt;&lt;font color=#808080 size=2&gt;(&lt;/font&gt;&lt;font color=#000000 size=2&gt;IndexURL&lt;/font&gt;&lt;font color=#808080 size=2&gt;,&lt;/font&gt;&lt;font color=#000000 size=2&gt; IndexTitle&lt;/font&gt;&lt;font color=#808080 size=2&gt;,&lt;/font&gt;&lt;font color=#000000 size=2&gt; IndexWashedContent&lt;/font&gt;&lt;font color=#808080 size=2&gt;)&lt;/font&gt; 
&lt;br&gt;
&lt;font color=#0000ff size=2&gt;Key&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;Index&lt;/font&gt;&lt;font color=#000000 size=2&gt; PKVenexusSearchEngine &lt;/font&gt;&lt;font color=#0000ff size=2&gt;On&lt;/font&gt;&lt;font size=2&gt;&lt;font color=#000000&gt; VenexusSearchCatalog&lt;/font&gt;&lt;/font&gt;
&lt;br&gt;
&lt;font color=#0000ff size=2&gt;With&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;Change_Tracking&lt;/font&gt;&lt;font color=#000000 size=2&gt; &lt;/font&gt;&lt;font color=#0000ff size=2&gt;Auto
&lt;/p&gt;
&lt;p&gt;
&gt;
&lt;br&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=1d0ade20-fb91-4f85-9893-ee746633860d" /&gt;</description>
      <category>DotNetNuke Search;MS SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=6e1313c1-0a7c-45ae-a31a-1687d1eba655</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,6e1313c1-0a7c-45ae-a31a-1687d1eba655.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The first beta testers of the <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">Venexus
Search Engine</a> were the guys from <a href="http://www.truelawyers.com">True
Lawyers</a>. They created a new portal in their DNN installation for <a href="http://search.truelawyers.com">Search.TrueLawyers.com</a>.
Search.TrueLawyers.com is a legal search engine. <a id="dnn_dnnLOGO_hypLogo" title="True Lawyers Legal Search Engine" href="http://search.truelawyers.com/"><img id="dnn_dnnLOGO_imgLogo" style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" alt="True Lawyers Legal Search Engine" src="http://search.truelawyers.com/Portals/1/Logo/True-Lawyers-Legal-Search-Engine-Logo-small.jpg" align="left" /></a> Their
instance of VSE has aggregated <strong>over 216,000 legal articles, news, and related
site pages</strong> as of this morning. You can test this site and see that the
speed of VSE is still great when considering the amount of data it has already indexed.
When using the site, each time a page is loaded that has <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx">Seamus</a> on
it (and Seamus CAN be hidden on the page), 5 feeds are aggregated. Any new items in
the feeds are added to the index immediately. While the user sits on the page, AJAX
is used to pull more feeds. Plus, since the site is new and does not have much traffic...yet,
they use a RSS reader to call the <a href="http://search.truelawyers.com/DesktopModules/VenexusSeamus/SeamusImage.aspx?RSS=1&amp;Fetch=1">Seamus
RSS feed</a>, which grabs more data every 10 to 15 minutes. As you can imagine, their
index is growing FAST! You can see the latest items Seamus has aggregated by visiting
the <a href="http://search.truelawyers.com/LegalNews/tabid/233/Default.aspx">True
Lawyers Legal News Room</a>.
</p>
        <p>
So, not only does VSE work as a site search engine and multiple portal search
engine, it also works as a full blown search engine, aggregating items from your DNN
installation, as well as other sites that provides RSS feeds. One of the features
we are working on for the 1.1 Pro version is the ability to index any website, regardless
of having a RSS feed. You can now have the ability to build powerful niche websites
that provide your users with lots of relevant information.  Plus, with the RSS
feed Seamus generates, you can set it to display items for only your website, allowing
you to submit the link to many feed directories, providing search engine optimization.
The 1.1 Pro version will ping many blog directories, greatly increasing traffic to
your website, treating your entire website like a blog. And we all know that the other
search engines are just eating up blog content, increasing the page rank of those
sites over many traditional websites without feeds. Ready to try it out? You can download
the release candidate <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">here</a>.
</p>
        <p>
Stay tuned for more...
</p>
        <p>
          <strong>
            <font color="#ff0000">UPDATE 2/7/2007:</font>
          </strong>
        </p>
        <p>
I just checked the total items indexed for this site again and it is now showing
over 246,0000 items. So in 2 weeks, an extra 30k + items were indexed. 
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6e1313c1-0a7c-45ae-a31a-1687d1eba655" />
      </body>
      <title>Legal Search Engine Using Venexus Search Engine Modules</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,6e1313c1-0a7c-45ae-a31a-1687d1eba655.aspx</guid>
      <link>http://dnnblog.venexus.com/Legal+Search+Engine+Using+Venexus+Search+Engine+Modules.aspx</link>
      <pubDate>Wed, 24 Jan 2007 14:44:34 GMT</pubDate>
      <description>&lt;p&gt;
The first beta testers of the &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;Venexus
Search Engine&lt;/a&gt;&amp;nbsp;were the guys from &lt;a href="http://www.truelawyers.com"&gt;True
Lawyers&lt;/a&gt;. They created a new portal in their DNN installation for &lt;a href="http://search.truelawyers.com"&gt;Search.TrueLawyers.com&lt;/a&gt;.
Search.TrueLawyers.com is a legal search engine. &lt;a id=dnn_dnnLOGO_hypLogo title="True Lawyers Legal Search Engine" href="http://search.truelawyers.com/"&gt;&lt;img id=dnn_dnnLOGO_imgLogo style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" alt="True Lawyers Legal Search Engine" src="http://search.truelawyers.com/Portals/1/Logo/True-Lawyers-Legal-Search-Engine-Logo-small.jpg" align=left&gt;&lt;/a&gt; Their
instance of VSE has aggregated &lt;strong&gt;over 216,000 legal articles, news, and related
site pages&lt;/strong&gt; as of this morning.&amp;nbsp;You can test this site and see that the
speed of VSE is still great when considering the amount of data it has already indexed.
When using the site, each time a page is loaded that has &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx"&gt;Seamus&lt;/a&gt;&amp;nbsp;on
it (and Seamus CAN be hidden on the page), 5 feeds are aggregated. Any new items in
the feeds are added to the index immediately. While the user sits on the page, AJAX
is used to pull more feeds. Plus, since the site is new and does not have much traffic...yet,
they use a&amp;nbsp;RSS reader&amp;nbsp;to call the &lt;a href="http://search.truelawyers.com/DesktopModules/VenexusSeamus/SeamusImage.aspx?RSS=1&amp;amp;Fetch=1"&gt;Seamus
RSS feed&lt;/a&gt;, which grabs more data every 10 to 15 minutes. As you can imagine, their
index is growing FAST! You can see the latest items Seamus has aggregated by visiting
the &lt;a href="http://search.truelawyers.com/LegalNews/tabid/233/Default.aspx"&gt;True
Lawyers Legal News Room&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
So, not only does VSE work as a site search engine and&amp;nbsp;multiple portal search
engine, it also works as a full blown search engine, aggregating items from your DNN
installation, as well as other sites that provides RSS feeds. One of the features
we are working on for the 1.1 Pro version is the ability to index any website, regardless
of having a RSS feed. You can now have the ability to build powerful niche websites
that provide your users with lots of relevant information.&amp;nbsp; Plus, with the RSS
feed Seamus generates, you can set it to display items for only your website, allowing
you to submit the link to many feed directories, providing search engine optimization.
The 1.1 Pro version will ping many blog directories, greatly increasing traffic to
your website, treating your entire website like a blog. And we all know that the other
search engines are just eating up blog content, increasing the page rank of those
sites over many traditional websites without feeds. Ready to try it out? You can download
the release candidate &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Stay tuned for more...
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font color=#ff0000&gt;UPDATE 2/7/2007:&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
I just checked the total items indexed for this site&amp;nbsp;again and it is now showing
over 246,0000 items. So in 2 weeks, an extra 30k + items were indexed. 
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6e1313c1-0a7c-45ae-a31a-1687d1eba655" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=9f4ce0ca-ea0d-4344-983b-259b4e9499f4</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,9f4ce0ca-ea0d-4344-983b-259b4e9499f4.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I know many of you have been patiently waiting for the release of the Venexus Search
Engine. We have had several beta testers try out previous release candidates, and
have several new tweaks in this release. 
</p>
        <p>
          <strong>Seamus Additions:</strong>
        </p>
        <ul>
          <li>
            <div align="left">Web.configless (No changes to web.config needed. Beta Testers should
remove EntitySpaces web.config entries when installing this version)
</div>
          </li>
          <li>
            <div align="left">Object Qualifier support (Thank you Barry White for testing this)
</div>
          </li>
          <li>
            <div align="left">Index current tab (Seamus will index the tab it is on. You can add
make Seamus invisible on the page by showing 0 items in the feed and unchecking Show
Feed. Add to all pages on the site and Seamus will index and update the index when
the page is updated)
</div>
          </li>
          <li>
            <div align="left">Edit Feed Display (Only show feeds selected in Edit Feeds section.
By default, all are show. Selecting feeds will filter news display of only items indexed
from the feeds list)
</div>
          </li>
        </ul>
        <p align="left">
          <strong>Search Additions:</strong>
        </p>
        <ul>
          <li>
            <div align="left">Web.configless
</div>
          </li>
          <li>
            <div align="left">Object Qualifier support
</div>
          </li>
          <li>
            <div align="left">"query" URL parameter (You can now use your existing default DNN
search results page. Simply drop the module on the search results page and remove
the default search results module. Utilize the DNN Search textbox in your skin with
the power of Full-Text Indexing).
</div>
          </li>
          <li>
            <div align="left">Search form skin object support (see <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/SearchInstall/tabid/1283/Default.aspx">instructions</a>)
</div>
          </li>
          <li>
            <div align="left">Form post fix (A fix was added that allows you to simply hit the
enter key after adding your query, rather than forcing you to click on the button)
</div>
          </li>
          <li>
            <div align="left">Allow user selected web or site search (allow your users to select
whether their search is against the current portal or for all search results in the
database)
</div>
          </li>
          <li>
            <div align="left">URL Trim (Used to trim the URL display in the search results. Long
URLs would stretch out the skin)
</div>
          </li>
          <li>
            <div align="left">Search Query (Saves user queries and the number of "hits" for that
query. This will be used in the pro version for "Top Searches" and "Latest Searches".)
</div>
          </li>
        </ul>
        <p>
Here is some information about our <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">DotNetNuke
search engine module</a>. You can test it on our site <a href="http://www.venexus.com/tabid/117/default.aspx?query=search+engine&amp;type=web">here</a>.
We also have the latest version loaded on our <a href="http://search.venexus.com">DNN
search site</a> for finding DotNetNuke related pages and sites.
</p>
        <p>
As for the official release, we are waiting on <a href="http://www.flatburger.com">FlatBurger</a> to
fix an issue with their code protection that causes the module to generate an error
after activation. We have been told that this may be fixed by Friday...we will see.
In the meantime, please send us your thoughts on this release candidate. If you find
any bugs, please post them to our <a href="http://issues.venexus.com">issue tracker</a>.
If you have any suggestions for new features, please post them in the <a href="http://issues.venexus.com">issue
tracker</a> or in the <a href="http://www.venexus.com/Support/Forums/tabid/1322/Default.aspx">support
forms</a>.
</p>
        <p>
          <strong>REQUIREMENTS FOR VENEXUS SEARCH ENGINE</strong>
        </p>
        <ul>
          <li>
            <font color="#ff0000">
              <b>DotNetNuke 4.3.5 or Higher (Yes it works with the DNN 4.4
release)</b>
            </font>  
</li>
          <li>
SQL Server supporting Full-Text Indexing 
</li>
          <li>
.Net full trust for EntitySpaces and Reflection usage</li>
        </ul>
        <p>
Now for the files....
</p>
        <p>
Before installing this, you MUST <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/SeamusInstall/tabid/1282/Default.aspx">read
the instructions</a>. You CANNOT just install both modules and expect it to work.
You MUST configure fulltext indexing manually to get this to work. You will find instructions
on performing this action in the <a href="http://www.venexus.com/SearchInstall/tabid/1283/Default.aspx">Search
Instructions and Configuration</a>.
</p>
        <p>
You can <a href="http://www.venexus.com/LinkClick.aspx?fileticket=tghIqRJZ8pk%3d&amp;tabid=1280&amp;mid=3030">download
both modules here</a>. The file is also attached as an enclosure.
</p>
        <p>
Please post your links here in a comment to show everyone how you are using
the Venexus Search Engine.
</p>
        <p>
          <strong>UPDATED:</strong> Link to module downloads has been updated.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=9f4ce0ca-ea0d-4344-983b-259b4e9499f4" />
      </body>
      <title>Venexus Search Engine - Release Candidate</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,9f4ce0ca-ea0d-4344-983b-259b4e9499f4.aspx</guid>
      <link>http://dnnblog.venexus.com/Venexus+Search+Engine+Release+Candidate.aspx</link>
      <pubDate>Sun, 21 Jan 2007 22:40:30 GMT</pubDate>
      <description>&lt;p&gt;
I know many of you have been patiently waiting for the release of the Venexus Search
Engine. We have had several beta testers try out previous release candidates, and
have several new tweaks in this release. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Seamus Additions:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div align=left&gt;Web.configless (No changes to web.config needed. Beta Testers should
remove EntitySpaces web.config entries when installing this version)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Object Qualifier support (Thank you Barry White for testing this)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Index current tab (Seamus will index the tab it is on. You can add
make Seamus invisible on the page by showing 0 items in the feed and unchecking Show
Feed. Add to all pages on the site and Seamus will index and update the index when
the page is updated)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Edit Feed Display (Only show feeds selected in Edit Feeds section.
By default, all are show. Selecting feeds will filter news display of only items indexed
from the feeds list)
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p align=left&gt;
&lt;strong&gt;Search Additions:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div align=left&gt;Web.configless
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Object Qualifier support
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;"query" URL parameter (You can now use your existing default DNN search
results page. Simply drop the module on the search results page and remove the default
search results module. Utilize the DNN Search textbox in your skin with the power
of Full-Text Indexing).
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Search form skin object support (see &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/SearchInstall/tabid/1283/Default.aspx"&gt;instructions&lt;/a&gt;)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Form post fix (A fix was added that allows you to simply hit the enter
key after adding your query, rather than forcing you to click on the button)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Allow user selected web or site search (allow your users to select
whether their search is against the current portal or for all search results in the
database)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;URL Trim (Used to trim the URL display in the search results. Long
URLs would stretch out the skin)
&lt;/div&gt;
&lt;li&gt;
&lt;div align=left&gt;Search Query (Saves user queries and the number of "hits" for that
query. This will be used in the pro version for "Top Searches" and "Latest Searches".)
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Here is some information about our &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;DotNetNuke
search engine module&lt;/a&gt;. You can test it on our site &lt;a href="http://www.venexus.com/tabid/117/default.aspx?query=search+engine&amp;amp;type=web"&gt;here&lt;/a&gt;.
We also have the latest version loaded on our &lt;a href="http://search.venexus.com"&gt;DNN
search site&lt;/a&gt; for finding DotNetNuke related pages and sites.
&lt;/p&gt;
&lt;p&gt;
As for the official release, we are waiting on &lt;a href="http://www.flatburger.com"&gt;FlatBurger&lt;/a&gt;&amp;nbsp;to
fix an issue with their code protection that causes the module to generate an error
after activation. We have been told that this may be fixed by Friday...we will see.
In the meantime, please send us your thoughts on this release candidate. If you find
any bugs, please post them to our &lt;a href="http://issues.venexus.com"&gt;issue tracker&lt;/a&gt;.
If you have any suggestions for new features, please post them in the &lt;a href="http://issues.venexus.com"&gt;issue
tracker&lt;/a&gt; or in the &lt;a href="http://www.venexus.com/Support/Forums/tabid/1322/Default.aspx"&gt;support
forms&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;REQUIREMENTS FOR VENEXUS SEARCH ENGINE&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;font color=#ff0000&gt;&lt;b&gt;DotNetNuke 4.3.5 or Higher (Yes it works with the DNN 4.4 release)&lt;/b&gt;&lt;/font&gt;&amp;nbsp; 
&lt;li&gt;
SQL Server supporting Full-Text Indexing 
&lt;li&gt;
.Net full trust for EntitySpaces and Reflection usage&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Now for the files....
&lt;/p&gt;
&lt;p&gt;
Before installing this, you MUST &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/SeamusInstall/tabid/1282/Default.aspx"&gt;read
the instructions&lt;/a&gt;. You CANNOT just install both modules and expect it to work.
You MUST configure fulltext indexing manually to get this to work. You will find instructions
on performing this action in the &lt;a href="http://www.venexus.com/SearchInstall/tabid/1283/Default.aspx"&gt;Search
Instructions and Configuration&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
You can &lt;a href="http://www.venexus.com/LinkClick.aspx?fileticket=tghIqRJZ8pk%3d&amp;amp;tabid=1280&amp;amp;mid=3030"&gt;download
both modules here&lt;/a&gt;. The file is also attached as an enclosure.
&lt;/p&gt;
&lt;p&gt;
Please post your links here in a comment&amp;nbsp;to&amp;nbsp;show everyone how you are using
the Venexus Search Engine.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;UPDATED:&lt;/strong&gt; Link to module downloads has been updated.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=9f4ce0ca-ea0d-4344-983b-259b4e9499f4" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
      <enclosure url="http://dnnblog.venexus.com/content/binary/9f4ce0ca-ea0d-4344-983b-259b4e9499f4/VenexusSearchEngine-v1.1.0-standard.zip" type="application/x-zip-compressed" length="291142" />
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=1bc994fa-5443-4ea3-977f-7702786a5318</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,1bc994fa-5443-4ea3-977f-7702786a5318.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">I know it has been over a week since the <a href="http://dnnblog.venexus.com/And+Then+There+Was+SearchPart+I.aspx">last
post</a>. Sorry to leave you hanging, but sometimes there are just not enough hours
in a day. Anyway, without further ado, here is part two…<strong>SEAMUS</strong>. 
<p>
At some point earlier this year, DNN Find became a different mission. We decided to
build a full blown <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">search
engine for DotNetNuke</a>. Not one that would just index a single DNN site, but one
that would allow you to index all portals in a DNN installation AND information from
external sites. And how would external site indexing best be handled? …via RSS feed
aggregation of course.  
</p><p><a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx">Seamus</a> is
the first of the two modules that make up the <a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx">Venexus
Search Engine</a>. <strong>SEAMUS</strong> = <strong>S</strong>earch <strong>E</strong>ngine <strong>A</strong>ggregation <strong>M</strong>odule <strong>U</strong>tilizing <strong>S</strong>yndication.
On a side note, there is also an obscure Pink Floyd song that not many know from the <a href="http://www.google.com/musicl?lid=ko2BrR_u7aL&amp;aid=kteLDMrjybG">Meddle</a> album,
about an old hound dog by the same name. Our hound dog “fetches” data and stores it
to a table that has enabled MS SQL Server full-text indexing. But before I go into
the specifics, I think it is important to know about the framework.
</p><p>
We started with traditional DotNetNuke module development…until <a href="http://www.entityspaces.net">EntitySpaces</a> was
released. I’m an old ASP/VB developer and personally, it took me a bit to get my head
wrapped around how ES worked, but once I figured it out, I was hooked. ES saves the
day by automagically generating all the CRUD (create, read, update, delete). While
very similar to the logic of a BusinessController and InfoObject, ES uses Collections
and Entities. But, where I found ES the most useful is the <a href="http://www.entityspaces.net/portal/Documentation/QueryAPISamples/tabid/80/Default.aspx">Dynamic
Queries</a> you can write directly into the business logic.
</p><p>
For example, in Seamus we need to check the domain to see if it matches one we are
already indexing:
</p><p>
 <strong><font color="#ff0000">          
Dim colDomains As New VenexusDomainCollection<br />
            colDomains.Query.Select(colDomains.Query.DomainName,
colDomains.Query.DomainID)<br />
            colDomains.Query.Where(colDomains.Query.DomainName.Equal(GetDomainName(sURL)))<br />
            colDomains.Query.Load()<br />
            If colDomains.Count
&gt; 0 Then<br />
                    <font color="#006400"> ‘a
bunch of removed logic goes here..</font><br />
            End IF</font></strong></p><p>
With the <em>colDomains.Query.Select</em>, we are only returning the data we need
rather than all columns. With the <em>colDomains.Query.Where</em>, I eliminated the
need to:
</p><ol style="MARGIN-TOP: 0in" type="1"><li>
Write a stored proc just to retrieve by DomainName 
</li><li>
Iterate through the entire table, every row of all domains, just to find the one I
am looking for.</li></ol><p>
I won’t even go into the performance gain of not having to loop through those rows
of all columns, nor the time (even though it would be simple) to write a stored proc
to pass in DomainName and have it return the DomainID. 
</p><p>
Here is an example of adding a record to Seamus for a new feed:
</p><p><font color="#ff0000"><strong>         Dim
entFeed As New VenexusSeamus<br />
         entFeed.AddNew()<br />
         entFeed.Url = txtURL.Text<br />
         entFeed.Title = txtTitle.Text<br />
         entFeed.Account = txtAccount.Text<br />
         entFeed.Password = txtPassword.Text<br />
         entFeed.CacheTime = txtCacheTime.Text<br />
         entFeed.FeedTimeOut = txtTimeOut.Text<br />
         entFeed.DateAdded = Now()<br />
         entFeed.DateUpdated = "1/1/1901"<br />
           If chkActive.Checked
= True Then<br />
              entFeed.IsActive
= True<br />
            Else<br />
               
entFeed.IsActive = False<br />
            End If<br />
         entFeed.Save()</strong></font></p><p>
Easy enough, eh?
</p><p>
And here is an update of a feed for Seamus:
</p><p><font color="#ff0000"><strong>    Dim entFeed As New VenexusSeamus<br />
    entFeed.LoadByPrimaryKey(hidRSSID.Value)<br />
    entFeed.Url = txtURL.Text<br />
    entFeed.Title = txtTitle.Text<br />
    entFeed.Account = txtAccount.Text<br />
    entFeed .Password = txtPassword.Text<br />
    entFeed.CacheTime = txtCacheTime.Text<br />
    entFeed.FeedTimeOut = txtTimeOut.Text<br />
    entFeed.DateAdded = Now()<br />
    entFeed.DateUpdated = "1/1/1901"<br />
          If chkActive.Checked = True
Then<br />
              entFeed.IsActive
= True<br />
          Else<br />
               
entFeed.IsActive = False<br />
          End If<br />
    entFeed .Save()</strong></font></p><p>
And a delete example:
</p><p><strong><font color="#ff0000">    Dim entFeed As New VenexusSeamus<br />
    entFeed.LoadByPrimaryKey(hidRSSID.Value)<br />
    entFeed.MarkAsDeleted()<br />
    entFeed.Save()</font></strong></p><p>
Yeah, it’s that easy. Makes you want to fire up your IDE eh?
</p><p>
Sure, I have used DAL Builder Pro, which was a huge time saver, but EntitySpaces made
me to never want to develop any other way. Plus, last I checked, DAL Builder Pro was
still only for DNN 3 development. The ease of generating the DAL and the ability to
easily REgenerate the DAL if the database schema changes, makes ES the tool of choice
for all of our module development. I cannot even begin to count the hours I have previously
spent hand coding changes in a DAL due to spec changes. Oh how I wish I had all those
hours back! 
</p><p>
With the new <a href="http://www.entityspaces.net/portal/Products/DotNetNukeASCXAdminGridTemplateSuite/tabid/134/Default.aspx">DNN
admin grid templates</a>, it is just ridiculous how much code is generated before
having to write the first line. The new template will generate an editable grid of
the table(s), with sorting, paging, and search. If you are interested in .Net development
(this is not just a DNN tool, it works for all .Net 2.0 development and using C# or
VB.Net), you must <a href="http://www.entityspaces.net/portal/Login/tabid/147/Default.aspx?returnurl=%2fportal%2fDownloads%2ftabid%2f94%2fforumid%2f58%2fpostid%2f2076%2fview%2ftopic%2fDefault.aspx">check
it out</a>. 
</p><p><em>NOTE: Just so you know, we do not have any affiliation or partnership with EntitySpaces,
we just think their tool rocks.</em></p><p>
So, even though we had much of the initial Seamus development completed, we scrapped
it and started development with ES. This will make future modifications and additions
so much easier, saving time in the long run.
</p><p>
With that said, here is how Seamus works…
</p><p>
After you install Seamus, you can go into the module settings:
</p><p><img src="http://dnnblog.venexus.com/content/binary/seamus-setting.JPG" border="0" /></p><p>
So in this example, the display for Seamus should show the top 10 items last indexed,
each with a link to the actual item in the Title and using the “…More” link. A feed
icon will also be displayed that provides a link to a RSS feed for the top 10 items.
</p><p>
Here is an example of the display:
</p><p><img src="http://dnnblog.venexus.com/content/binary/seamus-all.JPG" border="0" /></p><p>
Now while the above example does not show any local items (tabs or modules from this
site), it does have items indexed from other sites. All of these items were from RSS
feeds that were aggregated. As a module editor, you have the ability to manage external
feeds (or local feeds if so desired, but we will go into more detail about how Seamus
works shortly). But, if there were local items visible, they would only be visible
if you have the proper permissions. Seamus checks permissions on any local site at
the module and tab level for the display and the RSS feed. 
</p><p>
Here is an example of the feeds we are are currently indexing on the Venexus Search
Engine:
</p><p><img src="http://dnnblog.venexus.com/content/binary/seamus-edit-feed-1.JPG" border="0" /></p><p>
Here is the interface for adding new feeds:
</p><p><img src="http://dnnblog.venexus.com/content/binary/seamus-edit-feed-2.JPG" border="0" /></p><p>
Now we will get into how Seamus works…
</p><p>
First off, on the first load of Seamus, a dump of data from all modules supporting
the IPortable interface (currently limited to DNN Core modules) is performed to ensure
that there is data in the index. And every X hours (determined in module settings),
the index is checked for new, updated, and deleted pages/modules.
</p><p>
Secondly, any feeds that have been added to Seamus are aggregated 5 at a time, order
by last updated.  And, while the user is sitting on the page, every 30 seconds
that pass, 5 more feeds are aggregated via AJAX. This user interactive aggregating
decreases the load on the server, rather than running as a scheduled task like the
core DNN Search. 
</p><p>
In order to save bandwidth, and to not tick off the owners of the websites you are
aggregating data from, Seamus has what I call “smart caching”.  Each time a feed
is requested, if the information in the feed as not been updated, Seamus will increase
the cache time. If the feed has been updated, it will request the same feed sooner
than it had previously, decreasing the cache time. Over time, and based on the “average”
a feed it updated, Seamus learns when to check again for updates, all while obeying
TTLs.
</p><p>
Seamus will also index the current page/tab it is sitting on. Now you may be asking
why you would index a page that displays items that have already been indexed. Well,
Seamus can be setup to not display the top X items and/nor the RSS feed. Here is an
example:
</p><p><img src="http://dnnblog.venexus.com/content/binary/seamus-nothing.JPG" border="0" /></p><p>
With the above Seamus settings and the module settings to display on all pages and
set to not display the container or using an “invisible” container, when a user lands
on any page of the site, the page is indexed. You can index your entire site by letting
the users "crawl" the website. Also, when the page is updated, the index will be updated.
Here is the module settings example:
</p><p><img src="http://dnnblog.venexus.com/content/binary/module-settings.JPG" border="0" /></p><p>
So, not only does Seamus index all portals in the DNN installation by doing a dump
of all modules that support the IPortable interface and individual page indexing based
on user interaction, it will also aggregate and index data from other sites. This
gives you the ability to create a full blown search engine for your niche. For example,
let say you have a website about racing. You could have your entire DNN site indexed,
along with aggregation of more racing data from the following sites:
</p><p><a href="http://www.sportsline.com/partners/feeds/rss/auto_news">http://www.sportsline.com/partners/feeds/rss/auto_news</a></p><p><a href="http://rss.news.yahoo.com/imgrss/events/sp/042103autoformula">http://rss.news.yahoo.com/imgrss/events/sp/042103autoformula</a></p><p><a href="http://rss.cnn.com/rss/si_motorsports.rss">http://rss.cnn.com/rss/si_motorsports.rss</a></p><p>
Not only are you able to display a list of the last items indexed in order to keep
a page from becoming stagnant, you can also provide a RSS feed for your users, giving
them a reason to return to your site. I will save a Seamus and SEO discussion for
another time, but here is an example site for a <a href="http://search.truelawyers.com">legal
search engine</a>.
</p><p>
Speaking of time, I am once again out of it. Part III will be a discussion of the
second module, the search form module. Stay tuned...
</p><p>
 
</p><img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=1bc994fa-5443-4ea3-977f-7702786a5318" /></body>
      <title>And then there was Search...Part II</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,1bc994fa-5443-4ea3-977f-7702786a5318.aspx</guid>
      <link>http://dnnblog.venexus.com/And+Then+There+Was+SearchPart+II.aspx</link>
      <pubDate>Sat, 25 Nov 2006 10:04:44 GMT</pubDate>
      <description>I know it has been over a week since the &lt;a href="http://dnnblog.venexus.com/And+Then+There+Was+SearchPart+I.aspx"&gt;last
post&lt;/a&gt;. Sorry to leave you hanging, but sometimes there are just not enough hours
in a day. Anyway, without further ado, here is part two…&lt;strong&gt;SEAMUS&lt;/strong&gt;. 
&lt;p&gt;
At some point earlier this year, DNN Find became a different mission. We decided to
build a full blown &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;search
engine for DotNetNuke&lt;/a&gt;. Not one that would just index a single DNN site, but one
that would allow you to index all portals in a DNN installation AND information from
external sites. And how would external site indexing best be handled? …via RSS feed
aggregation of course.&amp;nbsp;&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/Seamus/tabid/1286/Default.aspx"&gt;Seamus&lt;/a&gt; is
the first of the two modules that make up the &lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;Venexus
Search Engine&lt;/a&gt;. &lt;strong&gt;SEAMUS&lt;/strong&gt; = &lt;strong&gt;S&lt;/strong&gt;earch &lt;strong&gt;E&lt;/strong&gt;ngine &lt;strong&gt;A&lt;/strong&gt;ggregation &lt;strong&gt;M&lt;/strong&gt;odule &lt;strong&gt;U&lt;/strong&gt;tilizing &lt;strong&gt;S&lt;/strong&gt;yndication.
On a side note, there is also an obscure Pink Floyd song that not many know from the &lt;a href="http://www.google.com/musicl?lid=ko2BrR_u7aL&amp;amp;aid=kteLDMrjybG"&gt;Meddle&lt;/a&gt; album,
about an old hound dog by the same name. Our hound dog “fetches” data and stores it
to a table that has enabled MS SQL Server full-text indexing. But before I go into
the specifics, I think it is important to know about the framework.
&lt;/p&gt;
&lt;p&gt;
We started with traditional DotNetNuke module development…until &lt;a href="http://www.entityspaces.net"&gt;EntitySpaces&lt;/a&gt; was
released. I’m an old ASP/VB developer and personally, it took me a bit to get my head
wrapped around how ES worked, but once I figured it out, I was hooked. ES saves the
day by automagically generating all the CRUD (create, read, update, delete). While
very similar to the logic of a BusinessController and InfoObject, ES uses Collections
and Entities. But, where I found ES the most useful is the &lt;a href="http://www.entityspaces.net/portal/Documentation/QueryAPISamples/tabid/80/Default.aspx"&gt;Dynamic
Queries&lt;/a&gt;&amp;nbsp;you can write directly into the business logic.
&lt;/p&gt;
&lt;p&gt;
For example, in Seamus we need to check the domain to see if it matches one we are
already indexing:
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&lt;strong&gt;&lt;font color=#ff0000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
Dim colDomains As New VenexusDomainCollection&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colDomains.Query.Select(colDomains.Query.DomainName,
colDomains.Query.DomainID)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colDomains.Query.Where(colDomains.Query.DomainName.Equal(GetDomainName(sURL)))&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colDomains.Query.Load()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If colDomains.Count
&amp;gt; 0 Then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color=#006400&gt; ‘a
bunch of removed logic goes here..&lt;/font&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End IF&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
With the &lt;em&gt;colDomains.Query.Select&lt;/em&gt;, we are only returning the data we need
rather than all columns. With the &lt;em&gt;colDomains.Query.Where&lt;/em&gt;, I eliminated the
need to:
&lt;/p&gt;
&lt;ol style="MARGIN-TOP: 0in" type=1&gt;
&lt;li&gt;
Write a stored proc just to retrieve by DomainName 
&lt;li&gt;
Iterate through the entire table, every row of all domains, just to find the one I
am looking for.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
I won’t even go into the performance gain of not having to loop through those rows
of all columns, nor the time (even though it would be simple) to write a stored proc
to pass in DomainName and have it return the DomainID. 
&lt;/p&gt;
&lt;p&gt;
Here is an example of adding a record to Seamus for a new feed:
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#ff0000&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim entFeed
As New VenexusSeamus&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.AddNew()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.Url = txtURL.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.Title = txtTitle.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.Account = txtAccount.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.Password = txtPassword.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.CacheTime = txtCacheTime.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.FeedTimeOut = txtTimeOut.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.DateAdded = Now()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.DateUpdated = "1/1/1901"&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;If chkActive.Checked
= True Then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;entFeed.IsActive
= True&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
entFeed.IsActive = False&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entFeed.Save()&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
Easy enough, eh?
&lt;/p&gt;
&lt;p&gt;
And here is an update of a feed for Seamus:
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#ff0000&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim entFeed As New VenexusSeamus&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.LoadByPrimaryKey(hidRSSID.Value)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.Url = txtURL.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.Title = txtTitle.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.Account = txtAccount.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed .Password = txtPassword.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.CacheTime = txtCacheTime.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.FeedTimeOut = txtTimeOut.Text&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.DateAdded = Now()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.DateUpdated = "1/1/1901"&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;If chkActive.Checked = True
Then&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;entFeed.IsActive
= True&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Else&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
entFeed.IsActive = False&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;End If&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed .Save()&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
And a delete example:
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font color=#ff0000&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Dim entFeed As New VenexusSeamus&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.LoadByPrimaryKey(hidRSSID.Value)&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.MarkAsDeleted()&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;entFeed.Save()&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Yeah, it’s that easy. Makes you want to fire up your IDE eh?
&lt;/p&gt;
&lt;p&gt;
Sure, I have used DAL Builder Pro, which was a huge time saver, but EntitySpaces made
me to never want to develop any other way. Plus, last I checked, DAL Builder Pro was
still only for DNN 3 development. The ease of generating the DAL and the ability to
easily REgenerate the DAL if the database schema changes, makes ES the tool of choice
for all of our module development. I cannot even begin to count the hours I have previously
spent hand coding changes in a DAL due to spec changes. Oh how I wish I had all those
hours back! 
&lt;/p&gt;
&lt;p&gt;
With the new &lt;a href="http://www.entityspaces.net/portal/Products/DotNetNukeASCXAdminGridTemplateSuite/tabid/134/Default.aspx"&gt;DNN
admin grid templates&lt;/a&gt;, it is just ridiculous how much code is generated before
having to write the first line. The new template will generate an editable grid of
the table(s), with sorting, paging, and search. If you are interested in .Net development
(this is not just a DNN tool, it works for all .Net 2.0 development and using C# or
VB.Net), you must &lt;a href="http://www.entityspaces.net/portal/Login/tabid/147/Default.aspx?returnurl=%2fportal%2fDownloads%2ftabid%2f94%2fforumid%2f58%2fpostid%2f2076%2fview%2ftopic%2fDefault.aspx"&gt;check
it out&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;NOTE: Just so you know, we do not have any affiliation or partnership with EntitySpaces,
we just think their tool rocks.&lt;/em&gt; 
&lt;/p&gt;
&lt;p&gt;
So, even though we had much of the initial Seamus development completed, we scrapped
it and started development with ES. This will make future modifications and additions
so much easier, saving time in the long run.
&lt;/p&gt;
&lt;p&gt;
With that said, here is how Seamus works…
&lt;/p&gt;
&lt;p&gt;
After you install Seamus, you can go into the module settings:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seamus-setting.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
So in this example, the display for Seamus should show the top 10 items last indexed,
each with a link to the actual item in the Title and using the “…More” link. A feed
icon will also be displayed that provides a link to a RSS feed for the top 10 items.
&lt;/p&gt;
&lt;p&gt;
Here is an example of the display:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seamus-all.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Now while the above example does not show any local items (tabs or modules from this
site), it does have items indexed from other sites. All of these items were from RSS
feeds that were aggregated. As a module editor, you have the ability to manage external
feeds (or local feeds if so desired, but we will go into more detail about how Seamus
works shortly). But, if there were local items visible, they would only be visible
if you have the proper permissions. Seamus checks permissions on any local site at
the module and tab level for the display and the RSS feed.&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Here is an example of the feeds we are are currently indexing on the Venexus Search
Engine:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seamus-edit-feed-1.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Here is the interface for adding new feeds:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seamus-edit-feed-2.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Now we will get into how Seamus works…
&lt;/p&gt;
&lt;p&gt;
First off, on the first load of Seamus, a dump of data from all modules supporting
the IPortable interface (currently limited to DNN Core modules) is performed to ensure
that there is data in the index. And every X hours (determined in module settings),
the index is checked for new, updated, and deleted pages/modules.
&lt;/p&gt;
&lt;p&gt;
Secondly, any feeds that have been added to Seamus are aggregated 5 at a time, order
by last updated.&amp;nbsp; And, while the user is sitting on the page, every 30 seconds
that pass, 5 more feeds are aggregated via AJAX. This user interactive aggregating
decreases the load on the server, rather than running as a scheduled task like the
core DNN Search. 
&lt;/p&gt;
&lt;p&gt;
In order to save bandwidth, and to not tick off the owners of the websites you are
aggregating data from, Seamus has what I call “smart caching”. &amp;nbsp;Each time a feed
is requested, if the information in the feed as not been updated, Seamus will increase
the cache time. If the feed has been updated, it will request the same feed sooner
than it had previously, decreasing the cache time. Over time, and based on the “average”
a feed it updated, Seamus learns when to check again for updates, all while obeying
TTLs.
&lt;/p&gt;
&lt;p&gt;
Seamus will also index the current page/tab it is sitting on. Now you may be asking
why you would index a page that displays items that have already been indexed. Well,
Seamus can be setup to not display the top X items and/nor the RSS feed. Here is an
example:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/seamus-nothing.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
With the above Seamus settings and the module settings to display on all pages and
set to not display the container or using an “invisible” container, when a user lands
on any page of the site, the page is indexed. You can index your entire site by letting
the users "crawl" the website. Also, when the page is updated, the index will be updated.
Here is the module settings example:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/module-settings.JPG" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
So, not only does Seamus index all portals in the DNN installation by doing a dump
of all modules that support the IPortable interface and individual page indexing based
on user interaction, it will also aggregate and index data from other sites. This
gives you the ability to create a full blown search engine for your niche. For example,
let say you have a website about racing. You could have your entire DNN site indexed,
along with aggregation of more racing data from the following sites:
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.sportsline.com/partners/feeds/rss/auto_news"&gt;http://www.sportsline.com/partners/feeds/rss/auto_news&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://rss.news.yahoo.com/imgrss/events/sp/042103autoformula"&gt;http://rss.news.yahoo.com/imgrss/events/sp/042103autoformula&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://rss.cnn.com/rss/si_motorsports.rss"&gt;http://rss.cnn.com/rss/si_motorsports.rss&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Not only are you able to display a list of the last items indexed in order to keep
a page from becoming stagnant, you can also provide a RSS feed for your users, giving
them a reason to return to your site. I will save a Seamus and SEO discussion for
another time, but here is an example site for a &lt;a href="http://search.truelawyers.com"&gt;legal
search engine&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Speaking of time, I am once again out of it. Part III will be a discussion of the
second module, the search form module. Stay tuned...
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=1bc994fa-5443-4ea3-977f-7702786a5318" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=5a77daa5-0965-441e-a251-4a76b548f037</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,5a77daa5-0965-441e-a251-4a76b548f037.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <title>And then there was Search...Part I</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,5a77daa5-0965-441e-a251-4a76b548f037.aspx</guid>
      <link>http://dnnblog.venexus.com/And+Then+There+Was+SearchPart+I.aspx</link>
      <pubDate>Wed, 15 Nov 2006 16:12:18 GMT</pubDate>
      <description>&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;I know a lot of people have been waiting on this and it is literally
been over 5 years in the making, but it is now time to tell the story of how the Venexus
Search Engine came to be…&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;Bots, Crawlers, and Spiders, Oh My!&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Once upon a time, long, long ago, well over 5 years ago anyway,
but that’s like ancient history in terms of the web, I wrote a little script to rip
down free fonts off of a font directory website, who shall remain nameless since they
are still around today. FontGrabber.vbs crawled their entire website saving zip files
of free font packages. If I remember correctly, it pulled down almost 5000 font packages
in a few hours.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;What a time saver! And
my crawler addiction began to set in…&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;MediaGrabber&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;The next crawler I wrote extracted data from an online database
of live music recordings. I dumped about 10 to 12 thousand records into a custom media
database. My crawling habit had now increased to an hour or 2 a week perfecting the
use of HTTPGets using XMLHTTP and making modification to scrape other data from the
site based on URL parameters.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Many variations of MediaGrabber were developed over the years
for aggregating data. Some of the variations include:&lt;/font&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;font color=#000000&gt;PhotoGrabber
- For consuming one of the stock photography buffett sites. An interesting note, the
one we crawled, which will also remain nameless, started limiting the number of photo
request per day the following month. I wonder if that had anything to do with what
we were doing...hehe.&lt;/font&gt;
&lt;/div&gt;
&lt;li&gt;
&lt;div class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;font color=#000000&gt;FDAUpdater -
For pulling down pharmaceutical data from the FDA to be used on a pharmacy website.
Enough said about that one.&lt;/font&gt;
&lt;/div&gt;
&lt;li&gt;
&lt;div class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;font color=#000000&gt;CategoryDump
- For pulling category names from Yahoo and DMOZ.&lt;/font&gt;
&lt;/div&gt;
&lt;li&gt;
&lt;div class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;font color=#000000&gt;And others...&lt;/font&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;Madhatter&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Madhatter was my first bot. It was a VBScript that sat in a Direct
Connect P2P Server application. Madhatter started as a trigger bot.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;A
user would type a message into the chat and if it contained keywords or phrases that
matched a list of keywords and response(s), the bot would automatically reply with
a random response from the list that was associated with that keyword. Over time,
I added around 1000 different responses to about 400 keywords. Madhatter then received
search capabilities. You could type +search &amp;lt;band&amp;gt; or +search &amp;lt;date&amp;gt; and
it would return a top 100 list of media records from a database of about 20000 records
that matched with a link pointing them to the website with the information. I then
gave the ability for the Operators to allow Madhatter speak on their behalf. So in
addition to Madhatter automatically responding, the operator would make new responses
to the user messages via Madhatter. This worked so well, and I guess to some degree
could be considered my first AI application, that many DC newbies really thought it
was a live person responding to their messages, even when Madhatter was running solo.
I even setup the bot so that if a user tried to send Madhatter a private message chat,
it would display in the Operators chat. This led to untold hours of entertainment
watching people talk to a rude, trash talking bot that would kick them off the hub
if they responded in a derogatory manner. Just thinking about it again makes me want
to write a DNN Bot, maybe not one as feisty as Madhatter. Or maybe “bot” interactive
search anyone? &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;Tiny IntRAnet Crawler&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;I started working for Semiconductor Research Corporation in August
2001 as their Web Administrator/Developer. At that time they only had a website and
a forums website. The forums website was using a product called SiteScope which was
written in TCL, but we will not even go there in fear of recurring nightmares .The &lt;/font&gt;&lt;a href="http://www.src.org"&gt;&lt;font color=#0000ff&gt;SRC&lt;/font&gt;&lt;/a&gt;&lt;font color=#000000&gt; main
site was not built using a Content Management System, rather a Staging to Dev push
of content. I think it was sometime in early 2002, I began writing my first true crawler
that would consume all items in a domain.&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp; &lt;/span&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;The need was simple…with the amount of content we had on the site,
there was bound to be broken links, missing images, orphaned files, and God forbid,
500 server errors. We needed something that would crawl the site and search for any
issues, compare the file system, and generate a report for the Content Management
Team. I was still using XMLHTTP component for grabbing the data until I found ASPTear.
ASPTear proved to be faster and was the HTTP component of choice until I found NSoftware.
NSoft’s HTTP component was far superior to any of the others for speed and with many
more methods/objects that could be utilized. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;SRC had a pretty big main site and we began developing 2 other
websites to fall under the SRC umbrella. This lead to TIC 2.0, which crawled all 3
domains, and would (and probably still does) generate a report of any issues. With
TIC now crawling more than one website and doing it dynamically (could jump from one
domain and then the other with the FIFO [First In First Out] URL queue/stack), the
need came to check the first link offsite. Why? In case the link moved (301 or 302),
or was generating a 404. We have no control what some site may do to their content,
but we sure wanted to know if our users were going to get an error if it was broken.
TIC would find those problem links and let the CM Team know they needed to remove
the link, or change the URL to the new redirect. Now comes TIC 3.0...&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;Tiny IntERnet Crawler&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;One night I was goofing around with TIC and decided to turn off
the function that performs the domain or first link offsite check and just let it
run…and run. And it did, all night long. When I got up the next morning, it had crawled
almost 30,000 pages and had built a queue of over 100,000. Now I was hooked. How could
I get more data and faster? Since TIC was a script and utilized a central database
for the URL queue, instead of an in memory stack, I was able run multiple instances
of the crawler. 10 instances of TIC 3.0 crawling brought my little home router to
its knees. In fact, it choked and rolled over tits up. In three hours, over 110,000
pages were crawled, over 500,000 URLs queued, and had sucked down over a gig of data.
Whoa…this was getting fun. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Over the next year or so I really was tweaking TIC quite a bit.
I’d let it run for weeks at a time. I quickly realized I was going to run into a big
problem…Disk space. The database was getting bloated and slowing down dramatically
after it had indexed over 1 million pages and had over 5 more million queued. While
those numbers are a drop in the bucket when compared to the 800 pound gorillas of
search, it is still a lot of data for such a small operation. And, TIC would crawl
anything, all file types. &lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&lt;/span&gt;So I started
curbing back what TIC looked for…all the way down to just XML. TIC, as the last version
in use, now looks just for XML files anywhere on the Internet. Of course I added tweaks
to check domain importance or linking page importance based on keywords and altered
the queueing process so that TIC would not get stuck on a crappy domain. But that
is a discussion for another time.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;Tiny XML Spider&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;So with TIC crawling the web looking for XML files, TXS was developed
to crawl and index the XML files TIC found. TXS runs continuously, iterating through
all “approved” RSS feeds (about 2,500 of over 100,000). For each feed it parses through
the articles and stores anything new to the database. If the feed has been updated,
TXS will return in less time. Feeds that have not been updated will be crawled the
next time after a longer duration. I call this “smart caching”, which will be discussed
in the features of Seamus later on. TXS has aggregated over 1.7 million articles from
only 2500 news feeds. Not bad considering how much other data we have to collect from
feeds that have not been approved. We have been stuffing the aggregated data into
a combination of DNN websites for SEO reasons.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;&lt;img src="http://dnnblog.venexus.com/content/binary/txs.JPG" border=0&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;DNNFind&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;DNNFind = DotNetNuke Fulltext INDexing. At some point about 2
years ago, and with TXS bringing in the data, we decided to build a DNN module that
would perform a SQL Server fulltext index query against the aggregated data and return
the results. While this is not a bot, crawler, or spider, it is a fundamental step
of searching the data, which we will get into when discussing the search module of
VSE.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: 119.4pt"&gt;
&lt;strong&gt;&lt;em&gt;&lt;font color=#000000&gt;DNN Spider&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt; tab-stops: 119.4pt"&gt;
&lt;font color=#000000&gt;&lt;?xml:namespace prefix = st1 ns = "urn:schemas-microsoft-com:office:smarttags" /&gt;I
started developing a standalone VB.Net application for crawling DotNetNuke websites.
This was my first multi-threaded application. While similar to TIC, this application
would allow 1 to many threads to be used to handle the crawling. What we found is
that we can use the application for stress testing DotNetNuke websites by throwing
a few hundred or thousand request at it. And, we can use multiple applications running
on different servers to really pound away at a box. However, this got me thinking
about distributing the load of crawling against the users of the website, which is
why we are using 
&lt;st1:City w:st="on"&gt;
&lt;st1:place w:st="on"&gt;AJAX&lt;/st1:place&gt;
&lt;/st1:City&gt;
to request more data from Seamus. More on that later on as well.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;o:p&gt;
&lt;font color=#000000&gt;&amp;nbsp;&lt;/font&gt;
&lt;/o:p&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Okay, so you made it this far and you are probably asking why
I have not even started to describe what the Venexus Search Engine does. Well, I think
it is important to understand the background of the application and how it came to
be. It’s not like we just came up with some flimsy half-brain ideas about how a search
engine&amp;nbsp;should be done, but rather years of trial and error. And, I want everyone
to realize that our product is not going to disappear, but get stronger as we add
more functionality from all of the code we have written over the years. With that
said, here are the details...&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;Sorry, I am out of time and you will have to wait for Part II
of this post.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;In the meantime, if you want to&amp;nbsp;see&amp;nbsp;Venexus Search Engine&amp;nbsp;in
action, go to &lt;/font&gt;&lt;a href="http://search.venexus.com"&gt;&lt;font color=#0000ff&gt;search.venexus.com&lt;/font&gt;&lt;/a&gt;&lt;font color=#000000&gt;.&amp;nbsp;To
read more about VSE, go &lt;/font&gt;&lt;a href="http://www.venexus.com/Services/DotNetNuke/DotNetNukeSearch/tabid/1280/Default.aspx"&gt;&lt;font color=#0000ff&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font color=#000000&gt;.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;&lt;font color=#000000&gt;REQUIREMENTS FOR VENEXUS SEARCH ENGINE&lt;/font&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;font color=#000000&gt;&lt;b&gt;DotNetNuke 4.3.5&lt;/b&gt; &lt;/font&gt; 
&lt;li&gt;
&lt;font color=#000000&gt;SQL Server supporting Full-Text Indexing &lt;/font&gt; 
&lt;li&gt;
&lt;font color=#000000&gt;.Net full trust for EntitySpaces and Reflection usage&lt;/font&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;If you would like to test our release candidate, please reply
in a comment to this post and I will send you the PA's.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;
&lt;font color=#000000&gt;&lt;/font&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#000000&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=5a77daa5-0965-441e-a251-4a76b548f037" /&gt;</description>
      <category>DotNetNuke General;DotNetNuke Modules;DotNetNuke Search;MS SQL Server;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=13e39982-1a2a-4094-ae7b-4ded52e2bcbf</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,13e39982-1a2a-4094-ae7b-4ded52e2bcbf.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Did you know that SQL Server Express now has Full-Text Indexing? With the soon to
be release of our DotNetNuke search module, which requires SQL Server Full-Text Indexing,
I thought it would be helpful to make a post here for those who did not know the differences
between SQL Server Express versions.
</p>
        <p>
          <table class="show" cellspacing="0" cellpadding="0" width="100%" border="0">
            <tbody>
              <tr class="show">
                <td class="content_box_white_gray">
                  <div class="set_relative">
                    <div class="set_relative">
                      <p class="page_title">
                        <font size="2">
                          <strong>
                            <em>SQL Server Express Edition Comparison</em>
                          </strong>
                        </font>
                      </p>
                      <p class="p1">
                        <font size="2">You have several specific products to choose from when you install
SQL Server Express Edition Use the following table to see how features for SQL Server
compare across other Express Edition products. </font>
                      </p>
                      <table class="show_table" cellspacing="0" cellpadding="0" width="100%" border="0">
                        <tbody>
                          <tr class="show">
                            <td class="show_table_b" colspan="4">
                              <p class="page_title">
                                <span class="color">
                                  <font size="2">Express Edition Products for SQL Server Compared</font>
                                </span>
                              </p>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left_a" style="HEIGHT: 38px">
                              <strong>
                                <font size="2">Feature</font>
                              </strong>
                            </td>
                            <td class="show_table_a" style="HEIGHT: 38px">
                              <strong>
                                <font size="2">SQL Server 2005 Express Edition</font>
                              </strong>
                            </td>
                            <td class="show_table_a" style="HEIGHT: 38px">
                              <strong>
                                <font size="2">SQL Server 2005 Express Edition with Advanced Services</font>
                              </strong>
                            </td>
                            <td class="show_table_a" style="HEIGHT: 38px">
                              <strong>
                                <font size="2">SQL Server 2005 Express Edition Toolkit</font>
                              </strong>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Database Engine</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Client Components</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">* </font>
                              </div>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Full Text Search</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Reporting Services</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Management Studio Express</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                          </tr>
                          <tr class="show">
                            <td class="show_table_left">
                              <font size="2">Business Intelligence Developer Studio</font>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">
                                </font> 
</div>
                            </td>
                            <td class="show_table">
                              <div align="center">
                                <font size="2">*</font>
                              </div>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                      <p class="p1">
                        <font size="2">Each SQL Server Express Edition product has a specific use. Read the
following sections to learn how each Express Edition product for SQL Server compares
to the others.</font>
                      </p>
                      <p class="p2">
                        <b>
                          <font size="2">SQL Server 2005 Express Edition</font>
                        </b>
                      </p>
                      <p class="p1">
                        <font size="2">How does the Express Edition of SQL Server compare to other SQL Server
Express Edition products? SQL Server Express Edition is perfect for use as an embedded
database for a desktop application that requires a fully functional SQL Server Database
Engine. SQL Server Express offers the smallest package size for faster downloads or
to conserve space on deployment media.</font>
                      </p>
                      <p class="p2">
                        <font size="2">
                          <b>SQL Server 2005 Express Edition with Advanced Services</b>
                        </font>
                      </p>
                      <p class="p1">
                        <font size="2">How does the Express Edition with Advanced Services for SQL Server
compare to the other SQL Server Express Edition products? SQL Server 2005 Express
Edition with Advanced Services is perfect for use as a backend to a small, multiuser
application that requires more advanced features such as Web reporting or Full-text
Search. </font>
                      </p>
                      <p class="p2">
                        <font size="2">
                          <b>SQL Server 2005 Express Edition Toolkit</b>
                        </font>
                      </p>
                      <p class="p1">
                        <font size="2">How does the Express Edition Toolkit for SQL Server compare to other
SQL Server Express Edition products? Install this package if you need the management
tools and client components, but do not need the Database Engine. </font>
                      </p>
                    </div>
                    <!-- End Box Content -->
                  </div>
                </td>
                <td class="white_gray_r" width="10">
                  <font size="2">
                  </font>
                </td>
              </tr>
              <tr class="show">
                <td class="white_gray_bl" width="10">
                  <font size="2">
                    <img height="10" src="http://msdn.microsoft.com/vstudio/images/clear.gif" width="10" />
                  </font>
                </td>
              </tr>
            </tbody>
          </table>
        </p>
        <p>
Source: <a href="http://msdn.microsoft.com/vstudio/express/sql/compare/default.aspx">MSDN</a></p>
        <p>
Ready to download SQL Server 2005 Express with Advanced Services (has Full-Text Index)?
Its free and <a href="http://msdn.microsoft.com/vstudio/express/sql/download/">here</a>.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=13e39982-1a2a-4094-ae7b-4ded52e2bcbf" />
      </body>
      <title>SQL Server Express with Full-Text Indexing</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,13e39982-1a2a-4094-ae7b-4ded52e2bcbf.aspx</guid>
      <link>http://dnnblog.venexus.com/SQL+Server+Express+With+FullText+Indexing.aspx</link>
      <pubDate>Mon, 06 Nov 2006 00:31:30 GMT</pubDate>
      <description>&lt;p&gt;
Did you know that SQL Server Express now has Full-Text Indexing? With the soon to
be release of our DotNetNuke search module, which requires SQL Server Full-Text Indexing,
I thought it would be helpful to make a post here for those who did not know the differences
between SQL Server Express versions.
&lt;/p&gt;
&lt;p&gt;
&lt;table class=show cellspacing=0 cellpadding=0 width="100%" border=0&gt;
&lt;tbody&gt;
&lt;tr class=show&gt;
&lt;td class=content_box_white_gray&gt;
&lt;div class=set_relative&gt;
&lt;div class=set_relative&gt;
&lt;p class=page_title&gt;
&lt;font size=2&gt;&lt;strong&gt;&lt;em&gt;SQL Server Express Edition Comparison&lt;/em&gt;&lt;/strong&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=p1&gt;
&lt;font size=2&gt;You have several specific products to choose from when you install SQL
Server Express Edition Use the following table to see how features for SQL Server
compare across other Express Edition products. &lt;/font&gt;
&lt;/p&gt;
&lt;table class=show_table cellspacing=0 cellpadding=0 width="100%" border=0&gt;
&lt;tbody&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_b colspan=4&gt;
&lt;p class=page_title&gt;
&lt;span class=color&gt;&lt;font size=2&gt;Express Edition Products for SQL Server Compared&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left_a style="HEIGHT: 38px"&gt;
&lt;strong&gt;&lt;font size=2&gt;Feature&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class=show_table_a style="HEIGHT: 38px"&gt;
&lt;strong&gt;&lt;font size=2&gt;SQL Server 2005 Express Edition&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class=show_table_a style="HEIGHT: 38px"&gt;
&lt;strong&gt;&lt;font size=2&gt;SQL Server 2005 Express Edition with Advanced Services&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;td class=show_table_a style="HEIGHT: 38px"&gt;
&lt;strong&gt;&lt;font size=2&gt;SQL Server 2005 Express Edition Toolkit&lt;/font&gt;&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Database Engine&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Client Components&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&amp;nbsp;&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Full Text Search&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Reporting Services&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Management Studio Express&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=show_table_left&gt;
&lt;font size=2&gt;Business Intelligence Developer Studio&lt;/font&gt;&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;&lt;/font&gt;&amp;nbsp;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=show_table&gt;
&lt;div align=center&gt;&lt;font size=2&gt;*&lt;/font&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p class=p1&gt;
&lt;font size=2&gt;Each SQL Server Express Edition product has a specific use. Read the
following sections to learn how each Express Edition product for SQL Server compares
to the others.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=p2&gt;
&lt;b&gt;&lt;font size=2&gt;SQL Server 2005 Express Edition&lt;/font&gt;&lt;/b&gt;
&lt;/p&gt;
&lt;p class=p1&gt;
&lt;font size=2&gt;How does the Express Edition of SQL Server compare to other SQL Server
Express Edition products? SQL Server Express Edition is perfect for use as an embedded
database for a desktop application that requires a fully functional SQL Server Database
Engine. SQL Server Express offers the smallest package size for faster downloads or
to conserve space on deployment media.&lt;/font&gt;
&lt;/p&gt;
&lt;p class=p2&gt;
&lt;font size=2&gt;&lt;b&gt;SQL Server 2005 Express Edition with Advanced Services&lt;/b&gt; &lt;/font&gt;
&lt;/p&gt;
&lt;p class=p1&gt;
&lt;font size=2&gt;How does the Express Edition with Advanced Services for SQL Server compare
to the other SQL Server Express Edition products? SQL Server 2005 Express Edition
with Advanced Services is perfect for use as a backend to a small, multiuser application
that requires more advanced features such as Web reporting or Full-text Search. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=p2&gt;
&lt;font size=2&gt;&lt;b&gt;SQL Server 2005 Express Edition Toolkit&lt;/b&gt; &lt;/font&gt;
&lt;/p&gt;
&lt;p class=p1&gt;
&lt;font size=2&gt;How does the Express Edition Toolkit for SQL Server compare to other
SQL Server Express Edition products? Install this package if you need the management
tools and client components, but do not need the Database Engine. &lt;/font&gt;
&lt;/p&gt;
&lt;/div&gt;
&lt;!-- End Box Content --&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;td class=white_gray_r width=10&gt;
&lt;font size=2&gt;&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=show&gt;
&lt;td class=white_gray_bl width=10&gt;
&lt;font size=2&gt;&lt;img height=10 src="http://msdn.microsoft.com/vstudio/images/clear.gif" width=10&gt;&lt;/font&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/p&gt;
&lt;p&gt;
Source: &lt;a href="http://msdn.microsoft.com/vstudio/express/sql/compare/default.aspx"&gt;MSDN&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Ready to download SQL Server 2005 Express with Advanced Services (has Full-Text Index)?
Its free and &lt;a href="http://msdn.microsoft.com/vstudio/express/sql/download/"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=13e39982-1a2a-4094-ae7b-4ded52e2bcbf" /&gt;</description>
      <category>DotNetNuke Search;MS SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=36f26c16-8cc4-4e25-bec7-302ffdeee4a1</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,36f26c16-8cc4-4e25-bec7-302ffdeee4a1.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <title>DotNetNuke Google Alerts</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,36f26c16-8cc4-4e25-bec7-302ffdeee4a1.aspx</guid>
      <link>http://dnnblog.venexus.com/DotNetNuke+Google+Alerts.aspx</link>
      <pubDate>Sun, 05 Nov 2006 00:55:52 GMT</pubDate>
      <description>&lt;p&gt;
If you are not familiar with &lt;a href="http://www.google.com/alerts?hl=en"&gt;Google Alerts&lt;/a&gt;,
you should check it out. I have been tracking things from Google Alerts for at least
2 years, maybe longer. While I have noticed more things coming in for "DotNetNuke",
starting on October 27th I noticed ALOT more alerts for "DotNetNuke" coming in. What
did they all have in common? BLOGS. Also a few days ago, while looking into the activity
of this blog, I noticed a new user agent I had not seen:
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;Feedfetcher-Google; (+http://www.google.com/feedfetcher.html) &lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;If you go to that link, you are redirected to a FAQ&amp;nbsp;page and at the bottom
is a section called Feedfetcher. Here is an interesting Q and A:&lt;/span&gt;
&lt;/p&gt;
&lt;span&gt; 
&lt;p&gt;
&lt;font size=+0&gt;&lt;b&gt;How do I request that Google not retrieve some or all of my site's
feeds? &lt;/b&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div class=i&gt;
&lt;p class=i&gt;
Since Feedfetcher requests are all user-initiated, it &lt;strong&gt;&lt;em&gt;&lt;font color=#ff0000&gt;does
not follow the typical robots.txt guidelines for robots&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;. For
detailed information about how to prevent Feedfetcher from requesting all or part
of your site, please see our &lt;a href="http://www.google.com/support/webmasters/bin/answer.py?answer=35301"&gt;&lt;font color=#0000cc&gt;removal
instructions&lt;/font&gt;&lt;/a&gt;. 
&lt;/p&gt;
&lt;p class=i&gt;
Very interesting. I was under the assumption that any "bot", and I will define Feedfetcher
as a "bot" regardless of whether it is "user-initiated" or not, should obey robots.txt.
&lt;/p&gt;
&lt;p class=i&gt;
With that said, our feed aggregation module for Venexus Search Engine,&amp;nbsp; called
Seamus, &lt;strong&gt;&lt;em&gt;&lt;font color=#ff0000&gt;does obey robots.txt&lt;/font&gt;&lt;/em&gt;&lt;/strong&gt;.
I am sure this discussion will come about with the release of VSE, so I decided to
go ahead and post it now in preparation. And speaking of Venexus Search Engine...we
have made the final compile and are finishing testing tonight...but more on that later.
&lt;/p&gt;
&lt;/div&gt;
&lt;/span&gt;&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=36f26c16-8cc4-4e25-bec7-302ffdeee4a1" /&gt;</description>
      <category>DotNetNuke Search;Search Engine Optimization</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=14a64a2d-9e6c-4195-a400-b3ab167626a2</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,14a64a2d-9e6c-4195-a400-b3ab167626a2.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
The following is a collection of information I have collected, found, and written
concerning <strong>MS SQL Server Full-Text Indexing</strong>. In order to keep it
in a single place, I decided to dump it all here and update as needed...
</p>
        <p>
          <em>SQL Server 2005 Full-text Indexing</em> came with several new features:
</p>
        <ul>
          <li>
Significant performance increases especially with indexing. 
</li>
          <li>
A dedicated indexing service that works directly with SQL Serrver. This speeds up
full-text operations and isolates SQL Server from changes to the search service made
by other applications.  
</li>
          <li>
Secure by default. All iFilters (the component which extracts the text from the content
stored in the rows) must be signed before SQL Server FTS will load them.  
</li>
          <li>
The ability to full-text index Indexed Views which simplifies partitioning. 
</li>
          <li>
Data definition language (DDL) statements for creating and altering full-text catalogs
and indexes. 
</li>
          <li>
Improved Language Support SQL 2005 FTS now supports indexing and searching in 23 different
languages. SQL 2005 FTS will respect language tags stored in the content which the
iFilter can interpret. You can also override the language settings on a column in
your query. 
</li>
          <li>
Accent Insensitivity-SQL FTS can now be configured to be accent insensitive so searches
on resume will match with résumé. This option is enabled by default, but can be disabled. 
</li>
          <li>
Noise Insensitivity-SQL FTS queries will no longer break when one of the search arguments
(SARGs) is a noise word. This option is enabled by default, but can be disabled. 
</li>
          <li>
Thesaurus support in the Contains and FreeText predicates.  
</li>
          <li>
Multi-Column Queries-SQL FTS supports searching a single full-text indexed column,
all full-text indexed columns, or a sub-set of the full-text indexed columns in a
single query.  
</li>
          <li>
Support for linked servers-It is now possible to query full-text catalogs on remote
server through a linked server. 
</li>
          <li>
Replication support If a table is full-text indexed you can replicate the full-text
properties to your subscriber if the subscription database is full-text enabled. 
</li>
          <li>
Backup and restored support for full-text catalogs. You can now backup your full-text
catalog and restore it on a different server. 
</li>
          <li>
Attach/detach full-text catalogs with your databases. You can include your full-text
catalog in your detached database files and optionally reattach your full-text catalogs
along with your database.  
</li>
          <li>
Properties SQL FTS 2005 now supports the indexing and querying of document properties
stored in the Image or VarBinary(MAX) data type columns.  
</li>
          <li>
Full-text indexing for XML data. 
</li>
          <li>
Troubleshooting utilities two new utilities ship with SQL 2005 to assist in the troubleshooting
efforts: <br /><ul><li>
lrtest - an executable which allows you to see how the word breakers interpret a token
at query time and at index time 
</li><li>
CiDump - a tool which allows you to view the contents of your catalog to determine
what is indexed, and how tokens are stored in the index. 
</li></ul><p>
You can find these file in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn  
</p></li>
          <li>
The indexing logs are now stored as plain text in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Log 
</li>
          <li>
Integration with SQL Profiler and logging of index operations. 
</li>
        </ul>
        <p>
If you have never used Full-text indexing, it's pretty easy to setup...
</p>
        <p>
Go into the database properties and enable full-text indexing:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fulltextindexing1.jpg" border="0" />
        </p>
        <p>
Right click on the table and select Full-Text Index &gt; Define Full-Text Index...
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts1.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Wizard will popup, click Next:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts2.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Select the Primary Key:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts3.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Select the columns you want to index:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts4.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Start a full population when complete:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts5.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Since we already had a few other catalogs, we needed to create a new one. And, this
new catalog will now become the default catalong by slecting the option.
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts6.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
We also wanted to create a recurring task to populate the catalog daily while we are
testing:
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts7.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Just click Finish!
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/fts8.jpg" border="0" />
        </p>
        <p>
Alternatively you can use the following queries to create a Full-Text Index:
</p>
        <p>
EXEC sp_fulltext_database 'enable'
</p>
        <p>
EXEC sp_fulltext_table 'BrainDump', 'create', 'BrainDumpCatalog', 'PK_BrainDump'
</p>
        <p>
EXEC sp_fulltext_column 'BrainDump', 'IndexWashedContent', 'add'
</p>
        <p>
EXEC sp_fulltext_table 'BrainDump', 'activate'
</p>
        <p>
EXEC sp_fulltext_table 'BrainDump', 'start_full'
</p>
        <p>
 
</p>
        <p>
If you go back and right click on the table and Full-Text Index, you will now see
an option to "Stop Population". This means that the catalog is being built. Depending
on the size of your table, once it has completed a population of the catalog, you
can start performing queries...
</p>
        <p>
There are four additions to SQL Server's version of SQL that allow access to full-text
catalogs:
</p>
        <ul>
          <li>
            <p>
              <tt>CONTAINS</tt> is used in the <tt>WHERE</tt> clause of a query to find matches
to exact words and phrases, with other options such as word proximity, weighted terms,
and inflection of words.
</p>
          </li>
          <li>
            <p>
              <tt>CONTAINSTABLE</tt> has the same functionality as <tt>CONTAINS</tt> but is used
in the <tt>FROM</tt> clause of a query and offers the added ability to incorporate
relevancy to the results.
</p>
          </li>
          <li>
            <p>
              <tt>FREETEXT</tt> is used in the <tt>WHERE</tt> clause of a query to perform matches
on the <i>meaning</i> of the words or phrase.
</p>
          </li>
          <li>
            <p>
              <tt>FREETEXTTABLE</tt> is similar to <tt>FREETEXT</tt> except that it's used in the <tt>FROM</tt> clause
and can add relevancy to the results.
</p>
          </li>
        </ul>
        <p>
          <strong>Example Queries:</strong>
        </p>
        <p>
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS (IndexWashedContent, ' "someword
anotherword" ')
</p>
        <p>
SELECT IndexWashedContent FROM BrainDump WHERE FREETEXT(IndexWashedContent, 'someword')
</p>
        <p>
Search using NEAR finds words that are close together:
</p>
        <p>
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS(IndexWashedContent, '"someword*"
NEAR anotherword')
</p>
        <p>
          <br />
You can also supply a weighted list of terms to CONTAINS, and it will prefer matches
with a higher weight:
</p>
        <p>
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS(IndexWashedContent, 'ISABOUT
(someword weight (.8), anotherword weight (.4), andanotherword weight (.2) )'
)
</p>
        <p>
          <strong>Full-text Indexing Performance:</strong>
        </p>
        <p>
Microsoft recommends these two settings for optimum performance: 
</p>
        <p>
The virtual memory (PAGEFILE.SYS file) setting for your operating system should be
set to an amount equal to 3 times the amount of physical RAM in the server. If you
have a non-dedicated SQL Server (a server running applications in addition to SQL
Server) then you will want to add the virtual memory needs of these other applications
to the amount calculated above.<br />
  
</p>
        <p>
The SQL Server MAX SERVER MEMORY setting should be set manually (dynamic memory allocation
is turned off) so that enough virtual memory is left for the Full-Text Search service
to run. To achieve this, select a MAX SERVER MEMORY setting that once set, leaves
enough virtual memory so that the Full-Text Search service is able to access an amount
of virtual memory equal to 1.5 times the amount of physical RAM in the server. This
will take some trial and error to achieve this setting. 
</p>
        <p>
To find out how much virtual memory is being used by SQL Server and the Full-Text
Search Service, you can use the Task Manager. By default, the Task Manager does not
display the amount of virtual memory used by a process. To see this number in Task
Manager, you must first go to the "Processes" tab. Once there, select "View", and
then "Select Columns". From the "Select Columns" dialog box, click on "Virtual Memory
Size", then "OK". Now you will be able to see the amount of virtual memory size used
by each process on your server using Task Manager. Use this information to help you
tune your server for use with the Full-Text Search service.
</p>
        <p>
          <strong>More Info:</strong>
          <br />
          <a href="http://blogs.msdn.com/shajan/archive/2005/12/09/Extending_SQL_2005_Fulltext_Search.aspx">Extending
2005 FTS</a>
        </p>
        <p>
          <a href="http://www.simple-talk.com/2006/04/21/understanding-sql-server-full-text-search-part-i/">Language
Features</a>
        </p>
        <p>
          <a href="http://www.informit.com/articles/article.asp?p=21640">Using Full-Text Search
Catalogs</a>
        </p>
        <p>
          <a href="http://www.microsoft.com/technet/prodtechnol/sql/70/maintain/sql7fts.mspx">Extensions
to SQL Server to Support Full-Text Search</a>
        </p>
        <p>
Have anything to add? Please let us know.<br /></p>
        <p>
        </p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=14a64a2d-9e6c-4195-a400-b3ab167626a2" />
      </body>
      <title>MS SQL Server Full-Text Indexing Info Dump</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,14a64a2d-9e6c-4195-a400-b3ab167626a2.aspx</guid>
      <link>http://dnnblog.venexus.com/MS+SQL+Server+FullText+Indexing+Info+Dump.aspx</link>
      <pubDate>Mon, 19 Jun 2006 05:28:44 GMT</pubDate>
      <description>&lt;p&gt;
The following is a collection of information I have collected, found, and written
concerning &lt;strong&gt;MS SQL Server Full-Text Indexing&lt;/strong&gt;. In order to keep it
in a single place, I decided to dump it all here and update as needed...
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;SQL Server 2005 Full-text Indexing&lt;/em&gt; came with several new features:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Significant performance increases especially with indexing. 
&lt;li&gt;
A dedicated indexing service that works directly with SQL Serrver. This speeds up
full-text operations and isolates SQL Server from changes to the search service made
by other applications.&amp;nbsp; 
&lt;li&gt;
Secure by default. All iFilters (the component which extracts the text from the content
stored in the rows) must be signed before SQL Server FTS will load them.&amp;nbsp; 
&lt;li&gt;
The ability to full-text index Indexed Views which simplifies partitioning. 
&lt;li&gt;
Data definition language (DDL) statements for creating and altering full-text catalogs
and indexes. 
&lt;li&gt;
Improved Language Support SQL 2005 FTS now supports indexing and searching in 23 different
languages. SQL 2005 FTS will respect language tags stored in the content which the
iFilter can interpret. You can also override the language settings on a column in
your query. 
&lt;li&gt;
Accent Insensitivity-SQL FTS can now be configured to be accent insensitive so searches
on resume will match with résumé. This option is enabled by default, but can be disabled. 
&lt;li&gt;
Noise Insensitivity-SQL FTS queries will no longer break when one of the search arguments
(SARGs) is a noise word. This option is enabled by default, but can be disabled. 
&lt;li&gt;
Thesaurus support in the Contains and FreeText predicates.&amp;nbsp; 
&lt;li&gt;
Multi-Column Queries-SQL FTS supports searching a single full-text indexed column,
all full-text indexed columns, or a sub-set of the full-text indexed columns in a
single query.&amp;nbsp; 
&lt;li&gt;
Support for linked servers-It is now possible to query full-text catalogs on remote
server through a linked server. 
&lt;li&gt;
Replication support If a table is full-text indexed you can replicate the full-text
properties to your subscriber if the subscription database is full-text enabled. 
&lt;li&gt;
Backup and restored support for full-text catalogs. You can now backup your full-text
catalog and restore it on a different server. 
&lt;li&gt;
Attach/detach full-text catalogs with your databases. You can include your full-text
catalog in your detached database files and optionally reattach your full-text catalogs
along with your database.&amp;nbsp; 
&lt;li&gt;
Properties SQL FTS 2005 now supports the indexing and querying of document properties
stored in the Image or VarBinary(MAX) data type columns.&amp;nbsp; 
&lt;li&gt;
Full-text indexing for XML data. 
&lt;li&gt;
Troubleshooting utilities two new utilities ship with SQL 2005 to assist in the troubleshooting
efforts:&amp;nbsp;&lt;br&gt;
&lt;ul&gt;
&lt;li&gt;
lrtest - an executable which allows you to see how the word breakers interpret a token
at query time and at index time 
&lt;li&gt;
CiDump - a tool which allows you to view the contents of your catalog to determine
what is indexed, and how tokens are stored in the index. 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
You can find these file in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn&amp;nbsp; 
&lt;/p&gt;
&lt;li&gt;
The indexing logs are now stored as plain text in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Log 
&lt;li&gt;
Integration with SQL Profiler and logging of index operations. 
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If you have never used Full-text indexing, it's pretty easy to setup...
&lt;/p&gt;
&lt;p&gt;
Go into the database properties and enable full-text indexing:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fulltextindexing1.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Right click on the table and select Full-Text Index &amp;gt; Define Full-Text Index...
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts1.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Wizard will popup, click Next:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts2.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Select the Primary Key:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts3.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Select the columns you want to index:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts4.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Start a full population when complete:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts5.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Since we already had a few other catalogs, we needed to create a new one. And, this
new catalog will now become the default catalong by slecting the option.
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts6.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
We also wanted to create a recurring task to populate the catalog daily while we are
testing:
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts7.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Just click Finish!
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/fts8.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Alternatively you can use the following queries to create a Full-Text Index:
&lt;/p&gt;
&lt;p&gt;
EXEC sp_fulltext_database 'enable'
&lt;/p&gt;
&lt;p&gt;
EXEC sp_fulltext_table 'BrainDump', 'create', 'BrainDumpCatalog', 'PK_BrainDump'
&lt;/p&gt;
&lt;p&gt;
EXEC sp_fulltext_column 'BrainDump', 'IndexWashedContent', 'add'
&lt;/p&gt;
&lt;p&gt;
EXEC sp_fulltext_table 'BrainDump', 'activate'
&lt;/p&gt;
&lt;p&gt;
EXEC sp_fulltext_table 'BrainDump', 'start_full'
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
If you go back and right click on the table and Full-Text Index, you will now see
an option to "Stop Population". This means that the catalog is being built. Depending
on the size of your table, once it has completed a population of the catalog, you
can start performing queries...
&lt;/p&gt;
&lt;p&gt;
There are four additions to SQL Server's version of SQL that allow access to full-text
catalogs:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;
&lt;tt&gt;CONTAINS&lt;/tt&gt; is used in the &lt;tt&gt;WHERE&lt;/tt&gt; clause of a query to find matches
to exact words and phrases, with other options such as word proximity, weighted terms,
and inflection of words.
&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;
&lt;tt&gt;CONTAINSTABLE&lt;/tt&gt; has the same functionality as &lt;tt&gt;CONTAINS&lt;/tt&gt; but is used
in the &lt;tt&gt;FROM&lt;/tt&gt; clause of a query and offers the added ability to incorporate
relevancy to the results.
&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;
&lt;tt&gt;FREETEXT&lt;/tt&gt; is used in the &lt;tt&gt;WHERE&lt;/tt&gt; clause of a query to perform matches
on the &lt;i&gt;meaning&lt;/i&gt; of the words or phrase.
&lt;/p&gt;
&lt;li&gt;
&lt;p&gt;
&lt;tt&gt;FREETEXTTABLE&lt;/tt&gt; is similar to &lt;tt&gt;FREETEXT&lt;/tt&gt; except that it's used in the &lt;tt&gt;FROM&lt;/tt&gt; clause
and can add relevancy to the results.
&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;strong&gt;Example Queries:&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS (IndexWashedContent, ' "someword
anotherword" ')
&lt;/p&gt;
&lt;p&gt;
SELECT&amp;nbsp;IndexWashedContent FROM BrainDump WHERE FREETEXT(IndexWashedContent, 'someword')
&lt;/p&gt;
&lt;p&gt;
Search using NEAR finds words that are close together:
&lt;/p&gt;
&lt;p&gt;
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS(IndexWashedContent, '"someword*"
NEAR anotherword')
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
You can also supply a weighted list of terms to CONTAINS, and it will prefer matches
with a higher weight:
&lt;/p&gt;
&lt;p&gt;
SELECT IndexWashedContent FROM BrainDump WHERE CONTAINS(IndexWashedContent, 'ISABOUT
(someword weight (.8),&amp;nbsp;anotherword weight (.4), andanotherword weight (.2) )'
)
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Full-text Indexing Performance:&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Microsoft recommends these two settings for optimum performance: 
&lt;/p&gt;
&lt;p&gt;
The virtual memory (PAGEFILE.SYS file) setting for your operating system should be
set to an amount equal to 3 times the amount of physical RAM in the server. If you
have a non-dedicated SQL Server (a server running applications in addition to SQL
Server) then you will want to add the virtual memory needs of these other applications
to the amount calculated above.&lt;br&gt;
&amp;nbsp; 
&lt;/p&gt;
&lt;p&gt;
The SQL Server MAX SERVER MEMORY setting should be set manually (dynamic memory allocation
is turned off) so that enough virtual memory is left for the Full-Text Search service
to run. To achieve this, select a MAX SERVER MEMORY setting that once set, leaves
enough virtual memory so that the Full-Text Search service is able to access an amount
of virtual memory equal to 1.5 times the amount of physical RAM in the server. This
will take some trial and error to achieve this setting. 
&lt;/p&gt;
&lt;p&gt;
To find out how much virtual memory is being used by SQL Server and the Full-Text
Search Service, you can use the Task Manager. By default, the Task Manager does not
display the amount of virtual memory used by a process. To see this number in Task
Manager, you must first go to the "Processes" tab. Once there, select "View", and
then "Select Columns". From the "Select Columns" dialog box, click on "Virtual Memory
Size", then "OK". Now you will be able to see the amount of virtual memory size used
by each process on your server using Task Manager. Use this information to help you
tune your server for use with the Full-Text Search service.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;More Info:&lt;/strong&gt;
&lt;br&gt;
&lt;a href="http://blogs.msdn.com/shajan/archive/2005/12/09/Extending_SQL_2005_Fulltext_Search.aspx"&gt;Extending
2005 FTS&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.simple-talk.com/2006/04/21/understanding-sql-server-full-text-search-part-i/"&gt;Language
Features&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.informit.com/articles/article.asp?p=21640"&gt;Using Full-Text Search
Catalogs&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.microsoft.com/technet/prodtechnol/sql/70/maintain/sql7fts.mspx"&gt;Extensions
to SQL Server to Support Full-Text Search&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Have anything to add? Please let us know.&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=14a64a2d-9e6c-4195-a400-b3ab167626a2" /&gt;</description>
      <category>DotNetNuke Search;MS SQL Server</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=4e02e986-a942-43b1-8b97-a0ce023c2e54</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,4e02e986-a942-43b1-8b97-a0ce023c2e54.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
We are gathering requirements for the <strong>initial release of DNN FIND</strong>, <strong><em>a
DotNetNuke search module</em></strong>. There are 2 pieces to this project, the <strong>crawler/spider</strong> and
the <strong>fulltext indexing based search module</strong>. Currently the crawler/spider
is a standalone multi-threaded VB.Net application that we are considering embedding
inside of a DotNetNuke module and scheduled service (Host &gt; Schedule). However
for large sites, it may be critical for performance to crawl from a seperate
server. Also, full text indexing is not included in SQL Server 2005 Express. To get
an idea about the website environment of users in the community, we are running a <a href="http://www.dnnfind.com/ReleaseSurvey/tabid/888/Default.aspx">survey</a> to
gather requirements for the initial release. 
</p>
        <p>
We are considering the following options:
</p>
        <ol>
          <li>
            <strong>DNN FIND Lite Version</strong>: a free DotNetNuke module that utilizes web
services to query for results and limited to 250 pages indexed.</li>
          <li>
            <strong>DNN FIND Standard Version</strong>: a DotNetNuke Module that untilizes
web services to query for results and limited to 1000 pages indexed.</li>
          <li>
            <strong>DNN FIND Pro Version</strong>: a DotNetNuke Module that utilizes a scheduled
crawler/spider embedded in DotNetNuke to use collected data for local full text
indexing and search. Limited to 5000 pages.</li>
          <li>
            <strong>DNN FIND Enterprise Version</strong>: A crawler/spider standalone application
and a DNN module for querying the fulltext index for the largest of websites. Unlimited
pages.</li>
        </ol>
        <p>
To see an example of our "global search" in development, based on full text indexing,
please see the <a href="http://www.dnnfind.com/">DNN FIND website</a> and/or <a href="http://www.findnews.org/">Find
News</a>. Find News now has almost 900,000 articles/pages it its full text index.
</p>
        <p>
So, if you are interested in a DotNetNuke search module for your site, please answer
the web environment questions we have in the following: <a href="http://www.dnnfind.com/ReleaseSurvey/tabid/888/Default.aspx">Release
Requirements Survey</a>.
</p>
        <p>
If you are interested in beta testing, please let us know by completing the form
on the <a href="http://www.dnnfind.com/AboutDNNFIND/Spider/tabid/842/Default.aspx">Spider
page</a>.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=4e02e986-a942-43b1-8b97-a0ce023c2e54" />
      </body>
      <title>DNN FIND Initial Release Requirements Survey </title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,4e02e986-a942-43b1-8b97-a0ce023c2e54.aspx</guid>
      <link>http://dnnblog.venexus.com/DNN+FIND+Initial+Release+Requirements+Survey.aspx</link>
      <pubDate>Sat, 18 Feb 2006 00:27:02 GMT</pubDate>
      <description>&lt;p&gt;
We are gathering requirements for the &lt;strong&gt;initial release of DNN FIND&lt;/strong&gt;, &lt;strong&gt;&lt;em&gt;a
DotNetNuke search module&lt;/em&gt;&lt;/strong&gt;. There&amp;nbsp;are 2 pieces to this project, the &lt;strong&gt;crawler/spider&lt;/strong&gt; and
the &lt;strong&gt;fulltext indexing based search module&lt;/strong&gt;. Currently the crawler/spider
is a standalone multi-threaded VB.Net application that we are considering embedding
inside of a DotNetNuke module and scheduled service (Host &amp;gt; Schedule). However
for large sites, it may be critical&amp;nbsp;for performance to crawl from a seperate
server. Also, full text indexing is not included in SQL Server 2005 Express. To get
an idea about the website environment of users in the community, we are running a &lt;a href="http://www.dnnfind.com/ReleaseSurvey/tabid/888/Default.aspx"&gt;survey&lt;/a&gt; to
gather requirements for the initial release. 
&lt;/p&gt;
&lt;p&gt;
We are considering the following options:
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;DNN FIND Lite Version&lt;/strong&gt;: a free DotNetNuke module that utilizes web
services to query for results and limited to 250 pages indexed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DNN FIND&amp;nbsp;Standard Version&lt;/strong&gt;: a DotNetNuke Module that untilizes
web services to query for results and limited to 1000 pages indexed.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DNN FIND&amp;nbsp;Pro Version&lt;/strong&gt;: a DotNetNuke Module that utilizes a scheduled
crawler/spider embedded in DotNetNuke&amp;nbsp;to use collected data for local full text
indexing and search. Limited to 5000 pages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DNN FIND Enterprise Version&lt;/strong&gt;: A crawler/spider standalone application
and a DNN module for querying the fulltext index for the largest of websites. Unlimited
pages.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
To see an example of our "global search" in development, based on full text indexing,
please see the &lt;a href="http://www.dnnfind.com/"&gt;DNN FIND website&lt;/a&gt;&amp;nbsp;and/or &lt;a href="http://www.findnews.org/"&gt;Find
News&lt;/a&gt;. Find News now has&amp;nbsp;almost 900,000 articles/pages it its full text index.
&lt;/p&gt;
&lt;p&gt;
So, if you are interested in a DotNetNuke search module for your site, please answer
the web environment questions we have in the following: &lt;a href="http://www.dnnfind.com/ReleaseSurvey/tabid/888/Default.aspx"&gt;Release
Requirements Survey&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
If you are interested in beta testing, please let us know&amp;nbsp;by completing the form
on the &lt;a href="http://www.dnnfind.com/AboutDNNFIND/Spider/tabid/842/Default.aspx"&gt;Spider
page&lt;/a&gt;.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=4e02e986-a942-43b1-8b97-a0ce023c2e54" /&gt;</description>
      <category>DotNetNuke Search</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=afcaeaa0-84d5-4f9f-a069-3cc930194d82</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,afcaeaa0-84d5-4f9f-a069-3cc930194d82.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Working on the <a href="http://www.dnnfind.com/">DNN FIND</a> project, I thought I
would kick around a few ideas about building "importance" into a URL based on user
interaction. In a old pre-DNN project, I simply had a page that processed the link
click similar to the way DNN Links Module works by using LinkClick.aspx and parameters
for the link information, before redirecting to the site. However, I would prefer
a solution that went directly to the site, so that the Back button could be used
(pressing Back would go back to the redirect page that sends you forward). Plus, I
wanted something that would show the real URL in the window status, without setting
it using JavaScript. So, this is what I came up with...
</p>
        <p>
The following script is dynamically generated on the Search Results page to include
the searchID (every unique search performed against the database has an ID):
</p>
        <p>
&lt;script&gt;<br />
&lt;!--<br />
function DNNFclk(urlID,curRank){<br />
 if(document.images){<br />
  var u="";<br />
  if (urlID) u="url="+u+"&amp;<font color="#ff0000"><strong>searchID=123456</strong></font>"+"&amp;rank="+curRank;<br />
  new Image().src="/DNNFindClick.aspx?"+u;}return true;}<br />
//--&gt;<br />
&lt;/script&gt;
</p>
        <p>
The HTML for the link in the search results looks like this:<br />
&lt;a href="<a href="http://www.venexus.com/">http://www.venexus.com</a>" onmousedown="return
DNNFclk('<font color="#ff0000"><strong>7890</strong></font>','<font color="#ff0000"><strong>1</strong></font>')"&gt;Venexus&lt;/a&gt;
</p>
        <p>
          <strong>How does it work?</strong>
        </p>
        <p>
When a user clicks a link in the search results, it fires off a JavaScript to fetch
an "image", passing in the ID for the url and search results rank. This "image" is
really a page that collects the information from the user. On the page that processes
the click, basically the curRank and searchID is used in the algorithm that
computes the new URL importance. This allows us to track what the user clicks on in
order to update the URL ranking.
</p>
        <p>
I have not had the chance to add this to DNN FIND yet, but it should be a great improvement.
</p>
        <p>
          <strong>Ideas for DNN FIND:</strong>
        </p>
        <p>
By also tracking the user session, we could check the timeframe from one click to
the next. If the timeframes are too close, we could DECREASE the rank. Close timeframes
represent bad search results because the user did not spend any time on the site for
the link they clicked.
</p>
        <p>
        </p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=afcaeaa0-84d5-4f9f-a069-3cc930194d82" />
      </body>
      <title>Tracking Link Clicks in Search Results</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,afcaeaa0-84d5-4f9f-a069-3cc930194d82.aspx</guid>
      <link>http://dnnblog.venexus.com/Tracking+Link+Clicks+In+Search+Results.aspx</link>
      <pubDate>Sun, 15 Jan 2006 06:18:31 GMT</pubDate>
      <description>&lt;p&gt;
Working on the &lt;a href="http://www.dnnfind.com/"&gt;DNN FIND&lt;/a&gt; project, I thought I
would kick around a few ideas about building "importance" into a URL based on user
interaction. In a old pre-DNN project, I simply had a page that processed the link
click similar to the way DNN Links Module works by using LinkClick.aspx and parameters
for the link information, before redirecting to the site. However, I would prefer
a solution that&amp;nbsp;went directly to the site, so that the Back button could be used
(pressing Back would go back to the redirect page that sends you forward). Plus, I
wanted something that would show the real URL in the window status, without setting
it using JavaScript. So, this is what I came up with...
&lt;/p&gt;
&lt;p&gt;
The following script is dynamically generated on the Search Results page&amp;nbsp;to include
the searchID (every unique search performed against the database has an ID):
&lt;/p&gt;
&lt;p&gt;
&amp;lt;script&amp;gt;&lt;br&gt;
&amp;lt;!--&lt;br&gt;
function DNNFclk(urlID,curRank){&lt;br&gt;
&amp;nbsp;if(document.images){&lt;br&gt;
&amp;nbsp;&amp;nbsp;var u="";&lt;br&gt;
&amp;nbsp;&amp;nbsp;if (urlID) u="url="+u+"&amp;amp;&lt;font color=#ff0000&gt;&lt;strong&gt;searchID=123456&lt;/strong&gt;&lt;/font&gt;"+"&amp;amp;rank="+curRank;&lt;br&gt;
&amp;nbsp;&amp;nbsp;new Image().src="/DNNFindClick.aspx?"+u;}return true;}&lt;br&gt;
//--&amp;gt;&lt;br&gt;
&amp;lt;/script&amp;gt;
&lt;/p&gt;
&lt;p&gt;
The HTML for the link in the search results looks like this:&lt;br&gt;
&amp;lt;a href="&lt;a href="http://www.venexus.com/"&gt;http://www.venexus.com&lt;/a&gt;" onmousedown="return
DNNFclk('&lt;font color=#ff0000&gt;&lt;strong&gt;7890&lt;/strong&gt;&lt;/font&gt;','&lt;font color=#ff0000&gt;&lt;strong&gt;1&lt;/strong&gt;&lt;/font&gt;')"&amp;gt;Venexus&amp;lt;/a&amp;gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;How does it work?&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
When a user clicks a link in the search results, it fires off a JavaScript to fetch
an "image", passing in the ID for the url and search results rank. This "image" is
really a page that collects the information from the user. On the page that processes
the&amp;nbsp;click, basically the curRank and searchID&amp;nbsp;is used in the algorithm that
computes the new URL importance. This allows us to track what the user clicks on in
order to update the URL ranking.
&lt;/p&gt;
&lt;p&gt;
I have not had the chance to add this to DNN FIND yet, but it should be a great improvement.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Ideas for DNN FIND:&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
By also tracking the user session, we could check the timeframe from one click to
the next. If the timeframes are too close, we could DECREASE the rank. Close timeframes
represent bad search results because the user did not spend any time on the site for
the link they clicked.
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=afcaeaa0-84d5-4f9f-a069-3cc930194d82" /&gt;</description>
      <category>DotNetNuke Search</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=8fd85cde-1dd4-4c86-b066-5d025803bbf3</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,8fd85cde-1dd4-4c86-b066-5d025803bbf3.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>DNN FIND Spider version 0.2</strong> was built this morning after a successful
nightly crawl test last night. 
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/dnfs.jpg" border="0" />
          <br />
 <br /><strong>DNN FIND Spider (DNNFS)</strong> is currently a standalone <strong>VB.Net
application</strong> that spiders the web. We are using the spider to <strong>crawl
DotNetNuke sites</strong> for inclusion in the <a href="http://www.dnnfind.com/">DNN
FIND</a> index. Currently the DNN FIND index is comprised of data collected from RSS
feeds and the DNNFS. If you have a feed or site that you would like to have aggregated
or crawled, please let us know: support at DNN FIND dot com. 
</p>
        <p>
          <br />
          <strong>Current Features:</strong>
        </p>
        <ul>
          <li>
Written in VB.Net 
</li>
          <li>
Stores data in MS SQL Server 
</li>
          <li>
Multi-threaded spider 
</li>
          <li>
Obeys robots.txt 
</li>
          <li>
Obeys meta robots tags 
</li>
          <li>
Stores HTML and parsed (HTML removed) data 
</li>
          <li>
Site specific crawls</li>
        </ul>
        <p>
          <br />
          <strong>Direction:<br /></strong>So many crawlers, so little time! The goal is to get all of the other VBScript
and Visual Basic (not .net) crawlers/spiders we have built into a single mega .Net
spider. Porting the features and functionality of other crawlers we have, like TIC
and TXS, is a first priority. However, the first objective is to make DNNFS to be
a "global" crawler, rather than just a site specific crawler. 
</p>
        <p>
          <br />
Currently DNNFS will crawl a single domain at a time, which is great for adding TIC
features like HTTP Header Status reports for non-200 responses, giving a detailed
view of problems on the website. In the hands of a DNN site operator, this could be
used to view issues on the site that might otherwise be unknown without digging through
web logs. 
</p>
        <p>
          <br />
But, the work to be done next involves porting code to utilize a central database
queue. By doing so, it will allow for multiple spiders to be setup on multiple servers,
each talking back to the central queue for the next URL to be processed. Also, the
queue can be manipulated by URL importance instead of relying on First In First Out
queueing. With TIC, a global crawler, we have Domain AND URL importance affecting
the queue. While a crawl is happening, an algorithm computes the "importance" of a
URL based upon the importance of the domain and keywords found within the document.
The more documents found on a site with related keywords, the higher the domain importance,
which results in a higher URL importance during crawl time. However, this comes with
a performance issue and may best be added as a backend process that updates the queue
continuously. Most DNN operators would not need such features nor do they have sites
to be crawled that have hundreds of thousands of pages like some of the sites we host.
However, some of them might have large sites and/or would be interested in contributing
their crawl data, which begs the question of developing a thin client for DNN operators.
</p>
        <p>
          <br />
          <strong>Definite Features to be included in future releases:</strong>
        </p>
        <ul>
          <li>
XML document support for crawl updates (similar to how Google sitemaps work) 
</li>
          <li>
RSS support for site update notifications 
</li>
          <li>
Non-200 status header response reporting 
</li>
          <li>
Global crawls 
</li>
          <li>
Central queue processing 
</li>
          <li>
Multiple crawler support</li>
        </ul>
        <p>
          <br />
          <strong>Ideas we are kicking around:</strong>
        </p>
        <ul>
          <li>
A distributed thin client for DNN operators 
</li>
          <li>
DNNFS as a website stress tester? It would be easy to increase the number of threads
by x fold to make a stress tester. 
</li>
          <li>
Web services for remote queries</li>
        </ul>
        <p>
If anyone has any features, functionalities, or ideas that can be added to DNNFS that
would help the DNN community, please let us know: support at DNN FIND dot com.
</p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=8fd85cde-1dd4-4c86-b066-5d025803bbf3" />
      </body>
      <title>DNN FIND Spider v0.2 - A DotNetNuke Spider</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,8fd85cde-1dd4-4c86-b066-5d025803bbf3.aspx</guid>
      <link>http://dnnblog.venexus.com/DNN+FIND+Spider+V02+A+DotNetNuke+Spider.aspx</link>
      <pubDate>Fri, 23 Dec 2005 17:12:58 GMT</pubDate>
      <description>&lt;p&gt;
&lt;strong&gt;DNN FIND Spider version 0.2&lt;/strong&gt; was built this morning after a successful
nightly crawl test last night. 
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/dnfs.jpg" border=0&gt;
&lt;br&gt;
&amp;nbsp;&lt;br&gt;
&lt;strong&gt;DNN FIND Spider (DNNFS)&lt;/strong&gt; is currently a standalone &lt;strong&gt;VB.Net
application&lt;/strong&gt; that spiders the web. We are using the spider to &lt;strong&gt;crawl
DotNetNuke sites&lt;/strong&gt; for inclusion in the &lt;a href="http://www.dnnfind.com/"&gt;DNN
FIND&lt;/a&gt; index. Currently the DNN FIND index is comprised of data collected from RSS
feeds and the DNNFS. If you have a feed or site that you would like to have aggregated
or crawled, please let us know: support at DNN FIND dot com. 
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Current Features:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Written in VB.Net 
&lt;li&gt;
Stores data in MS SQL Server 
&lt;li&gt;
Multi-threaded spider 
&lt;li&gt;
Obeys robots.txt 
&lt;li&gt;
Obeys meta robots tags 
&lt;li&gt;
Stores HTML and parsed (HTML removed) data 
&lt;li&gt;
Site specific crawls&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Direction:&lt;br&gt;
&lt;/strong&gt;So many crawlers, so little time! The goal is to get all of the other VBScript
and Visual Basic (not .net) crawlers/spiders we have built into a single mega .Net
spider. Porting the features and functionality of other crawlers we have, like TIC
and TXS, is a first priority. However, the first objective is to make DNNFS to be
a "global" crawler, rather than just a site specific crawler. 
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
Currently DNNFS will crawl a single domain at a time, which is great for adding TIC
features like HTTP Header Status reports for non-200 responses, giving a detailed
view of problems on the website. In the hands of a DNN site operator, this could be
used to view issues on the site that might otherwise be unknown without digging through
web logs. 
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
But, the work to be done next involves porting code to utilize a central database
queue. By doing so, it will allow for multiple spiders to be setup on multiple servers,
each talking back to the central queue for the next URL to be processed. Also, the
queue can be manipulated by URL importance instead of relying on First In First Out
queueing. With TIC, a global crawler, we have Domain AND URL importance affecting
the queue. While a crawl is happening, an algorithm computes the "importance" of a
URL based upon the importance of the domain and keywords found within the document.
The more documents found on a site with related keywords, the higher the domain importance,
which results in a higher URL importance during crawl time. However, this comes with
a performance issue and may best be added as a backend process that updates the queue
continuously. Most DNN operators would not need such features nor do they have sites
to be crawled that have hundreds of thousands of pages like some of the sites we host.
However, some of them might have large sites and/or would be interested in contributing
their crawl data, which begs the question of developing a thin client for DNN operators.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Definite Features to be included in future releases:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
XML document support for crawl updates (similar to how Google sitemaps work) 
&lt;li&gt;
RSS support for site update notifications 
&lt;li&gt;
Non-200 status header response reporting 
&lt;li&gt;
Global crawls 
&lt;li&gt;
Central queue processing 
&lt;li&gt;
Multiple crawler support&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;br&gt;
&lt;strong&gt;Ideas&amp;nbsp;we are&amp;nbsp;kicking around:&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
A distributed thin client for DNN operators 
&lt;li&gt;
DNNFS as a website stress tester? It would be easy to increase the number of threads
by x fold to make a stress tester. 
&lt;li&gt;
Web services for remote queries&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
If anyone has any features, functionalities, or ideas that can be added to DNNFS that
would help the DNN community, please let us know: support at DNN FIND dot com.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=8fd85cde-1dd4-4c86-b066-5d025803bbf3" /&gt;</description>
      <category>DotNetNuke Search</category>
    </item>
    <item>
      <trackback:ping>http://dnnblog.venexus.com/Trackback.aspx?guid=6156ea9b-f5c8-4363-bbc6-7e6c15094e92</trackback:ping>
      <pingback:server>http://dnnblog.venexus.com/pingback.aspx</pingback:server>
      <pingback:target>http://dnnblog.venexus.com/PermaLink,guid,6156ea9b-f5c8-4363-bbc6-7e6c15094e92.aspx</pingback:target>
      <dc:creator>Jeff Smith</dc:creator>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <strong>DotNetNuke Search Engine</strong>...I noticed that there is now a page on
the DotNetNuke site for the core <a href="http://www.dotnetnuke.com/Default.aspx?tabid=834">DNN
Search Project</a>. I have not had a chance to explore much of the forum they provide
on the page, but most of what I see are questions about how to use the module, instead
of nitty gritty application details. I hope to find more details about any changes
that took place between the previous version and DNN 4 and post them here for reference. 
</p>
        <p>
In the meatime, I am still working on the <strong>DotNetNuke Spider</strong> and <strong>Fulltext
Search module</strong>. Unfortunately, several other projects have forced this on
the back burner, but I try to squeeze in a line or two of code every night...
</p>
        <p>
          <img src="http://dnnblog.venexus.com/content/binary/dnnspider.jpg" border="0" />
        </p>
        <p>
The <strong>DNN Spider</strong> will have the following features:
</p>
        <ul>
          <li>
Multi-threaded crawling 
</li>
          <li>
Parsing ability</li>
        </ul>
        <p>
My biggest issue with other crawlers I have played with is their speed for larger
websites or crawling patterns. I hope to provide a solution that alleviates any performance
issues by utlizing a central database for queue processing. I'll keep you posted as
it progresses...
</p>
        <p>
          <img alt="DNN FIND - DotNetNuke Fulltext Indexing Based Search" src="http://www.dnnfind.com/Portals/_default/Skins/dnnfind-skin/images/dnnfind.jpg" />
        </p>
        <p>
The <strong>DNN FIND</strong> Module will have the following features:
</p>
        <ul>
          <li>
Portal specific search 
</li>
          <li>
Global search via web services 
</li>
          <li>
Fulltext Indexing of DNN Spider results 
</li>
          <li>
Noise word filtering 
</li>
          <li>
Supports "+" searches 
</li>
          <li>
Supports "-" searches 
</li>
          <li>
Double quoted phrases 
</li>
          <li>
LSI keyword augmented results 
</li>
          <li>
User interactive ranking algorithm</li>
        </ul>
        <p>
An example of the fulltext search module can be found at <a href="http://www.dnnfind.com/">DNN
FIND</a>. <font color="#ff0000">Please note that this module is still in development
and that not all features are available in this example.</font></p>
        <p>
          <em>Stay tuned for more...</em>
        </p>
        <img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6156ea9b-f5c8-4363-bbc6-7e6c15094e92" />
      </body>
      <title>DotNetNuke Search Engine - Module and Spider</title>
      <guid isPermaLink="false">http://dnnblog.venexus.com/PermaLink,guid,6156ea9b-f5c8-4363-bbc6-7e6c15094e92.aspx</guid>
      <link>http://dnnblog.venexus.com/DotNetNuke+Search+Engine+Module+And+Spider.aspx</link>
      <pubDate>Tue, 13 Dec 2005 04:57:21 GMT</pubDate>
      <description>&lt;p&gt;
&lt;strong&gt;DotNetNuke Search Engine&lt;/strong&gt;...I noticed that there is now a page on
the DotNetNuke site for the core &lt;a href="http://www.dotnetnuke.com/Default.aspx?tabid=834"&gt;DNN
Search Project&lt;/a&gt;. I have not had a chance to explore much of the forum they provide
on the page, but most of what I see are questions about how to use the module, instead
of nitty gritty application details. I hope to find more details about any changes
that took place between the previous version and DNN 4 and post them here for reference. 
&lt;/p&gt;
&lt;p&gt;
In the meatime, I am still working on the &lt;strong&gt;DotNetNuke Spider&lt;/strong&gt; and &lt;strong&gt;Fulltext
Search module&lt;/strong&gt;. Unfortunately, several other projects have forced this on
the back burner, but I try to squeeze in a line or two of code every night...
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://dnnblog.venexus.com/content/binary/dnnspider.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
The &lt;strong&gt;DNN Spider&lt;/strong&gt; will have the following features:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Multi-threaded crawling 
&lt;li&gt;
Parsing ability&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
My biggest issue with other crawlers I have played with is their speed for larger
websites or crawling patterns. I hope to provide a solution that alleviates any performance
issues by utlizing a central database for queue processing. I'll keep you posted as
it progresses...
&lt;/p&gt;
&lt;p&gt;
&lt;img alt="DNN FIND - DotNetNuke Fulltext Indexing Based Search" src="http://www.dnnfind.com/Portals/_default/Skins/dnnfind-skin/images/dnnfind.jpg"&gt;
&lt;/p&gt;
&lt;p&gt;
The &lt;strong&gt;DNN FIND&lt;/strong&gt; Module will have the following features:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
Portal specific search 
&lt;li&gt;
Global search via web services 
&lt;li&gt;
Fulltext Indexing of DNN Spider results 
&lt;li&gt;
Noise word filtering 
&lt;li&gt;
Supports "+" searches 
&lt;li&gt;
Supports "-" searches 
&lt;li&gt;
Double quoted phrases 
&lt;li&gt;
LSI keyword augmented results 
&lt;li&gt;
User interactive ranking algorithm&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
An example of the fulltext search module can be found at &lt;a href="http://www.dnnfind.com/"&gt;DNN
FIND&lt;/a&gt;. &lt;font color=#ff0000&gt;Please note that this module is still in development
and that not all features are available in this example.&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;em&gt;Stay tuned for more...&lt;/em&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://dnnblog.venexus.com/aggbug.ashx?id=6156ea9b-f5c8-4363-bbc6-7e6c15094e92" /&gt;</description>
      <category>DotNetNuke Search</category>
    </item>
  </channel>
</rss>