chriseldredge / Lucene.Net.Linq

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

Lucene.net for .Net Core, is lucene.net.linq still a good choice compared with lucene query #104

Open xingguo3 opened 4 years ago

xingguo3 commented 4 years ago

hi i'm new to lucene.net, since i could only find limit documents/use cases of Lucene.Net.Linq

So I wonder that is Lucene.net.linq still compatible with Lucene.Net 4.8 beta version and is it still a good choice compared with lucene query?

chriseldredge commented 4 years ago

This library is not under active development anymore. If there is a newer version of Lucene.Net, Lucene.Net.Linq will likely not work with it, and additionally it hasn't been ported to .net core. Depending on your target runtime, it may still be a good choice.