Package | Description |
---|---|
org.elasticsearch.common.util | |
org.elasticsearch.index.search.child |
Modifier and Type | Method and Description |
---|---|
FloatArray |
BigArrays.grow(FloatArray array,
long minSize)
Grow an array to a size that is larger than
minSize , preserving content, and potentially reusing part of the provided array. |
FloatArray |
BigArrays.newFloatArray(long size)
Allocate a new
FloatArray of the given capacity. |
FloatArray |
BigArrays.newFloatArray(long size,
boolean clearOnResize)
Allocate a new
FloatArray . |
FloatArray |
BigArrays.resize(FloatArray array,
long size)
Resize the array to the exact provided size.
|
Modifier and Type | Method and Description |
---|---|
FloatArray |
BigArrays.grow(FloatArray array,
long minSize)
Grow an array to a size that is larger than
minSize , preserving content, and potentially reusing part of the provided array. |
FloatArray |
BigArrays.resize(FloatArray array,
long size)
Resize the array to the exact provided size.
|
Modifier and Type | Field and Description |
---|---|
protected FloatArray |
ChildrenQuery.ParentScoreCollector.scores |
Copyright © 2009–2015. All rights reserved.