Package org.elasticsearch.client.action.search

Examples of org.elasticsearch.client.action.search.SearchRequestBuilder


//    return _superClient.preparePercolate(arg0, arg1);
//  }

  //@Override
  public org.elasticsearch.client.action.search.SearchRequestBuilder prepareSearch(String... arg0) {
    return new SearchRequestBuilder(_superClient.prepareSearch(arg0));
  }
View Full Code Here

TOP

Related Classes of org.elasticsearch.client.action.search.SearchRequestBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.