Interface AtomicOrdinalsFieldData
-
- All Superinterfaces:
org.apache.lucene.util.Accountable,AtomicFieldData,java.lang.AutoCloseable,java.io.Closeable,Releasable
- All Known Implementing Classes:
AbstractAtomicOrdinalsFieldData,PagedBytesAtomicFieldData,SortedSetDVBytesAtomicFieldData
public interface AtomicOrdinalsFieldData extends AtomicFieldData
Specialization ofAtomicFieldDatafor data that is indexed with ordinals.
-
-
Method Summary
Modifier and Type Method Description org.apache.lucene.index.SortedSetDocValuesgetOrdinalsValues()Return the ordinals values for the current atomic reader.-
Methods inherited from interface org.elasticsearch.index.fielddata.AtomicFieldData
getBytesValues, getScriptValues
-
Methods inherited from interface org.elasticsearch.common.lease.Releasable
close
-
-