Tabnine Logo
InnerHitBuilder.getStoredFieldsContext
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: org.elasticsearch/elasticsearch

innerHitBuilder.getStoredFieldsContext() != null &&
innerHitBuilder.getStoredFieldsContext().fetchFields() == false &&
  context.getMapperService().types().size() > 1) {
origin: org.elasticsearch/elasticsearch

  options.getDocValueFields().forEach(ff -> groupSource.docValueField(ff.field, ff.format));
if (options.getStoredFieldsContext() != null && options.getStoredFieldsContext().fieldNames() != null) {
  options.getStoredFieldsContext().fieldNames().forEach(groupSource::storedField);
origin: org.elasticsearch/elasticsearch

innerHitsContext.version(innerHitBuilder.isVersion());
innerHitsContext.trackScores(innerHitBuilder.isTrackScores());
if (innerHitBuilder.getStoredFieldsContext() != null) {
  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

innerHitBuilder.getStoredFieldsContext() != null &&
innerHitBuilder.getStoredFieldsContext().fetchFields() == false &&
  context.getMapperService().types().size() > 1) {
origin: com.strapdata.elasticsearch/elasticsearch

  options.getDocValueFields().forEach(groupSource::docValueField);
if (options.getStoredFieldsContext() != null && options.getStoredFieldsContext().fieldNames() != null) {
  options.getStoredFieldsContext().fieldNames().forEach(groupSource::storedField);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

  options.getDocValueFields().forEach(ff -> groupSource.docValueField(ff.field, ff.format));
if (options.getStoredFieldsContext() != null && options.getStoredFieldsContext().fieldNames() != null) {
  options.getStoredFieldsContext().fieldNames().forEach(groupSource::storedField);
origin: apache/servicemix-bundles

  options.getDocValueFields().forEach(ff -> groupSource.docValueField(ff.field, ff.format));
if (options.getStoredFieldsContext() != null && options.getStoredFieldsContext().fieldNames() != null) {
  options.getStoredFieldsContext().fieldNames().forEach(groupSource::storedField);
origin: com.strapdata.elasticsearch/elasticsearch

innerHitsContext.version(innerHitBuilder.isVersion());
innerHitsContext.trackScores(innerHitBuilder.isTrackScores());
if (innerHitBuilder.getStoredFieldsContext() != null) {
  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

innerHitsContext.version(innerHitBuilder.isVersion());
innerHitsContext.trackScores(innerHitBuilder.isTrackScores());
if (innerHitBuilder.getStoredFieldsContext() != null) {
  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
origin: apache/servicemix-bundles

innerHitsContext.version(innerHitBuilder.isVersion());
innerHitsContext.trackScores(innerHitBuilder.isTrackScores());
if (innerHitBuilder.getStoredFieldsContext() != null) {
  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
org.elasticsearch.index.queryInnerHitBuildergetStoredFieldsContext

Javadoc

Gets the stored fields context.

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,
  • isExplain,
  • isTrackScores,
  • isVersion,
  • setStoredFieldNames,
  • toXContent,
  • writeToBWC,
  • writeToCollapseBWC

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • getApplicationContext (Context)
  • getSharedPreferences (Context)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Kernel (java.awt.image)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • From CI to AI: The AI layer in your organization
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