Class GlobalOrdinalsIndexFieldData.Consumer

java.lang.Object
org.elasticsearch.index.fielddata.ordinals.GlobalOrdinalsIndexFieldData.Consumer
All Implemented Interfaces:
org.apache.lucene.util.Accountable, IndexFieldData<LeafOrdinalsFieldData>, IndexFieldData.Global<LeafOrdinalsFieldData>, IndexOrdinalsFieldData
Enclosing class:
GlobalOrdinalsIndexFieldData

public class GlobalOrdinalsIndexFieldData.Consumer
extends java.lang.Object
implements IndexOrdinalsFieldData, org.apache.lucene.util.Accountable
A non-thread safe IndexOrdinalsFieldData for global ordinals that creates the TermsEnum of each segment once and use them to provide a single lookup per segment.