Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sjors Pals 617 posts 270 karma points
    Jun 07, 2010 @ 11:41
    Sjors Pals
    1

    Umbraco and faceted search

    For a client we want to build a website which contains a few hundred real estate objects, we want to implement a faceted search, does anyone have expierence with this in combination with umbraco?

  • Aaron Powell 1708 posts 3044 karma points c-trib
    Jun 07, 2010 @ 12:00
    Aaron Powell
    0

    You could use Lucene.Net to do this, but it really depends on how you are storing your data in your application.

    If you're storing it in a database and you want to search on that NHibernate has a built in Lucene.Net capability.

    Alternatively you can just manually push the stuff into Lucene.Net via Examine.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies