Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Class BlockSourceReader.IpsBlockLoader
java.lang.Object
org.elasticsearch.index.mapper.BlockSourceReader.IpsBlockLoader
- All Implemented Interfaces:
 BlockLoader
- Enclosing class:
 BlockSourceReader
Load 
ips from _source.- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.index.mapper.BlockLoader
BlockLoader.AggregateMetricDoubleBuilder, BlockLoader.AllReader, BlockLoader.Block, BlockLoader.BlockFactory, BlockLoader.BooleanBuilder, BlockLoader.Builder, BlockLoader.BytesRefBuilder, BlockLoader.ColumnAtATimeReader, BlockLoader.ConstantNullsReader, BlockLoader.Delegating, BlockLoader.Docs, BlockLoader.DoubleBuilder, BlockLoader.FloatBuilder, BlockLoader.IntBuilder, BlockLoader.LongBuilder, BlockLoader.Reader, BlockLoader.RowStrideReader, BlockLoader.SingletonOrdinalsBuilder, BlockLoader.StoredFields - 
Field Summary
FieldsFields inherited from interface org.elasticsearch.index.mapper.BlockLoader
CONSTANT_NULLS - 
Constructor Summary
ConstructorsConstructorDescriptionIpsBlockLoader(ValueFetcher fetcher, BlockSourceReader.LeafIteratorLookup lookup)  - 
Method Summary
Modifier and TypeMethodDescriptionbuilder(BlockLoader.BlockFactory factory, int expectedCount) TheBlockLoader.Builderfor data of this type.columnAtATimeReader(org.apache.lucene.index.LeafReaderContext context) protected Stringname()final org.apache.lucene.index.SortedSetDocValuesordinals(org.apache.lucene.index.LeafReaderContext context) Load ordinals for the provided context.rowStrideReader(org.apache.lucene.index.LeafReaderContext context) rowStrideReader(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.DocIdSetIterator iter) final StoredFieldsSpecfinal booleanDoes this loader support loading bytes via callingBlockLoader.ordinals(org.apache.lucene.index.LeafReaderContext).final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.index.mapper.BlockLoader
convert 
- 
Field Details
- 
fetcher
 
 - 
 - 
Constructor Details
- 
IpsBlockLoader
 
 - 
 - 
Method Details
- 
builder
Description copied from interface:BlockLoaderTheBlockLoader.Builderfor data of this type. Called when loading from a multi-segment or unsorted block. - 
rowStrideReader
public BlockLoader.RowStrideReader rowStrideReader(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.DocIdSetIterator iter)  - 
name
 - 
columnAtATimeReader
public final BlockLoader.ColumnAtATimeReader columnAtATimeReader(org.apache.lucene.index.LeafReaderContext context) throws IOException - Specified by:
 columnAtATimeReaderin interfaceBlockLoader- Throws:
 IOException
 - 
rowStrideStoredFieldSpec
- Specified by:
 rowStrideStoredFieldSpecin interfaceBlockLoader
 - 
supportsOrdinals
public final boolean supportsOrdinals()Description copied from interface:BlockLoaderDoes this loader support loading bytes via callingBlockLoader.ordinals(org.apache.lucene.index.LeafReaderContext).- Specified by:
 supportsOrdinalsin interfaceBlockLoader
 - 
ordinals
public final org.apache.lucene.index.SortedSetDocValues ordinals(org.apache.lucene.index.LeafReaderContext context) Description copied from interface:BlockLoaderLoad ordinals for the provided context.- Specified by:
 ordinalsin interfaceBlockLoader
 - 
rowStrideReader
public final BlockLoader.RowStrideReader rowStrideReader(org.apache.lucene.index.LeafReaderContext context) throws IOException - Specified by:
 rowStrideReaderin interfaceBlockLoader- Throws:
 IOException
 - 
toString
 
 -