class org.apache.lucene.codecs.DocValuesConsumer$4$1 extends org.apache.lucene.index.SortedDocValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesConsumer$4$1
super_class: org.apache.lucene.index.SortedDocValues
{
private int docID;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ord;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.codecs.DocValuesConsumer$4 this$1;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$4;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.DocIDMerger val$docIDMerger;
descriptor: Lorg/apache/lucene/index/DocIDMerger;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final long val$finalCost;
descriptor: J
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.OrdinalMap val$map;
descriptor: Lorg/apache/lucene/index/OrdinalMap;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.apache.lucene.index.SortedDocValues[] val$dvs;
descriptor: [Lorg/apache/lucene/index/SortedDocValues;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final java.util.List val$toMerge;
descriptor: Ljava/util/List;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.codecs.DocValuesConsumer$4, org.apache.lucene.index.DocIDMerger, long, org.apache.lucene.index.OrdinalMap, org.apache.lucene.index.SortedDocValues[], java.util.List);
descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$4;Lorg/apache/lucene/index/DocIDMerger;JLorg/apache/lucene/index/OrdinalMap;[Lorg/apache/lucene/index/SortedDocValues;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=3, locals=8, args_size=7
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$4;
aload 0
aload 2
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
aload 0
lload 3
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$finalCost:J
aload 0
aload 5
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
aload 0
aload 6
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$dvs:[Lorg/apache/lucene/index/SortedDocValues;
aload 0
aload 7
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
aload 0
invokespecial org.apache.lucene.index.SortedDocValues.<init>:()V
1: aload 0
iconst_m1
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
MethodParameters:
Name Flags
this$0 final
val$docIDMerger final
val$finalCost final
val$map final
val$dvs final
val$toMerge final
public int docID();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
invokevirtual org.apache.lucene.index.DocIDMerger.next:()Lorg/apache/lucene/index/DocIDMerger$Sub;
checkcast org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
ldc 2147483647
dup_x1
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
ireturn
3: StackMap locals: org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub
StackMap stack:
aload 1
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.values:Lorg/apache/lucene/index/SortedDocValues;
invokevirtual org.apache.lucene.index.SortedDocValues.ordValue:()I
istore 2
start local 2 4: getstatic org.apache.lucene.codecs.DocValuesConsumer.$assertionsDisabled:Z
ifne 5
iload 2
iconst_m1
if_icmpne 5
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
5: StackMap locals: int
StackMap stack:
aload 0
aload 1
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.map:Lorg/apache/lucene/util/LongValues;
iload 2
i2l
invokevirtual org.apache.lucene.util.LongValues.get:(J)J
l2i
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.ord:I
6: aload 0
aload 1
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub.mappedDocID:I
putfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
7: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.docID:I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
1 8 1 sub Lorg/apache/lucene/codecs/DocValuesConsumer$SortedDocValuesSub;
4 8 2 subOrd I
Exceptions:
throws java.io.IOException
public int ordValue();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.ord:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
public int advance(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
0 1 1 target I
MethodParameters:
Name Flags
target
public boolean advanceExact(int);
descriptor: (I)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: new java.lang.UnsupportedOperationException
dup
invokespecial java.lang.UnsupportedOperationException.<init>:()V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
public long cost();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$finalCost:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
public int getValueCount();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
invokevirtual org.apache.lucene.index.OrdinalMap.getValueCount:()J
l2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
public org.apache.lucene.util.BytesRef lookupOrd(int);
descriptor: (I)Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
iload 1
i2l
invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentNumber:(J)I
istore 2
start local 2 1: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
iload 1
i2l
invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentOrd:(J)J
l2i
istore 3
start local 3 2: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$dvs:[Lorg/apache/lucene/index/SortedDocValues;
iload 2
aaload
iload 3
invokevirtual org.apache.lucene.index.SortedDocValues.lookupOrd:(I)Lorg/apache/lucene/util/BytesRef;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
0 3 1 ord I
1 3 2 segmentNumber I
2 3 3 segmentOrd I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ord
public org.apache.lucene.index.TermsEnum termsEnum();
descriptor: ()Lorg/apache/lucene/index/TermsEnum;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray org.apache.lucene.index.TermsEnum
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: org.apache.lucene.index.TermsEnum[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$toMerge:Ljava/util/List;
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.SortedDocValues
invokevirtual org.apache.lucene.index.SortedDocValues.termsEnum:()Lorg/apache/lucene/index/TermsEnum;
aastore
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 1
arraylength
if_icmplt 3
end local 2 6: new org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum
dup
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$4$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
aload 1
invokespecial org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum.<init>:(Lorg/apache/lucene/index/OrdinalMap;[Lorg/apache/lucene/index/TermsEnum;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$4$1;
1 7 1 subs [Lorg/apache/lucene/index/TermsEnum;
2 6 2 sub I
Exceptions:
throws java.io.IOException
}
SourceFile: "DocValuesConsumer.java"
EnclosingMethod: org.apache.lucene.codecs.DocValuesConsumer$4.getSorted:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
org.apache.lucene.codecs.DocValuesConsumer$4
org.apache.lucene.codecs.DocValuesConsumer$4$1
private MergedTermsEnum = org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum of org.apache.lucene.codecs.DocValuesConsumer
private SortedDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$SortedDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger