开发者

Faceted Search w/Lucene.NET & NHibernate.Search

开发者 https://www.devze.com 2022-12-23 10:28 出处:网络
Anyone know if it is possible to perf开发者_如何转开发orm faceted searches with NHibernate.Search and Lucene.NET or do you need to implement something like Solr as well to get this functionality.

Anyone know if it is possible to perf开发者_如何转开发orm faceted searches with NHibernate.Search and Lucene.NET or do you need to implement something like Solr as well to get this functionality.

I haven't been able to find anything regarding this in the docs.

Thanks!


It's not built in, as far as I know.

This might be a way to go about it: http://www.devatwork.nl/articles/lucenenet/faceted-search-and-drill-down-lucenenet/

But also SolrNet: http://code.google.com/p/solrnet/ In combination with: http://code.google.com/p/solrnet/wiki/NHibernateIntegration

0

精彩评论

暂无评论...
验证码 换一张
取 消