static final class ScoringRewrite.TermFreqBoostByteStart extends BytesRefHash.DirectBytesStartArray
Modifier and Type | Field and Description |
---|---|
(package private) float[] |
boost |
(package private) TermStates[] |
termState |
initSize
Constructor and Description |
---|
TermFreqBoostByteStart(int initSize) |
Modifier and Type | Method and Description |
---|---|
int[] |
clear()
clears the
BytesRefHash.BytesStartArray and returns the cleared instance. |
int[] |
grow()
Grows the
BytesRefHash.BytesStartArray |
int[] |
init()
Initializes the BytesStartArray.
|
bytesUsed
float[] boost
TermStates[] termState
public int[] init()
BytesRefHash.BytesStartArray
init
in class BytesRefHash.DirectBytesStartArray
public int[] grow()
BytesRefHash.BytesStartArray
BytesRefHash.BytesStartArray
grow
in class BytesRefHash.DirectBytesStartArray
public int[] clear()
BytesRefHash.BytesStartArray
BytesRefHash.BytesStartArray
and returns the cleared instance.clear
in class BytesRefHash.DirectBytesStartArray
null