You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Searching is fluent:
25
25
.Query(q=>q.Term(f=>f.Name, "NEST", Boost: 2.0))
26
26
);
27
27
28
-
#[Read the documentation here](http://mpdreamz.github.com/NEST)
28
+
#[Read the documentation here](http://nest.azurewebsites.net/)
29
29
30
30
additionally [@joelabrahamsson](http://twitter.com/joelabrahamsson) wrote a great [intro into elasticsearch on .NET](http://joelabrahamsson.com/entry/extending-aspnet-mvc-music-store-with-elasticsearch)
31
31
using NEST.
@@ -41,18 +41,29 @@ Nest can be installed through NuGet:
41
41
42
42
Or searching for "elasticsearch" will get you to nest as well.
43
43
44
+
#Who's using NEST?
45
+
*[stackoverflow.com](http://www.stackoverflow.com) (and the rest of the stackexchange family).
46
+
*[7digital.com](http://www.7digital.com) (run NEST on mono).
47
+
*[rijksmuseum.nl](https://www.rijksmuseum.nl/en) (elasticsearch is the only datastorage hit for each page).
48
+
*[Kiln](http://www.fogcreek.com/kiln/) FogCreek's version control & code review tooling.
49
+
They are so pleased with elasticsearch that [they made a video about how pleased they are!](http://blog.fogcreek.com/kiln-powered-by-elasticsearch/)
50
+
51
+
Always keen to hear and list more uses ! hit me on [@Mpdreamz](https://twitter.com/Mpdreamz)
52
+
44
53
## Questions, bugs, comments, requests
45
54
46
55
All of these are more then welcome on the github issues pages! I try to to at least reply within the same day.
47
56
48
57
## Copyright
49
58
50
-
Copyright (c) 2010 Martijn Laarman and everyone wonderful enough to contribute to [NEST](https://github.com/Mpdreamz/NEST)
59
+
Copyright (c) 2010 Martijn Laarman and everyone wonderful enough to contribute to [NEST](http://nest.azurewebsites.net/)
51
60
52
61
A special shoutout to [@stephenpope](http://github.com/stephenpope) for allowing his port
53
62
of the java factory based dsl [Rubber](http://github.com/stephenpope/Rubber) to be merged into NEST.
54
63
NEST now has **two types of query dsl's** (lambda and factory based)!
55
64
65
+
Many thanks to my employer [Q42](http://www.q42.nl) for supporting the development of NEST by donating 20% of my contract hours for NEST's development. That means I get a full paid day to work on NEST a week, whoohoo! If you are in the netherlands (The Hague/Amsterdam area) and looking for a great place to work: [we're hiring!](http://q42.nl/blog/tagged/vacature)
66
+
56
67
Some of the other wonderful features in NEST were pushed by these wonderful folks:
<description>AutoPoco is a convention-based and fluent test-object generation framework built to aid the creation of objects for unit tests or for test-data population into databases. Minimum configuration is required to get up and started, and manual configuration is supported as well as conventions.</description>
11
+
<summary>AutoPoco is a convention-based and fluent test-object generation framework built to aid the creation of objects for unit tests or for test-data population into databases</summary>
0 commit comments