The code in this repository is used to demonstrate the usage of ElasticLINQ, both with Elasticsearch alone, and when using Elasticsearch with Couchbase.
The Northwind demo uses data ported from Microsoft's Northwind database. The port work, available as GZIPped JSON, was done by Ayende for the RavenDB project, which I adapted for Elasticsearch. There is an upload script in the Northwind/data folder that will send the JSON documents to your Elasticsearch server.
The Beer Sample demo uses the "beer-sample" data from Couchbase, with the data pushed into ElasticSearch via XDCR to the Elasticsearch-Couchbase adapter.