class org.apache.lucene.codecs.DocValuesConsumer$5$1 extends org.apache.lucene.index.SortedSetDocValues
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.lucene.codecs.DocValuesConsumer$5$1
super_class: org.apache.lucene.index.SortedSetDocValues
{
private int docID;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub currentSub;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
flags: (0x0002) ACC_PRIVATE
final org.apache.lucene.codecs.DocValuesConsumer$5 this$1;
descriptor: Lorg/apache/lucene/codecs/DocValuesConsumer$5;
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 java.util.List val$toMerge;
descriptor: Ljava/util/List;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.lucene.codecs.DocValuesConsumer$5, org.apache.lucene.index.DocIDMerger, long, org.apache.lucene.index.OrdinalMap, java.util.List);
descriptor: (Lorg/apache/lucene/codecs/DocValuesConsumer$5;Lorg/apache/lucene/index/DocIDMerger;JLorg/apache/lucene/index/OrdinalMap;Ljava/util/List;)V
flags: (0x0000)
Code:
stack=3, locals=7, args_size=6
start local 0 0: aload 0
aload 1
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.this$1:Lorg/apache/lucene/codecs/DocValuesConsumer$5;
aload 0
aload 2
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$docIDMerger:Lorg/apache/lucene/index/DocIDMerger;
aload 0
lload 3
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$finalCost:J
aload 0
aload 5
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
aload 0
aload 6
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$toMerge:Ljava/util/List;
aload 0
invokespecial org.apache.lucene.index.SortedSetDocValues.<init>:()V
1: aload 0
iconst_m1
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
MethodParameters:
Name Flags
this$0 final
val$docIDMerger final
val$finalCost final
val$map 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$5$1.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
public int nextDoc();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$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$SortedSetDocValuesSub
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
1: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
ifnonnull 4
2: aload 0
ldc 2147483647
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
3: goto 5
4: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.mappedDocID:I
putfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
5: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.docID:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
Exceptions:
throws java.io.IOException
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$5$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
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$5$1;
0 1 1 target I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
target
public long nextOrd();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.values:Lorg/apache/lucene/index/SortedSetDocValues;
invokevirtual org.apache.lucene.index.SortedSetDocValues.nextOrd:()J
lstore 1
start local 1 1: lload 1
ldc -1
lcmp
ifne 3
2: ldc -1
lreturn
3: StackMap locals: long
StackMap stack:
aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.currentSub:Lorg/apache/lucene/codecs/DocValuesConsumer$SortedSetDocValuesSub;
getfield org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub.map:Lorg/apache/lucene/util/LongValues;
lload 1
invokevirtual org.apache.lucene.util.LongValues.get:(J)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
1 4 1 subOrd J
Exceptions:
throws java.io.IOException
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$5$1.val$finalCost:J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
public org.apache.lucene.util.BytesRef lookupOrd(long);
descriptor: (J)Lorg/apache/lucene/util/BytesRef;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
lload 1
invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentNumber:(J)I
istore 3
start local 3 1: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
lload 1
invokevirtual org.apache.lucene.index.OrdinalMap.getFirstSegmentOrd:(J)J
lstore 4
start local 4 2: aload 0
getfield org.apache.lucene.codecs.DocValuesConsumer$5$1.val$toMerge:Ljava/util/List;
iload 3
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.SortedSetDocValues
lload 4
invokevirtual org.apache.lucene.index.SortedSetDocValues.lookupOrd:(J)Lorg/apache/lucene/util/BytesRef;
areturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
0 3 1 ord J
1 3 3 segmentNumber I
2 3 4 segmentOrd J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
ord
public long getValueCount();
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$5$1.val$map:Lorg/apache/lucene/index/OrdinalMap;
invokevirtual org.apache.lucene.index.OrdinalMap.getValueCount:()J
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/lucene/codecs/DocValuesConsumer$5$1;
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$5$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$5$1.val$toMerge:Ljava/util/List;
iload 2
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.apache.lucene.index.SortedSetDocValues
invokevirtual org.apache.lucene.index.SortedSetDocValues.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$5$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$5$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$5.getSortedSet:(Lorg/apache/lucene/index/FieldInfo;)Lorg/apache/lucene/index/SortedSetDocValues;
NestHost: org.apache.lucene.codecs.DocValuesConsumer
InnerClasses:
org.apache.lucene.codecs.DocValuesConsumer$5
org.apache.lucene.codecs.DocValuesConsumer$5$1
private MergedTermsEnum = org.apache.lucene.codecs.DocValuesConsumer$MergedTermsEnum of org.apache.lucene.codecs.DocValuesConsumer
private SortedSetDocValuesSub = org.apache.lucene.codecs.DocValuesConsumer$SortedSetDocValuesSub of org.apache.lucene.codecs.DocValuesConsumer
public abstract Sub = org.apache.lucene.index.DocIDMerger$Sub of org.apache.lucene.index.DocIDMerger