Tabnine Logo
CountRequestBuilder.sourceBuilder
Code IndexAdd Tabnine to your IDE (free)

How to use
sourceBuilder
method
in
org.elasticsearch.action.count.CountRequestBuilder

Best Java code snippets using org.elasticsearch.action.count.CountRequestBuilder.sourceBuilder (Showing top 2 results out of 315)

origin: harbby/presto-connectors

/**
 * The query binary to execute
 */
public CountRequestBuilder setQuery(BytesReference queryBinary) {
  sourceBuilder().setQuery(queryBinary);
  return this;
}
origin: harbby/presto-connectors

/**
 * The query source to execute.
 *
 * @see org.elasticsearch.index.query.QueryBuilders
 */
public CountRequestBuilder setQuery(QueryBuilder queryBuilder) {
  sourceBuilder().setQuery(queryBuilder);
  return this;
}
org.elasticsearch.action.countCountRequestBuildersourceBuilder

Popular methods of CountRequestBuilder

  • execute
  • setQuery
  • setTypes
  • <init>
  • setIndices
  • beforeExecute
  • get
  • request

Popular in Java

  • Creating JSON documents from java classes using gson
  • startActivity (Activity)
  • getSupportFragmentManager (FragmentActivity)
  • getSystemService (Context)
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • JTextField (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now