Skip to content

Commit 909b037

Browse files
author
Kevin Kluge
committed
release [0.90.8]
1 parent 014b3be commit 909b037

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/reference/query-dsl/filters/indices-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ documents), and `all` (to match all). Defaults to `all`.
2828

2929
`filter` is mandatory, as well as `indices` (or `index`).
3030

31-
coming[0.90.8]
31+
added[0.90.8]
3232
[TIP]
3333
===================================================================
3434
The fields order is important: if the `indices` are provided before `filter`

docs/reference/query-dsl/queries/indices-query.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ documents), and `all` (to match all). Defaults to `all`.
2828

2929
`query` is mandatory, as well as `indices` (or `index`).
3030

31-
coming[0.90.8]
31+
added[0.90.8]
3232
[TIP]
3333
===================================================================
3434
The fields order is important: if the `indices` are provided before `query`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch</artifactId>
9-
<version>0.90.8-SNAPSHOT</version>
9+
<version>0.90.8</version>
1010
<packaging>jar</packaging>
1111
<description>ElasticSearch - Open Source, Distributed, RESTful Search Engine</description>
1212
<inceptionYear>2009</inceptionYear>

src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public class Version implements Serializable {
137137
public static final int V_0_90_7_ID = /*00*/900799;
138138
public static final Version V_0_90_7 = new Version(V_0_90_7_ID, false, org.apache.lucene.util.Version.LUCENE_45);
139139
public static final int V_0_90_8_ID = /*00*/900899;
140-
public static final Version V_0_90_8 = new Version(V_0_90_8_ID, true, org.apache.lucene.util.Version.LUCENE_46);
140+
public static final Version V_0_90_8 = new Version(V_0_90_8_ID, false, org.apache.lucene.util.Version.LUCENE_46);
141141
public static final Version CURRENT = V_0_90_8;
142142

143143
static {

0 commit comments

Comments
 (0)