www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Any full-text search library

reply Soolayman <sahmi.soulaimane gmail.com> writes:
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
parent Ervin Bosenbacher <ervin.bosenbacher gmail.com> writes:
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