congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
InnerHitBuilder.getDocValueFields
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: org.elasticsearch/elasticsearch

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

  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
if (innerHitBuilder.getDocValueFields() != null) {
  innerHitsContext.docValueFieldsContext(new DocValueFieldsContext(innerHitBuilder.getDocValueFields()));
origin: com.strapdata.elasticsearch/elasticsearch

if (options.getDocValueFields() != null) {
  options.getDocValueFields().forEach(groupSource::docValueField);
origin: apache/servicemix-bundles

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

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

  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
if (innerHitBuilder.getDocValueFields() != null) {
  innerHitsContext.docValueFieldsContext(new DocValueFieldsContext(innerHitBuilder.getDocValueFields()));
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
if (innerHitBuilder.getDocValueFields() != null) {
  innerHitsContext.docValueFieldsContext(new DocValueFieldsContext(innerHitBuilder.getDocValueFields()));
origin: apache/servicemix-bundles

  innerHitsContext.storedFieldsContext(innerHitBuilder.getStoredFieldsContext());
if (innerHitBuilder.getDocValueFields() != null) {
  innerHitsContext.docValueFieldsContext(new DocValueFieldsContext(innerHitBuilder.getDocValueFields()));
org.elasticsearch.index.queryInnerHitBuildergetDocValueFields

Javadoc

Gets the docvalue fields.

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
  • getFetchSourceContext
  • getFrom
  • getHighlightBuilder
  • getScriptFields
  • getSize
  • getSorts
  • getStoredFieldsContext
    Gets the stored fields context.
  • getSorts,
  • getStoredFieldsContext,
  • isExplain,
  • isTrackScores,
  • isVersion,
  • setStoredFieldNames,
  • toXContent,
  • writeToBWC,
  • writeToCollapseBWC

Popular in Java

  • Making http requests using okhttp
  • runOnUiThread (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • requestLocationUpdates (LocationManager)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top 12 Jupyter Notebook Extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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