Skip to content

Instantly share code, notes, and snippets.

View gustavobmaia's full-sized avatar

Gustavo Barreto Maia gustavobmaia

  • Jusbrasil.com.br
  • Salvador-Ba, São Paulo-SP
View GitHub Profile
@gustavobmaia
gustavobmaia / ParentChildrenTest.java
Created July 19, 2012 04:05
Problem Parents & Children limit, version 0.19.8
import java.util.Arrays;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequestBuilder;
import org.elasticsearch.action.index.IndexRequestBuilder;
import org.elasticsearch.action.index.IndexResponse;
import org.elasticsearch.action.search.SearchRequestBuilder;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.client.Client;
import org.elasticsearch.client.transport.TransportClient;
import org.elasticsearch.common.settings.ImmutableSettings;