public final class org.apache.lucene.document.StringField extends org.apache.lucene.document.Field
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.lucene.document.StringField
  super_class: org.apache.lucene.document.Field
{
  public static final org.apache.lucene.document.FieldType TYPE_NOT_STORED;
    descriptor: Lorg/apache/lucene/document/FieldType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.apache.lucene.document.FieldType TYPE_STORED;
    descriptor: Lorg/apache/lucene/document/FieldType;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 33
            new org.apache.lucene.document.FieldType
            dup
            invokespecial org.apache.lucene.document.FieldType.<init>:()V
            putstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
         1: .line 37
            new org.apache.lucene.document.FieldType
            dup
            invokespecial org.apache.lucene.document.FieldType.<init>:()V
            putstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
         2: .line 40
            getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
            iconst_1
            invokevirtual org.apache.lucene.document.FieldType.setOmitNorms:(Z)V
         3: .line 41
            getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
            getstatic org.apache.lucene.index.IndexOptions.DOCS:Lorg/apache/lucene/index/IndexOptions;
            invokevirtual org.apache.lucene.document.FieldType.setIndexOptions:(Lorg/apache/lucene/index/IndexOptions;)V
         4: .line 42
            getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
            iconst_0
            invokevirtual org.apache.lucene.document.FieldType.setTokenized:(Z)V
         5: .line 43
            getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
            invokevirtual org.apache.lucene.document.FieldType.freeze:()V
         6: .line 45
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            iconst_1
            invokevirtual org.apache.lucene.document.FieldType.setOmitNorms:(Z)V
         7: .line 46
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            getstatic org.apache.lucene.index.IndexOptions.DOCS:Lorg/apache/lucene/index/IndexOptions;
            invokevirtual org.apache.lucene.document.FieldType.setIndexOptions:(Lorg/apache/lucene/index/IndexOptions;)V
         8: .line 47
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            iconst_1
            invokevirtual org.apache.lucene.document.FieldType.setStored:(Z)V
         9: .line 48
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            iconst_0
            invokevirtual org.apache.lucene.document.FieldType.setTokenized:(Z)V
        10: .line 49
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            invokevirtual org.apache.lucene.document.FieldType.freeze:()V
        11: .line 50
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.String, java.lang.String, org.apache.lucene.document.Field$Store);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lorg/apache/lucene/document/Field$Store;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.StringField this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
        start local 3 // org.apache.lucene.document.Field$Store stored
         0: .line 61
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            aload 3 /* stored */
            getstatic org.apache.lucene.document.Field$Store.YES:Lorg/apache/lucene/document/Field$Store;
            if_acmpne 1
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            goto 2
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.apache.lucene.document.Field$Store
      StackMap stack: uninitialized-this java.lang.String java.lang.String
         1: getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
      StackMap locals: uninitialized-this java.lang.String java.lang.String org.apache.lucene.document.Field$Store
      StackMap stack: uninitialized-this java.lang.String java.lang.String org.apache.lucene.document.FieldType
         2: invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Ljava/lang/CharSequence;Lorg/apache/lucene/index/IndexableFieldType;)V
         3: .line 62
            return
        end local 3 // org.apache.lucene.document.Field$Store stored
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StringField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/StringField;
            0    4     1    name  Ljava/lang/String;
            0    4     2   value  Ljava/lang/String;
            0    4     3  stored  Lorg/apache/lucene/document/Field$Store;
    MethodParameters:
        Name  Flags
      name    
      value   
      stored  

  public void <init>(java.lang.String, org.apache.lucene.util.BytesRef, org.apache.lucene.document.Field$Store);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/document/Field$Store;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.apache.lucene.document.StringField this
        start local 1 // java.lang.String name
        start local 2 // org.apache.lucene.util.BytesRef value
        start local 3 // org.apache.lucene.document.Field$Store stored
         0: .line 75
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* value */
            aload 3 /* stored */
            getstatic org.apache.lucene.document.Field$Store.YES:Lorg/apache/lucene/document/Field$Store;
            if_acmpne 1
            getstatic org.apache.lucene.document.StringField.TYPE_STORED:Lorg/apache/lucene/document/FieldType;
            goto 2
      StackMap locals: uninitialized-this java.lang.String org.apache.lucene.util.BytesRef org.apache.lucene.document.Field$Store
      StackMap stack: uninitialized-this java.lang.String org.apache.lucene.util.BytesRef
         1: getstatic org.apache.lucene.document.StringField.TYPE_NOT_STORED:Lorg/apache/lucene/document/FieldType;
      StackMap locals: uninitialized-this java.lang.String org.apache.lucene.util.BytesRef org.apache.lucene.document.Field$Store
      StackMap stack: uninitialized-this java.lang.String org.apache.lucene.util.BytesRef org.apache.lucene.document.FieldType
         2: invokespecial org.apache.lucene.document.Field.<init>:(Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/index/IndexableFieldType;)V
         3: .line 76
            return
        end local 3 // org.apache.lucene.document.Field$Store stored
        end local 2 // org.apache.lucene.util.BytesRef value
        end local 1 // java.lang.String name
        end local 0 // org.apache.lucene.document.StringField this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/lucene/document/StringField;
            0    4     1    name  Ljava/lang/String;
            0    4     2   value  Lorg/apache/lucene/util/BytesRef;
            0    4     3  stored  Lorg/apache/lucene/document/Field$Store;
    MethodParameters:
        Name  Flags
      name    
      value   
      stored  
}
SourceFile: "StringField.java"
InnerClasses:
  public final Store = org.apache.lucene.document.Field$Store of org.apache.lucene.document.Field