How-to use开发者_开发问答 NHibernate.Search Projections ?see here http://docs.jboss.org/hibernate/stable/search/reference/en/html/search-query.html#projections
How can i rebuild Lucene.NET Index using NHibernate开发者_高级运维.Search ? Thanks.There is an Index method off of the IFullTextSearchSession that will force and index of an entity. So you just need
i\'ve been busy upgrading our n* stack to a more recent version. We\'d been using FluentNhibernate for configuration and Nhibernate.search coupled with Lucene.Net for full-text search. Everything work
When I was using Lucene to index my entities, I had the habit of putting all my indexed properties in a field named \"all\", to perform a search on \"all\" of my entities types.