February 03, 2017
Is there any usable full-text search library? for D I couldn't find any except the Elasticsearch client called elasticsearch-d in the package registry a very old Lucene port for D1 called dlucene. This is it or did I miss something?
March 21, 2017
On Friday, 3 February 2017 at 14:30:01 UTC, Soolayman wrote:
> Is there any usable full-text search library? for D I couldn't find any except the Elasticsearch client called elasticsearch-d in the package registry a very old Lucene port for D1 called dlucene. This is it or did I miss something?

Hi I have started to work on one about a week ago. I will give you a github link once I am in alpha phase, I guess about 1-2 months as I have daytime work as well.
The work is based on Lucene 6 but I am trying to use standard D language techniques, etc.