New search option for umbraco site
There are currently three search implementations for umbraco:
- XSLT search
- umbSearch (Lucene.net)
- Microsoft search server
I would like to propose a 4th alternative Thunderstone webinator. Its a tool I used many moons ago with another CMS. It comes in 2 flavours hosted or host yourself. There is a free version it has restriction of 10,000 documents (see full version feature matrix) and only indexes html pages. I would recommend going down the hosted route, basically you create an account on the site and then point it to your website. The search engine is a crawler so all your content needs to be linked up. If you have a good site map then most if not all your content will be linked. After crawl you get your own personal url that looks like http://mysite.master.com/texis/master/search so you can create your own form that posts to that page.
The admin interface will let you style up your search results page. The results page has % relevance and find similar functionality, you can see a working result page here. I am not advocating this solution over the other excellent solutions already available I just think this is a nice alternative to give fast, rich search functionality very quickly.

Another even better option is using a Google solution:
http://www.google.com/sitesearch (hosted)
or
http://www.google.com/enterprise/mini (hardware)
Both can output search results in XML that can be consumed in Umbraco XSLT macros using umbraco.library:GetXmlDocumentByUrl() for optimal integration.
Arjan,
I thought of google and yahoo after posting DOH!!
We created an indexing system that still uses Lucene but it is very powerful and easy to use. The download and documentation is here: http://farmcode.org/page/Umbraco-Examine.aspx. It’s not entirely complete but i’ll get around to it soon. It has a complete event model, supports multiple indexes (for multilingual sites, etc…), is completely extensible. For the most part though, if you just need simple searches, it works pretty much straight away by following the documentation on the blog post.
Great Article !!!
Need to know search using Microsoft search server express in Umbraco.
Thanks.
[...] New search option for umbraco site May 20094 comments
4 [...]
2010 in review « Ismail’s umbraco adventures said this on January 2, 2011 at 9:09 am |
I am new to to umbraco, I need the web site search tool for my umbraco site,
If it is a XSLT, It will be very simple. Can any one help me please.:(
Thanks in advance,
Ragunath
Ragunath,
Best place to get help is on our.umbraco.org
Regards
Ismail