digitalmars.D.learn - Any full-text search library
- Soolayman (4/4) Feb 03 2017 Is there any usable full-text search library? for D I couldn't
- Ervin Bosenbacher (6/10) Mar 21 2017 Hi I have started to work on one about a week ago. I will give
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?
Feb 03 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.
Mar 21 2017