parent
4059e4ac86
commit
f47fb6b1cf
|
@ -28,7 +28,7 @@ Elasticsearch is a distributed RESTful search engine built for the cloud. Featur
|
||||||
** All the power of Lucene easily exposed through simple configuration / plugins.
|
** All the power of Lucene easily exposed through simple configuration / plugins.
|
||||||
* Per operation consistency
|
* Per operation consistency
|
||||||
** Single document level operations are atomic, consistent, isolated and durable.
|
** Single document level operations are atomic, consistent, isolated and durable.
|
||||||
* Open Source under Apache 2 License.
|
* Open Source under the Apache License, version 2 ("ALv2")
|
||||||
|
|
||||||
h2. Getting Started
|
h2. Getting Started
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ In order to ensure a smooth upgrade process from earlier versions of Elasticsear
|
||||||
h1. License
|
h1. License
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
This software is licensed under the Apache 2 license, quoted below.
|
This software is licensed under the Apache License, version 2 ("ALv2"), quoted below.
|
||||||
|
|
||||||
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
|
Copyright 2009-2014 Elasticsearch <http://www.elasticsearch.org>
|
||||||
|
|
||||||
|
|
|
@ -62,4 +62,4 @@ The full command to generate the api spec is:
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This software is licensed under the Apache 2 license.
|
This software is licensed under the Apache License, version 2 ("ALv2").
|
||||||
|
|
|
@ -35,4 +35,4 @@ Description: Open Source, Distributed, RESTful Search Engine
|
||||||
+ Per operation consistency
|
+ Per operation consistency
|
||||||
- Single document level operations are atomic, consistent, isolated and
|
- Single document level operations are atomic, consistent, isolated and
|
||||||
durable.
|
durable.
|
||||||
+ Open Source under Apache 2 License.
|
+ Open Source under the Apache License, version 2 ("ALv2").
|
||||||
|
|
Loading…
Reference in New Issue