chriseldredge / Lucene.Net.Linq

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

PR to resolve issue: Session.Add overload for new documents #72 #75

Closed pdoran closed 9 years ago

pdoran commented 9 years ago

Added a KeyConstraint overload to the Add operation on the session. Added some XML documentation to make it a little more clear. Also added some tests to verify the changes.

chriseldredge commented 9 years ago

I made some changes to formatting (mostly whitespace) and rebased your commits into b925f4e26ffc870221892d81b7c7c2e76d2ba481. This has been merged into master.

Thanks for the collaboration and implementation!