| Package | Description |
|---|---|
| org.elasticsearch.common.util | |
| org.elasticsearch.index.search.child | |
| org.elasticsearch.search.aggregations.bucket |
| Modifier and Type | Method and Description |
|---|---|
IntArray |
BigArrays.grow(IntArray array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
IntArray |
BigArrays.newIntArray(long size)
Allocate a new
IntArray. |
IntArray |
BigArrays.newIntArray(long size,
boolean clearOnResize)
Allocate a new
IntArray. |
IntArray |
BigArrays.resize(IntArray array,
long size)
Resize the array to the exact provided size.
|
| Modifier and Type | Method and Description |
|---|---|
IntArray |
BigArrays.grow(IntArray array,
long minSize)
Grow an array to a size that is larger than
minSize, preserving content, and potentially reusing part of the provided array. |
IntArray |
BigArrays.resize(IntArray array,
long size)
Resize the array to the exact provided size.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntArray |
ChildrenQuery.ParentScoreCountCollector.occurrences |
| Modifier and Type | Method and Description |
|---|---|
IntArray |
BucketsAggregator.getDocCounts() |
Copyright © 2009–2017. All rights reserved.