Class MultiValuesSource<VS extends ValuesSource>

java.lang.Object
org.elasticsearch.search.aggregations.support.MultiValuesSource<VS>
Direct Known Subclasses:
MultiValuesSource.NumericMultiValuesSource

public abstract class MultiValuesSource<VS extends ValuesSource>
extends java.lang.Object
Class to encapsulate a set of ValuesSource objects labeled by field name
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  MultiValuesSource.NumericMultiValuesSource  
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.util.Map<java.lang.String,​VS> values  
  • Constructor Summary

    Constructors
    Constructor Description
    MultiValuesSource()  
  • Method Summary

    Modifier and Type Method Description
    boolean areValuesSourcesEmpty()  
    boolean needsScores()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • values

      protected java.util.Map<java.lang.String,​VS extends ValuesSource> values
  • Constructor Details

    • MultiValuesSource

      public MultiValuesSource()
  • Method Details

    • needsScores

      public boolean needsScores()
    • areValuesSourcesEmpty

      public boolean areValuesSourcesEmpty()