Lucene.NET through NHibernate.Search and POCO Entities
Asked Answered
K

1

0

Is there anyway to keep true POCO Entities while working with Lucene.NET through NHibernate.Search ?

It seems that Lucene.NET (NHibernate.Search) mapping only work with Attributes within Entity classes.

Karyolymph answered 1/3, 2010 at 14:52 Comment(0)
I
0

Actually this was true, not too long ago. However, there are different mapping providers out there. Take a look into the source code for the Mapping namespace. You will have to build your own provider but it is possible.

Interminable answered 2/3, 2010 at 1:8 Comment(1)
@Andrew: I took a look on the mapping namespace but ... don't know how to build my own provider and get it working with NHibernate.SearchKaryolymph

© 2022 - 2024 — McMap. All rights reserved.