Is anyone aware of a .NET port of elasticsearch that has been implemented? We have found a .NET client (easy enough to create on our own), but not the server.

link|improve this question

Why does it matter? It's a self-contained, it shouldn't matter how it's implemented. – skaffman Jun 28 '11 at 23:13
feedback

1 Answer

up vote 3 down vote accepted

No, but why would you want a .net version of the server?

It is a standalone server, so it doesn't matter what language it is written in.

ElasticSearch uses the Lucene libraries, which are in Java, so not only would you have to rewrite ElasticSearch, you'd also have to rewrite Lucene.

link|improve this answer
1  
@John: You don't need a LAMP stack, elasticsearch runs on Windows just fine. – Pawel Krakowiak Jun 29 '11 at 13:00
@DrTech but there is Lucene.net so the OP needs only to implement ES.net ;) – Karussell Aug 31 '11 at 21:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.