Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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?
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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
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.
is working on a reply...