Class ValuesSource.Bytes
- java.lang.Object
-
- org.elasticsearch.search.aggregations.support.ValuesSource
-
- org.elasticsearch.search.aggregations.support.ValuesSource.Bytes
-
- Direct Known Subclasses:
ValuesSource.Bytes.FieldData,ValuesSource.Bytes.Script,ValuesSource.Bytes.WithOrdinals,ValuesSource.WithScript
- Enclosing class:
- ValuesSource
public abstract static class ValuesSource.Bytes extends ValuesSource
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValuesSource.Bytes.FieldDatastatic classValuesSource.Bytes.Scriptstatic classValuesSource.Bytes.WithOrdinals-
Nested classes/interfaces inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
ValuesSource.Bytes, ValuesSource.GeoPoint, ValuesSource.Numeric, ValuesSource.Range, ValuesSource.WithScript
-
-
Constructor Summary
Constructors Constructor Description Bytes()
-
Method Summary
Modifier and Type Method Description DocValueBitsdocsWithValue(org.apache.lucene.index.LeafReaderContext context)-
Methods inherited from class org.elasticsearch.search.aggregations.support.ValuesSource
bytesValues, needsScores
-
-
-
-
Method Detail
-
docsWithValue
public DocValueBits docsWithValue(org.apache.lucene.index.LeafReaderContext context) throws java.io.IOException
- Specified by:
docsWithValuein classValuesSource- Throws:
java.io.IOException
-
-