luceneplusplus / LucenePlusPlus

Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
luceneplusplus@googlegroups.com
Other
738 stars 232 forks source link

Is LucenePlusPlus ported till the latest release of apache lucene? #159

Closed abhishekamte closed 3 years ago

abhishekamte commented 3 years ago

hello,

Does LucenePlusPlus have all the features till the current latest release of apache lucene v8.6.3? I ask because i couldnt find any documentation of it in the repo, also the the latest release tag corresponds to a commit of 2015.

Thanks!

chris-caat commented 3 years ago

Yes, this is the first question someone interested in this project is going to ask. You should have this correspondence info on the main project page. The fact that you don't naturally makes one take a look at the recent commits history: not much significant-looking recently. Where's this project at???

alanw commented 3 years ago

This project is maintained on a best-effort basis as I have other commitments that take a lot of my time.

I've updated the version details to reflect the changes since 2015.

rileyai-dev commented 3 years ago

@alanw Does it mean that it refers to Lucene v8? Just mentioning this on the README would be helpful as there is no reference to any API.

Thank you so much for the hard work and thanks for sharing this amazing library!