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) 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) singletonOrdinalsBuilder(org.apache.lucene.index.SortedDocValues 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
constantBytes, 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
-
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
-
nulls
- Specified by:
nullsin interfaceBlockLoader.BlockFactory
-
singletonOrdinalsBuilder
public BlockLoader.SingletonOrdinalsBuilder singletonOrdinalsBuilder(org.apache.lucene.index.SortedDocValues ordinals, int count) - Specified by:
singletonOrdinalsBuilderin interfaceBlockLoader.BlockFactory
-
aggregateMetricDoubleBuilder
- Specified by:
aggregateMetricDoubleBuilderin interfaceBlockLoader.BlockFactory
-