class org.apache.lucene.codecs.DocValuesConsumer$1 extends org.apache.lucene.index.EmptyDocValuesProducer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesConsumer$1
super_class: org.apache.lucene.index.EmptyDocValuesProducer
{
final org.apache.lucene.codecs.DocValuesConsumer this$0;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.FieldInfo val$mergeFieldInfo;
descriptor: Lorg/apache/lucene/index/FieldInfo;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.MergeState val$mergeState;
descriptor: Lorg/apache/lucene/index/MergeState;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.codecs.DocValuesConsumer, org.apache.lucene.index.FieldInfo, org.apache.lucene.index.MergeState);
descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer;Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/index/MergeState;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.codecs.DocValuesConsumer$1.this$0:Lorg/apache/lucene/codecs/DocValuesConsumer;
aload 0
aload 2
putfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeFieldInfo:Lorg/apache/lucene/index/FieldInfo;
aload 0
aload 3
putfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
aload 0
invokespecial org.apache.lucene.index.EmptyDocValuesProducer.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$1;
MethodParameters:
Name Flags
this$0 final
val$mergeFieldInfo final
val$mergeState final
public org.apache.lucene.index.NumericDocValues getNumeric(org.apache.lucene.index.FieldInfo);
descriptor: (Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=9, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeFieldInfo:Lorg/apache/lucene/index/FieldInfo;
if_acmpeq 2
1: new java.lang.IllegalArgumentException
dup
ldc "wrong fieldInfo"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 3: getstatic org.apache.lucene.codecs.DocValuesConsumer.$assertionsDisabled:Z
ifne 4
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.docMaps:[Lorg/apache/lucene/index/MergeState$DocMap;
arraylength
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.docValuesProducers:[Lorg/apache/lucene/codecs/DocValuesProducer;
arraylength
if_icmpeq 4
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
4: StackMap locals: java.util.List
StackMap stack:
lconst_0
lstore 3
start local 3 5: iconst_0
istore 5
start local 5 6: goto 17
7: StackMap locals: long int
StackMap stack:
aconst_null
astore 6
start local 6 8: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.docValuesProducers:[Lorg/apache/lucene/codecs/DocValuesProducer;
iload 5
aaload
astore 7
start local 7 9: aload 7
ifnull 13
10: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.fieldInfos:[Lorg/apache/lucene/index/FieldInfos;
iload 5
aaload
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeFieldInfo:Lorg/apache/lucene/index/FieldInfo;
getfield org.apache.lucene.index.FieldInfo.name:Ljava/lang/String;
invokevirtual org.apache.lucene.index.FieldInfos.fieldInfo:(Ljava/lang/String;)Lorg/apache/lucene/index/FieldInfo;
astore 8
start local 8 11: aload 8
ifnull 13
aload 8
invokevirtual org.apache.lucene.index.FieldInfo.getDocValuesType:()Lorg/apache/lucene/index/DocValuesType;
getstatic org.apache.lucene.index.DocValuesType.NUMERIC:Lorg/apache/lucene/index/DocValuesType;
if_acmpne 13
12: aload 7
aload 8
invokevirtual org.apache.lucene.codecs.DocValuesProducer.getNumeric:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/NumericDocValues;
astore 6
end local 8 13: StackMap locals: org.apache.lucene.index.NumericDocValues org.apache.lucene.codecs.DocValuesProducer
StackMap stack:
aload 6
ifnull 16
14: lload 3
aload 6
invokevirtual org.apache.lucene.index.NumericDocValues.cost:()J
ladd
lstore 3
15: aload 2
new org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub
dup
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.docMaps:[Lorg/apache/lucene/index/MergeState$DocMap;
iload 5
aaload
aload 6
invokespecial org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub.<init>:(Lorg/apache/lucene/index/MergeState$DocMap;Lorg/apache/lucene/index/NumericDocValues;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 7 end local 6 16: StackMap locals:
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
17: iload 5
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.docValuesProducers:[Lorg/apache/lucene/codecs/DocValuesProducer;
arraylength
if_icmplt 7
end local 5 18: aload 2
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$1.val$mergeState:Lorg/apache/lucene/index/MergeState;
getfield org.apache.lucene.index.MergeState.needsIndexSort:Z
invokestatic org.apache.lucene.index.DocIDMerger.of:(Ljava/util/List;Z)Lorg/apache/lucene/index/DocIDMerger;
astore 5
start local 5 19: lload 3
lstore 6
start local 6 20: new org.apache.lucene.codecs.DocValuesConsumer$1$1
dup
aload 0
aload 5
lload 6
invokespecial org.apache.lucene.codecs.DocValuesConsumer$1$1.<init>:(Lorg/apache/lucene/codecs/DocValuesConsumer$1;Lorg/apache/lucene/index/DocIDMerger;J)V
areturn
end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$1;
0 21 1 fieldInfo Lorg/apache/lucene/index/FieldInfo;
3 21 2 subs Ljava/util/List<Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;>;
5 21 3 cost J
6 18 5 i I
8 16 6 values Lorg/apache/lucene/index/NumericDocValues;
9 16 7 docValuesProducer Lorg/apache/lucene/codecs/DocValuesProducer;
11 13 8 readerFieldInfo Lorg/apache/lucene/index/FieldInfo;
19 21 5 docIDMerger Lorg/apache/lucene/index/DocIDMerger<Lorg/apache/lucene/codecs/DocValuesConsumer$NumericDocValuesSub;>;
20 21 6 finalCost J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fieldInfo
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer.mergeNumericField:(Lorg/apache/lucene/index/FieldInfo;Lorg/apache/lucene/index/MergeState;)V
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
org.apache.lucene.codecs.DocValuesConsumer$1
org.apache.lucene.codecs.DocValuesConsumer$1$1
private NumericDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$NumericDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger
public abstract DocMap = org.apache.lucene.index.MergeState$DocMap of org.apache.lucene.index.MergeState