5
shouts

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

posted by xoroxoro 703 days, 17 hours, 21 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: 1 | | source: blog.sb2.fr | show counter code
tags: Fluent Interface, Fluent Mapping, Lucene.NET, NHibernate

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

To post your comment please login or signup