class org.apache.lucene.document.FeatureDoubleValuesSource extends org.apache.lucene.search.DoubleValuesSource
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.FeatureDoubleValuesSource
  super_class: org.apache.lucene.search.DoubleValuesSource
{
  private final org.apache.lucene.util.BytesRef featureName;
    descriptor: Lorg/apache/lucene/util/BytesRef;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String field;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
        start local 1 // java.lang.String field
        start local 2 // java.lang.String featureName
         0: .line 48
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DoubleValuesSource.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* field */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            putfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
         2: .line 50
            aload 0 /* this */
            new org.apache.lucene.util.BytesRef
            dup
            aload 2 /* featureName */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokespecial org.apache.lucene.util.BytesRef.<init>:(Ljava/lang/CharSequence;)V
            putfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
         3: .line 51
            return
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String field
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
            0    4     1        field  Ljava/lang/String;
            0    4     2  featureName  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      field        
      featureName  

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 55
            iconst_1
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  public org.apache.lucene.search.DoubleValues getValues(org.apache.lucene.index.LeafReaderContext, org.apache.lucene.search.DoubleValues);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // org.apache.lucene.search.DoubleValues scores
         0: .line 60
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.index.LeafReader.terms:(Ljava/lang/String;)Lorg/apache/lucene/index/Terms;
            astore 3 /* terms */
        start local 3 // org.apache.lucene.index.Terms terms
         1: .line 61
            aload 3 /* terms */
            ifnonnull 3
         2: .line 62
            getstatic org.apache.lucene.search.DoubleValues.EMPTY:Lorg/apache/lucene/search/DoubleValues;
            areturn
         3: .line 64
      StackMap locals: org.apache.lucene.index.Terms
      StackMap stack:
            aload 3 /* terms */
            invokevirtual org.apache.lucene.index.Terms.iterator:()Lorg/apache/lucene/index/TermsEnum;
            astore 4 /* termsEnum */
        start local 4 // org.apache.lucene.index.TermsEnum termsEnum
         4: .line 65
            aload 4 /* termsEnum */
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.TermsEnum.seekExact:(Lorg/apache/lucene/util/BytesRef;)Z
            ifne 6
         5: .line 66
            getstatic org.apache.lucene.search.DoubleValues.EMPTY:Lorg/apache/lucene/search/DoubleValues;
            areturn
         6: .line 68
      StackMap locals: org.apache.lucene.index.TermsEnum
      StackMap stack:
            aload 4 /* termsEnum */
            aconst_null
            bipush 8
            invokevirtual org.apache.lucene.index.TermsEnum.postings:(Lorg/apache/lucene/index/PostingsEnum;I)Lorg/apache/lucene/index/PostingsEnum;
            astore 5 /* currentReaderPostingsValues */
        start local 5 // org.apache.lucene.index.PostingsEnum currentReaderPostingsValues
         7: .line 69
            new org.apache.lucene.document.FeatureDoubleValuesSource$FeatureDoubleValues
            dup
            aload 5 /* currentReaderPostingsValues */
            invokespecial org.apache.lucene.document.FeatureDoubleValuesSource$FeatureDoubleValues.<init>:(Lorg/apache/lucene/index/PostingsEnum;)V
            areturn
        end local 5 // org.apache.lucene.index.PostingsEnum currentReaderPostingsValues
        end local 4 // org.apache.lucene.index.TermsEnum termsEnum
        end local 3 // org.apache.lucene.index.Terms terms
        end local 2 // org.apache.lucene.search.DoubleValues scores
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    8     0                         this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
            0    8     1                          ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    8     2                       scores  Lorg/apache/lucene/search/DoubleValues;
            1    8     3                        terms  Lorg/apache/lucene/index/Terms;
            4    8     4                    termsEnum  Lorg/apache/lucene/index/TermsEnum;
            7    8     5  currentReaderPostingsValues  Lorg/apache/lucene/index/PostingsEnum;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      ctx     
      scores  

  public boolean needsScores();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
         0: .line 76
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;

  public org.apache.lucene.search.DoubleValuesSource rewrite(org.apache.lucene.search.IndexSearcher);
    descriptor: (Lorg/apache/lucene/search/IndexSearcher;)Lorg/apache/lucene/search/DoubleValuesSource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
        start local 1 // org.apache.lucene.search.IndexSearcher reader
         0: .line 81
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.search.IndexSearcher reader
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
            0    1     1  reader  Lorg/apache/lucene/search/IndexSearcher;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
         0: .line 86
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
            aastore
            invokestatic java.util.Objects.hash:([Ljava/lang/Object;)I
            ireturn
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
        start local 1 // java.lang.Object obj
         0: .line 91
            aload 1 /* obj */
            ifnonnull 2
         1: .line 92
            iconst_0
            ireturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 95
            iconst_0
            ireturn
         4: .line 97
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.lucene.document.FeatureDoubleValuesSource
            astore 2 /* other */
        start local 2 // org.apache.lucene.document.FeatureDoubleValuesSource other
         5: .line 98
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
            aload 2 /* other */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         6: .line 99
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
            aload 2 /* other */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
            invokestatic java.util.Objects.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 8
         7: .line 98
            iconst_1
            ireturn
      StackMap locals: org.apache.lucene.document.FeatureDoubleValuesSource
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.apache.lucene.document.FeatureDoubleValuesSource other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
            0    9     1    obj  Ljava/lang/Object;
            5    9     2  other  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
         0: .line 104
            new java.lang.StringBuilder
            dup
            ldc "FeatureDoubleValuesSource("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.field:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.document.FeatureDoubleValuesSource.featureName:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.util.BytesRef.utf8ToString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.lucene.document.FeatureDoubleValuesSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/FeatureDoubleValuesSource;
}
SourceFile: "FeatureDoubleValuesSource.java"
NestMembers:
  org.apache.lucene.document.FeatureDoubleValuesSource$FeatureDoubleValues
InnerClasses:
  FeatureDoubleValues = org.apache.lucene.document.FeatureDoubleValuesSource$FeatureDoubleValues of org.apache.lucene.document.FeatureDoubleValuesSource