public abstract class org.apache.lucene.codecs.FieldsConsumer implements java.io.Closeable
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.apache.lucene.codecs.FieldsConsumer
super_class: java.lang.Object
{
protected void <init>();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/lucene/codecs/FieldsConsumer;
public abstract void write(org.apache.lucene.index.Fields, org.apache.lucene.codecs.NormsProducer);
descriptor: (Lorg/apache/lucene/index/Fields;Lorg/apache/lucene/codecs/NormsProducer;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
fields
norms
public void merge(org.apache.lucene.index.MergeState, org.apache.lucene.codecs.NormsProducer);
descriptor: (Lorg/apache/lucene/index/MergeState;Lorg/apache/lucene/codecs/NormsProducer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=9, args_size=3
start local 0 start local 1 start local 2 0: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
start local 3 1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 4
start local 4 2: iconst_0
istore 5
start local 5 3: iconst_0
istore 6
start local 6 4: goto 12
5: StackMap locals: org.apache.lucene.codecs.FieldsConsumer org.apache.lucene.index.MergeState org.apache.lucene.codecs.NormsProducer java.util.List java.util.List int int
StackMap stack:
aload 1
getfield org.apache.lucene.index.MergeState.fieldsProducers:[Lorg/apache/lucene/codecs/FieldsProducer;
iload 6
aaload
astore 7
start local 7 6: aload 1
getfield org.apache.lucene.index.MergeState.maxDocs:[I
iload 6
iaload
istore 8
start local 8 7: aload 7
invokevirtual org.apache.lucene.codecs.FieldsProducer.checkIntegrity:()V
8: aload 4
new org.apache.lucene.index.ReaderSlice
dup
iload 5
iload 8
iload 6
invokespecial org.apache.lucene.index.ReaderSlice.<init>:(III)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: aload 3
aload 7
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
10: iload 5
iload 8
iadd
istore 5
end local 8 end local 7 11: iinc 6 1
StackMap locals:
StackMap stack:
12: iload 6
aload 1
getfield org.apache.lucene.index.MergeState.fieldsProducers:[Lorg/apache/lucene/codecs/FieldsProducer;
arraylength
if_icmplt 5
end local 6 13: new org.apache.lucene.index.MappedMultiFields
dup
aload 1
14: new org.apache.lucene.index.MultiFields
dup
aload 3
getstatic org.apache.lucene.index.Fields.EMPTY_ARRAY:[Lorg/apache/lucene/index/Fields;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.Fields[]
15: aload 4
getstatic org.apache.lucene.index.ReaderSlice.EMPTY_ARRAY:[Lorg/apache/lucene/index/ReaderSlice;
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.apache.lucene.index.ReaderSlice[]
16: invokespecial org.apache.lucene.index.MultiFields.<init>:([Lorg/apache/lucene/index/Fields;[Lorg/apache/lucene/index/ReaderSlice;)V
17: invokespecial org.apache.lucene.index.MappedMultiFields.<init>:(Lorg/apache/lucene/index/MergeState;Lorg/apache/lucene/index/MultiFields;)V
astore 6
start local 6 18: aload 0
aload 6
aload 2
invokevirtual org.apache.lucene.codecs.FieldsConsumer.write:(Lorg/apache/lucene/index/Fields;Lorg/apache/lucene/codecs/NormsProducer;)V
19: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lorg/apache/lucene/codecs/FieldsConsumer;
0 20 1 mergeState Lorg/apache/lucene/index/MergeState;
0 20 2 norms Lorg/apache/lucene/codecs/NormsProducer;
1 20 3 fields Ljava/util/List<Lorg/apache/lucene/index/Fields;>;
2 20 4 slices Ljava/util/List<Lorg/apache/lucene/index/ReaderSlice;>;
3 20 5 docBase I
4 13 6 readerIndex I
6 11 7 f Lorg/apache/lucene/codecs/FieldsProducer;
7 11 8 maxDoc I
18 20 6 mergedFields Lorg/apache/lucene/index/Fields;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
mergeState
norms
public abstract void close();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
}
SourceFile: "FieldsConsumer.java"