public abstract class org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource extends org.apache.lucene.search.DoubleValuesSource
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource
  super_class: org.apache.lucene.search.DoubleValuesSource
{
  private final org.apache.lucene.spatial.ShapeValuesSource bboxValueSource;
    descriptor: Lorg/apache/lucene/spatial/ShapeValuesSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.lucene.spatial.ShapeValuesSource);
    descriptor: (Lorg/apache/lucene/spatial/ShapeValuesSource;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // org.apache.lucene.spatial.ShapeValuesSource bboxValueSource
         0: .line 45
            aload 0 /* this */
            invokespecial org.apache.lucene.search.DoubleValuesSource.<init>:()V
         1: .line 46
            aload 0 /* this */
            aload 1 /* bboxValueSource */
            putfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
         2: .line 47
            return
        end local 1 // org.apache.lucene.spatial.ShapeValuesSource bboxValueSource
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    3     1  bboxValueSource  Lorg/apache/lucene/spatial/ShapeValuesSource;
    MethodParameters:
                 Name  Flags
      bboxValueSource  

  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.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // org.apache.lucene.search.IndexSearcher searcher
         0: .line 51
            aload 0 /* this */
            areturn
        end local 1 // org.apache.lucene.search.IndexSearcher searcher
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    1     1  searcher  Lorg/apache/lucene/search/IndexSearcher;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      searcher  

  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.spatial.bbox.BBoxSimilarityValueSource this
         0: .line 56
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.Object.toString:()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 */
            invokevirtual org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.similarityDescription:()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.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;

  protected abstract java.lang.String similarityDescription();
    descriptor: ()Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  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=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext readerContext
        start local 2 // org.apache.lucene.search.DoubleValues scores
         0: .line 65
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 1 /* readerContext */
            invokevirtual org.apache.lucene.spatial.ShapeValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
            astore 3 /* shapeValues */
        start local 3 // org.apache.lucene.spatial.ShapeValues shapeValues
         1: .line 66
            new org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource$1
            dup
            aload 0 /* this */
            aload 3 /* shapeValues */
            invokespecial org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource$1.<init>:(Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;Lorg/apache/lucene/spatial/ShapeValues;)V
         2: .line 76
            dconst_0
         3: .line 66
            invokestatic org.apache.lucene.search.DoubleValues.withDefault:(Lorg/apache/lucene/search/DoubleValues;D)Lorg/apache/lucene/search/DoubleValues;
            areturn
        end local 3 // org.apache.lucene.spatial.ShapeValues shapeValues
        end local 2 // org.apache.lucene.search.DoubleValues scores
        end local 1 // org.apache.lucene.index.LeafReaderContext readerContext
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    4     1  readerContext  Lorg/apache/lucene/index/LeafReaderContext;
            0    4     2         scores  Lorg/apache/lucene/search/DoubleValues;
            1    4     3    shapeValues  Lorg/apache/lucene/spatial/ShapeValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      readerContext  
      scores         

  protected abstract double score(org.locationtech.spatial4j.shape.Rectangle, java.util.concurrent.atomic.AtomicReference<org.apache.lucene.search.Explanation>);
    descriptor: (Lorg/locationtech/spatial4j/shape/Rectangle;Ljava/util/concurrent/atomic/AtomicReference;)D
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Lorg/locationtech/spatial4j/shape/Rectangle;Ljava/util/concurrent/atomic/AtomicReference<Lorg/apache/lucene/search/Explanation;>;)D
    MethodParameters:
      Name  Flags
      rect  
      exp   

  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.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // java.lang.Object o
         0: .line 90
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 93
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource
            astore 2 /* that */
        start local 2 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource that
         4: .line 95
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 2 /* that */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
            iconst_0
            ireturn
         5: .line 97
      StackMap locals: org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource that
        end local 1 // java.lang.Object o
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
         0: .line 102
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;

  public org.apache.lucene.search.Explanation explain(org.apache.lucene.index.LeafReaderContext, int, org.apache.lucene.search.Explanation);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;ILorg/apache/lucene/search/Explanation;)Lorg/apache/lucene/search/Explanation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=4
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
        start local 2 // int docId
        start local 3 // org.apache.lucene.search.Explanation scoreExplanation
         0: .line 107
            aload 0 /* this */
            aload 1 /* ctx */
            aload 3 /* scoreExplanation */
            invokevirtual org.apache.lucene.search.Explanation.getValue:()Ljava/lang/Number;
            invokevirtual java.lang.Number.doubleValue:()D
            invokestatic org.apache.lucene.search.DoubleValuesSource.constant:(D)Lorg/apache/lucene/search/DoubleValuesSource;
            aload 1 /* ctx */
            aconst_null
            invokevirtual org.apache.lucene.search.DoubleValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
            invokevirtual org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DoubleValues;)Lorg/apache/lucene/search/DoubleValues;
            astore 4 /* dv */
        start local 4 // org.apache.lucene.search.DoubleValues dv
         1: .line 108
            aload 4 /* dv */
            iload 2 /* docId */
            invokevirtual org.apache.lucene.search.DoubleValues.advanceExact:(I)Z
            ifeq 7
         2: .line 109
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            astore 5 /* explanation */
        start local 5 // java.util.concurrent.atomic.AtomicReference explanation
         3: .line 110
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.spatial.ShapeValuesSource.getValues:(Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/spatial/ShapeValues;
            astore 6 /* shapeValues */
        start local 6 // org.apache.lucene.spatial.ShapeValues shapeValues
         4: .line 111
            aload 6 /* shapeValues */
            iload 2 /* docId */
            invokevirtual org.apache.lucene.spatial.ShapeValues.advanceExact:(I)Z
            ifeq 7
         5: .line 112
            aload 0 /* this */
            aload 6 /* shapeValues */
            invokevirtual org.apache.lucene.spatial.ShapeValues.value:()Lorg/locationtech/spatial4j/shape/Shape;
            checkcast org.locationtech.spatial4j.shape.Rectangle
            aload 5 /* explanation */
            invokevirtual org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.score:(Lorg/locationtech/spatial4j/shape/Rectangle;Ljava/util/concurrent/atomic/AtomicReference;)D
            pop2
         6: .line 113
            aload 5 /* explanation */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.apache.lucene.search.Explanation
            areturn
        end local 6 // org.apache.lucene.spatial.ShapeValues shapeValues
        end local 5 // java.util.concurrent.atomic.AtomicReference explanation
         7: .line 116
      StackMap locals: org.apache.lucene.search.DoubleValues
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.toString:()Ljava/lang/String;
            iconst_0
            anewarray org.apache.lucene.search.Explanation
            invokestatic org.apache.lucene.search.Explanation.noMatch:(Ljava/lang/String;[Lorg/apache/lucene/search/Explanation;)Lorg/apache/lucene/search/Explanation;
            areturn
        end local 4 // org.apache.lucene.search.DoubleValues dv
        end local 3 // org.apache.lucene.search.Explanation scoreExplanation
        end local 2 // int docId
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0              this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    8     1               ctx  Lorg/apache/lucene/index/LeafReaderContext;
            0    8     2             docId  I
            0    8     3  scoreExplanation  Lorg/apache/lucene/search/Explanation;
            1    8     4                dv  Lorg/apache/lucene/search/DoubleValues;
            3    7     5       explanation  Ljava/util/concurrent/atomic/AtomicReference<Lorg/apache/lucene/search/Explanation;>;
            4    7     6       shapeValues  Lorg/apache/lucene/spatial/ShapeValues;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                  Name  Flags
      ctx               
      docId             
      scoreExplanation  

  public boolean isCacheable(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 121
            aload 0 /* this */
            getfield org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource.bboxValueSource:Lorg/apache/lucene/spatial/ShapeValuesSource;
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.spatial.ShapeValuesSource.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   

  public boolean needsScores();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
         0: .line 126
            iconst_0
            ireturn
        end local 0 // org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/bbox/BBoxSimilarityValueSource;
}
SourceFile: "BBoxSimilarityValueSource.java"
NestMembers:
  org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource$1
InnerClasses:
  org.apache.lucene.spatial.bbox.BBoxSimilarityValueSource$1