Module org.elasticsearch.compute
Class DelegatingBlockLoaderFactory
java.lang.Object
org.elasticsearch.compute.lucene.read.DelegatingBlockLoaderFactory
- All Implemented Interfaces:
BlockLoader.BlockFactory
public abstract class DelegatingBlockLoaderFactory
extends Object
implements BlockLoader.BlockFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregateMetricDoubleBuilder(int count) booleans(int expectedCount) booleansFromDocValues(int expectedCount) bytesRefs(int expectedCount) bytesRefsFromDocValues(int expectedCount) constantBytes(org.apache.lucene.util.BytesRef value, int count) denseVectors(int expectedVectorsCount, int dimensions) doubles(int expectedCount) doublesFromDocValues(int expectedCount) ints(int expectedCount) intsFromDocValues(int expectedCount) longs(int expectedCount) longsFromDocValues(int expectedCount) nulls(int expectedCount) singletonLongs(int expectedCount) singletonOrdinalsBuilder(org.apache.lucene.index.SortedDocValues ordinals, int count, boolean isDense) sortedSetOrdinalsBuilder(org.apache.lucene.index.SortedSetDocValues ordinals, int count) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.index.mapper.BlockLoader.BlockFactory
constantNulls
-
Field Details
-
factory
-
-
Constructor Details
-
DelegatingBlockLoaderFactory
-
-
Method Details
-
booleansFromDocValues
- Specified by:
booleansFromDocValuesin interfaceBlockLoader.BlockFactory
-
booleans
- Specified by:
booleansin interfaceBlockLoader.BlockFactory
-
bytesRefsFromDocValues
- Specified by:
bytesRefsFromDocValuesin interfaceBlockLoader.BlockFactory
-
bytesRefs
- Specified by:
bytesRefsin interfaceBlockLoader.BlockFactory
-
constantBytes
- Specified by:
constantBytesin interfaceBlockLoader.BlockFactory
-
doublesFromDocValues
- Specified by:
doublesFromDocValuesin interfaceBlockLoader.BlockFactory
-
doubles
- Specified by:
doublesin interfaceBlockLoader.BlockFactory
-
denseVectors
- Specified by:
denseVectorsin interfaceBlockLoader.BlockFactory
-
intsFromDocValues
- Specified by:
intsFromDocValuesin interfaceBlockLoader.BlockFactory
-
ints
- Specified by:
intsin interfaceBlockLoader.BlockFactory
-
longsFromDocValues
- Specified by:
longsFromDocValuesin interfaceBlockLoader.BlockFactory
-
longs
- Specified by:
longsin interfaceBlockLoader.BlockFactory
-
singletonLongs
- Specified by:
singletonLongsin interfaceBlockLoader.BlockFactory
-
nulls
- Specified by:
nullsin interfaceBlockLoader.BlockFactory
-
singletonOrdinalsBuilder
public BlockLoader.SingletonOrdinalsBuilder singletonOrdinalsBuilder(org.apache.lucene.index.SortedDocValues ordinals, int count, boolean isDense) - Specified by:
singletonOrdinalsBuilderin interfaceBlockLoader.BlockFactory
-
sortedSetOrdinalsBuilder
public BlockLoader.SortedSetOrdinalsBuilder sortedSetOrdinalsBuilder(org.apache.lucene.index.SortedSetDocValues ordinals, int count) - Specified by:
sortedSetOrdinalsBuilderin interfaceBlockLoader.BlockFactory
-
aggregateMetricDoubleBuilder
- Specified by:
aggregateMetricDoubleBuilderin interfaceBlockLoader.BlockFactory
-