- All Known Subinterfaces:
BlockLoader.AllReader,BlockLoader.ColumnAtATimeReader,BlockLoader.RowStrideReader
- All Known Implementing Classes:
BlockDocValuesReader,BlockLoader.ConstantNullsReader,BlockSourceReader,BlockStoredFieldsReader,BlockStoredFieldsReader.Bytes,BooleanScriptBlockDocValuesReader,BytesRefsFromCustomBinaryBlockLoader.AbstractBytesRefsFromBinary,DateScriptBlockDocValuesReader,DoublesBlockLoader.Doubles,DoublesBlockLoader.SingletonDoubles,DoubleScriptBlockDocValuesReader,IntsBlockLoader.Ints,IntsBlockLoader.SingletonInts,IpScriptBlockDocValuesReader,KeywordScriptBlockDocValuesReader,LongsBlockLoader.Longs,LongsBlockLoader.SingletonLongs,LongScriptBlockDocValuesReader
- Enclosing interface:
BlockLoader
public static interface BlockLoader.Reader
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanReuse(int startingDocID) Checks if the reader can be used to read a range documents starting with the given docID by the current thread.
-
Method Details
-
canReuse
boolean canReuse(int startingDocID) Checks if the reader can be used to read a range documents starting with the given docID by the current thread.
-