Faceted Search w/Lucene.NET & NHibernate.Search
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
精彩评论