Module org.elasticsearch.server
Package org.elasticsearch.index.mapper
Interface BlockLoader.BytesRefBuilder
- All Superinterfaces:
AutoCloseable,BlockLoader.Builder,Closeable,Releasable
- Enclosing interface:
BlockLoader
-
Method Summary
Modifier and TypeMethodDescriptionappendBytesRef(org.apache.lucene.util.BytesRef value) Appends a BytesRef to the current entry.Methods inherited from interface org.elasticsearch.index.mapper.BlockLoader.Builder
appendNull, beginPositionEntry, build, endPositionEntryMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
appendBytesRef
Appends a BytesRef to the current entry.
-