chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Automatic / Reflection mapping #76

Closed ronnyek closed 9 years ago

ronnyek commented 9 years ago

Not a bug, but more a question...

I've tried to dig through the unit tests to find example of this... I want to basically hand over simple objects (that come from 3rd party so they cant be marked up with lucene specific attributes).

I'd like to basically be able to hand lucene these simple objects and just index everything.

chriseldredge commented 9 years ago

Sorry for not responding sooner. There is an example of configuring mappings for objects outside of your control here:

https://github.com/themotleyfool/Lucene.Net.Linq/blob/master/source/Lucene.Net.Linq.Tests/Samples/FluentConfiguration.cs