5
Shouts

Sb2 Developers Blog | FluentNHibernarte.Search 0.3 Beta Released Now Support Fluent XML-Less Configuration

posted by xoroxoro 809 days, 28 minutes ago
Monday, March 08, 2010 11:00:55 PM GMT

Just released FluentNHibernate.Search 0.3 Beta which now support Fluent XML-Less Configuration available on CodePlex. No need to configure NHibernate.Search in web.config or app.config, you can know configure it like FluentNHibernate do for NHibernate. 1: Configuration nhcfg = FluentSearch.Configure() 2: .DefaultAnalyzer().Standard() 3: .DirectoryProvider().FSDirectory() 4: .IndexBase("~/Index") 5: .IndexingStrategy().Event() 6: .MappingClass

category: Foundation | clicked: 2 | | source: blog.sb2.fr | show counter code
tags: Lucene.NET, Fluent Mapping, NHibernate, Fluent Interface

No comments yet, be the first one to post comment.

To post your comment please login or signup