I am a newbie and want to know how to install Lucene and make it work with umbraco , can anyone point me to a video tutorial (i have subcribed to umbraco.tv already) or would like to know a blog post which shows from first step to last step how i can use Lucene search with umbraco, i dont have any knowledge of Lucene.
One of the core team members has released an add-in called Umbraco Examine which is a Lucene indexer for Umbraco (http://umbracoexamine.codeplex.com/).
The documentation is a bit lacking at the moment, you may need to look into the 4.1 release package for umbraco (as Examine is being included in that).
Essentially you need to just specify in the web.config the doc types and their properties to index and Examine does the rest
Any news as to when more documentation is going to be released on this? I have download the files but I'm not too sure how I make use of them, as in how I create a search page etc that is capable of searching through Umbraco pages and the text in uploaded documents. I am currently using XSLT Search.
umbraco search and Lucene
I am a newbie and want to know how to install Lucene and make it work with umbraco , can anyone point me to a video tutorial (i have subcribed to umbraco.tv already) or would like to know a blog post which shows from first step to last step how i can use Lucene search with umbraco, i dont have any knowledge of Lucene.
One of the core team members has released an add-in called Umbraco Examine which is a Lucene indexer for Umbraco (http://umbracoexamine.codeplex.com/).
The documentation is a bit lacking at the moment, you may need to look into the 4.1 release package for umbraco (as Examine is being included in that).
Essentially you need to just specify in the web.config the doc types and their properties to index and Examine does the rest
Any news as to when more documentation is going to be released on this? I have download the files but I'm not too sure how I make use of them, as in how I create a search page etc that is capable of searching through Umbraco pages and the text in uploaded documents. I am currently using XSLT Search.
The following takes you through from basic to Advanced setups of Examine. Should be pretty straight forward:
http://farmcode.org/post/2009/04/20/Umbraco-Examine-v4x-Powerful-Umbraco-Indexing.aspx
Here's a quick example (in-page):
SearchResults.ascx.cs
SearchResults.aspx
Of course, you can also do this using DataTables or something for sorting, paging, etc. This is just a quick/dirty example.
-- Nik
Thanks Nik.
Your example was very helpful (at least to me) :-)
Cheers
Morten
is working on a reply...