We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb37a59 commit f5d1e0aCopy full SHA for f5d1e0a
src/test/java/org/elasticsearch/search/facet/SimpleFacetsTests.java
@@ -2319,6 +2319,7 @@ public void testQueryFacet() throws Exception {
2319
@Test // #3479: Null pointer exception for POST mode facets if facet_filter accepts no documents
2320
public void testFilterFacetWithFacetFilterPostMode() throws IOException {
2321
createIndex("test");
2322
+ ensureYellow("test");
2323
client().prepareIndex("test", "type1").setSource(jsonBuilder().startObject()
2324
.field("field", "xxx")
2325
.endObject()).execute().actionGet();
0 commit comments