Codota Logo
InnerHitBuilder.setStoredFieldNames
Code IndexAdd Codota to your IDE (free)

How to use
setStoredFieldNames
method
in
org.elasticsearch.index.query.InnerHitBuilder

Best Java code snippets using org.elasticsearch.index.query.InnerHitBuilder.setStoredFieldNames (Showing top 4 results out of 315)

  • Common ways to obtain InnerHitBuilder
private void myMethod () {
InnerHitBuilder i =
  • Codota IconXContentParser parser;InnerHitBuilder.fromXContent(parser)
  • Codota IconStreamInput streamInput;streamInput.readOptionalWriteable(InnerHitBuilder::new)
  • Smart code suggestions by Codota
}
origin: org.elasticsearch/elasticsearch

/**
 * Sets the stored fields to load and return.
 * If none are specified, the source of the document will be returned.
 *
 * @deprecated Use {@link InnerHitBuilder#setStoredFieldNames(List)} instead.
 */
@Deprecated
public InnerHitBuilder setFieldNames(List<String> fieldNames) {
  return setStoredFieldNames(fieldNames);
}
origin: apache/servicemix-bundles

/**
 * Sets the stored fields to load and return.
 * If none are specified, the source of the document will be returned.
 *
 * @deprecated Use {@link InnerHitBuilder#setStoredFieldNames(List)} instead.
 */
@Deprecated
public InnerHitBuilder setFieldNames(List<String> fieldNames) {
  return setStoredFieldNames(fieldNames);
}
origin: com.strapdata.elasticsearch/elasticsearch

/**
 * Sets the stored fields to load and return.
 * If none are specified, the source of the document will be returned.
 *
 * @deprecated Use {@link InnerHitBuilder#setStoredFieldNames(List)} instead.
 */
@Deprecated
public InnerHitBuilder setFieldNames(List<String> fieldNames) {
  return setStoredFieldNames(fieldNames);
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

/**
 * Sets the stored fields to load and return.
 * If none are specified, the source of the document will be returned.
 *
 * @deprecated Use {@link InnerHitBuilder#setStoredFieldNames(List)} instead.
 */
@Deprecated
public InnerHitBuilder setFieldNames(List<String> fieldNames) {
  return setStoredFieldNames(fieldNames);
}
org.elasticsearch.index.queryInnerHitBuildersetStoredFieldNames

Javadoc

Sets the stored fields to load and return. If none are specified, the source of the document will be returned.

Popular methods of InnerHitBuilder

  • fromXContent
  • getName
  • isIgnoreUnmapped
    Whether to include inner hits in the search response hits if required mappings is missing
  • <init>
    Read from a stream.
  • setIgnoreUnmapped
  • getDocValueFields
    Gets the docvalue fields.
  • getFetchSourceContext
  • getFrom
  • getHighlightBuilder
  • getScriptFields
  • getSize
  • getSorts
  • getSize,
  • getSorts,
  • getStoredFieldsContext,
  • isExplain,
  • isTrackScores,
  • isVersion,
  • toXContent,
  • writeToBWC,
  • writeToCollapseBWC

Popular in Java

  • Making http post requests using okhttp
  • getResourceAsStream (ClassLoader)
  • getApplicationContext (Context)
  • setContentView (Activity)
  • Properties (java.util)
    The Properties class represents a persistent set of properties. The Properties can be saved to a st
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JButton (javax.swing)
  • JCheckBox (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now