Search Engine

yawniek via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Oct 6 11:54:52 PDT 2014


On Monday, 6 October 2014 at 17:11:51 UTC, ANtlord wrote:
> Good day! I recenlty have tried create typical project on 
> vibe.d. The web framework is not bad. And I can say, that it is 
> better that something another web frameworks. But I have met a 
> problem. I can't find search engine.
>
> I use xapian always. It has API for several languages, but 
> except D. I know about another search engines, but I can't find 
> even one for D. Does D have search engine? Or Have I find theme 
> for starting open source project?
>
> Best Regards. Sorry for my english.

you should be able to include xapian via c++ extern interface
see: http://dlang.org/cpp_interface.html

or you can use std.json to talk to elasticsearch.


More information about the Digitalmars-d-learn mailing list