class org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 extends org.apache.lucene.search.ConstantScoreWeight
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1
  super_class: org.apache.lucene.search.ConstantScoreWeight
{
  final org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery this$1;
    descriptor: Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.lucene.search.ScoreMode val$scoreMode;
    descriptor: Lorg/apache/lucene/search/ScoreMode;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery, org.apache.lucene.search.Query, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;Lorg/apache/lucene/search/Query;FLorg/apache/lucene/search/ScoreMode;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 139
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.this$1:Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            fload 3 /* $anonymous1 */
            invokespecial org.apache.lucene.search.ConstantScoreWeight.<init>:(Lorg/apache/lucene/search/Query;F)V
            return
        end local 3 // float $anonymous1
        end local 2 // org.apache.lucene.search.Query $anonymous0
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery$1;
            0    1     2  $anonymous0  Lorg/apache/lucene/search/Query;
            0    1     3  $anonymous1  F
    MethodParameters:
               Name  Flags
      this$0         final
      $anonymous0    
      $anonymous1    
      val$scoreMode  final

  public org.apache.lucene.search.Scorer scorer(org.apache.lucene.index.LeafReaderContext);
    descriptor: (Lorg/apache/lucene/index/LeafReaderContext;)Lorg/apache/lucene/search/Scorer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 142
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            invokevirtual org.apache.lucene.index.LeafReader.maxDoc:()I
            invokestatic org.apache.lucene.search.DocIdSetIterator.all:(I)Lorg/apache/lucene/search/DocIdSetIterator;
            astore 2 /* approximation */
        start local 2 // org.apache.lucene.search.DocIdSetIterator approximation
         1: .line 143
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.this$1:Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            aload 1 /* context */
            aload 2 /* approximation */
            invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.iterator:(Lorg/apache/lucene/index/LeafReaderContext;Lorg/apache/lucene/search/DocIdSetIterator;)Lorg/apache/lucene/search/TwoPhaseIterator;
            astore 3 /* it */
        start local 3 // org.apache.lucene.search.TwoPhaseIterator it
         2: .line 144
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.score:()F
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 3 /* it */
            invokespecial org.apache.lucene.search.ConstantScoreScorer.<init>:(Lorg/apache/lucene/search/Weight;FLorg/apache/lucene/search/ScoreMode;Lorg/apache/lucene/search/TwoPhaseIterator;)V
            areturn
        end local 3 // org.apache.lucene.search.TwoPhaseIterator it
        end local 2 // org.apache.lucene.search.DocIdSetIterator approximation
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery$1;
            0    3     1        context  Lorg/apache/lucene/index/LeafReaderContext;
            1    3     2  approximation  Lorg/apache/lucene/search/DocIdSetIterator;
            2    3     3             it  Lorg/apache/lucene/search/TwoPhaseIterator;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  

  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.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 149
            aload 0 /* this */
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1.this$1:Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery;
            getfield org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.predicateValueSource:Lorg/apache/lucene/spatial/util/ShapeValuesPredicate;
            aload 1 /* ctx */
            invokevirtual org.apache.lucene.spatial.util.ShapeValuesPredicate.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/spatial/serialized/SerializedDVStrategy$PredicateValueSourceQuery$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "SerializedDVStrategy.java"
EnclosingMethod: org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.spatial.serialized.SerializedDVStrategy
InnerClasses:
  PredicateValueSourceQuery = org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery of org.apache.lucene.spatial.serialized.SerializedDVStrategy
  org.apache.lucene.spatial.serialized.SerializedDVStrategy$PredicateValueSourceQuery$1