class org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 extends org.apache.lucene.search.ConstantScoreWeight
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1
  super_class: org.apache.lucene.search.ConstantScoreWeight
{
  final org.apache.lucene.document.SortedSetDocValuesRangeQuery this$0;
    descriptor: Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
    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.document.SortedSetDocValuesRangeQuery, org.apache.lucene.search.Query, float, org.apache.lucene.search.ScoreMode);
    descriptor: (Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;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.document.SortedSetDocValuesRangeQuery$1 this
        start local 2 // org.apache.lucene.search.Query $anonymous0
        start local 3 // float $anonymous1
         0: .line 116
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            aload 0 /* this */
            aload 4
            putfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$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.document.SortedSetDocValuesRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$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=11, locals=9, args_size=2
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext context
         0: .line 119
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            aload 1 /* context */
            invokevirtual org.apache.lucene.index.LeafReaderContext.reader:()Lorg/apache/lucene/index/LeafReader;
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.field:Ljava/lang/String;
            invokevirtual org.apache.lucene.document.SortedSetDocValuesRangeQuery.getValues:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedSetDocValues;
            astore 2 /* values */
        start local 2 // org.apache.lucene.index.SortedSetDocValues values
         1: .line 120
            aload 2 /* values */
            ifnonnull 3
         2: .line 121
            aconst_null
            areturn
         3: .line 125
      StackMap locals: org.apache.lucene.index.SortedSetDocValues
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.lowerValue:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 6
         4: .line 126
            lconst_0
            lstore 3 /* minOrd */
        start local 3 // long minOrd
         5: .line 127
            goto 14
        end local 3 // long minOrd
         6: .line 128
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.lowerValue:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)J
            lstore 5 /* ord */
        start local 5 // long ord
         7: .line 129
            lload 5 /* ord */
            lconst_0
            lcmp
            ifge 10
         8: .line 130
            ldc -1
            lload 5 /* ord */
            lsub
            lstore 3 /* minOrd */
        start local 3 // long minOrd
         9: .line 131
            goto 14
        end local 3 // long minOrd
      StackMap locals: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.SortedSetDocValues top top long
      StackMap stack:
        10: aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.lowerInclusive:Z
            ifeq 13
        11: .line 132
            lload 5 /* ord */
            lstore 3 /* minOrd */
        start local 3 // long minOrd
        12: .line 133
            goto 14
        end local 3 // long minOrd
        13: .line 134
      StackMap locals:
      StackMap stack:
            lload 5 /* ord */
            lconst_1
            ladd
            lstore 3 /* minOrd */
        end local 5 // long ord
        start local 3 // long minOrd
        14: .line 139
      StackMap locals: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.SortedSetDocValues long
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.upperValue:Lorg/apache/lucene/util/BytesRef;
            ifnonnull 17
        15: .line 140
            aload 2 /* values */
            invokevirtual org.apache.lucene.index.SortedSetDocValues.getValueCount:()J
            lconst_1
            lsub
            lstore 5 /* maxOrd */
        start local 5 // long maxOrd
        16: .line 141
            goto 25
        end local 5 // long maxOrd
        17: .line 142
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.upperValue:Lorg/apache/lucene/util/BytesRef;
            invokevirtual org.apache.lucene.index.SortedSetDocValues.lookupTerm:(Lorg/apache/lucene/util/BytesRef;)J
            lstore 7 /* ord */
        start local 7 // long ord
        18: .line 143
            lload 7 /* ord */
            lconst_0
            lcmp
            ifge 21
        19: .line 144
            ldc -2
            lload 7 /* ord */
            lsub
            lstore 5 /* maxOrd */
        start local 5 // long maxOrd
        20: .line 145
            goto 25
        end local 5 // long maxOrd
      StackMap locals: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.SortedSetDocValues long top top long
      StackMap stack:
        21: aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.upperInclusive:Z
            ifeq 24
        22: .line 146
            lload 7 /* ord */
            lstore 5 /* maxOrd */
        start local 5 // long maxOrd
        23: .line 147
            goto 25
        end local 5 // long maxOrd
        24: .line 148
      StackMap locals:
      StackMap stack:
            lload 7 /* ord */
            lconst_1
            lsub
            lstore 5 /* maxOrd */
        end local 7 // long ord
        start local 5 // long maxOrd
        25: .line 152
      StackMap locals: org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 org.apache.lucene.index.LeafReaderContext org.apache.lucene.index.SortedSetDocValues long long
      StackMap stack:
            lload 3 /* minOrd */
            lload 5 /* maxOrd */
            lcmp
            ifle 27
        26: .line 153
            aconst_null
            areturn
        27: .line 156
      StackMap locals:
      StackMap stack:
            aload 2 /* values */
            invokestatic org.apache.lucene.index.DocValues.unwrapSingleton:(Lorg/apache/lucene/index/SortedSetDocValues;)Lorg/apache/lucene/index/SortedDocValues;
            astore 7 /* singleton */
        start local 7 // org.apache.lucene.index.SortedDocValues singleton
        28: .line 158
            aload 7 /* singleton */
            ifnull 31
        29: .line 159
            new org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1
            dup
            aload 0 /* this */
            aload 7 /* singleton */
            aload 7 /* singleton */
            lload 3 /* minOrd */
            lload 5 /* maxOrd */
            invokespecial org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1.<init>:(Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedDocValues;JJ)V
            astore 8 /* iterator */
        start local 8 // org.apache.lucene.search.TwoPhaseIterator iterator
        30: .line 171
            goto 32
        end local 8 // org.apache.lucene.search.TwoPhaseIterator iterator
        31: .line 172
      StackMap locals: org.apache.lucene.index.SortedDocValues
      StackMap stack:
            new org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2
            dup
            aload 0 /* this */
            aload 2 /* values */
            aload 2 /* values */
            lload 3 /* minOrd */
            lload 5 /* maxOrd */
            invokespecial org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2.<init>:(Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;Lorg/apache/lucene/search/DocIdSetIterator;Lorg/apache/lucene/index/SortedSetDocValues;JJ)V
            astore 8 /* iterator */
        start local 8 // org.apache.lucene.search.TwoPhaseIterator iterator
        32: .line 191
      StackMap locals: org.apache.lucene.search.TwoPhaseIterator
      StackMap stack:
            new org.apache.lucene.search.ConstantScoreScorer
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.score:()F
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.val$scoreMode:Lorg/apache/lucene/search/ScoreMode;
            aload 8 /* iterator */
            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 8 // org.apache.lucene.search.TwoPhaseIterator iterator
        end local 7 // org.apache.lucene.index.SortedDocValues singleton
        end local 5 // long maxOrd
        end local 3 // long minOrd
        end local 2 // org.apache.lucene.index.SortedSetDocValues values
        end local 1 // org.apache.lucene.index.LeafReaderContext context
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   33     0       this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;
            0   33     1    context  Lorg/apache/lucene/index/LeafReaderContext;
            1   33     2     values  Lorg/apache/lucene/index/SortedSetDocValues;
            5    6     3     minOrd  J
            9   10     3     minOrd  J
           12   13     3     minOrd  J
           14   33     3     minOrd  J
            7   14     5        ord  J
           16   17     5     maxOrd  J
           20   21     5     maxOrd  J
           23   24     5     maxOrd  J
           25   33     5     maxOrd  J
           18   25     7        ord  J
           28   33     7  singleton  Lorg/apache/lucene/index/SortedDocValues;
           30   31     8   iterator  Lorg/apache/lucene/search/TwoPhaseIterator;
           32   33     8   iterator  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=5, locals=2, args_size=2
        start local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 this
        start local 1 // org.apache.lucene.index.LeafReaderContext ctx
         0: .line 196
            aload 1 /* ctx */
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery$1.this$0:Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery;
            getfield org.apache.lucene.document.SortedSetDocValuesRangeQuery.field:Ljava/lang/String;
            aastore
            invokestatic org.apache.lucene.index.DocValues.isCacheable:(Lorg/apache/lucene/index/LeafReaderContext;[Ljava/lang/String;)Z
            ireturn
        end local 1 // org.apache.lucene.index.LeafReaderContext ctx
        end local 0 // org.apache.lucene.document.SortedSetDocValuesRangeQuery$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/document/SortedSetDocValuesRangeQuery$1;
            0    1     1   ctx  Lorg/apache/lucene/index/LeafReaderContext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "SortedSetDocValuesRangeQuery.java"
EnclosingMethod: org.apache.lucene.document.SortedSetDocValuesRangeQuery.createWeight:(Lorg/apache/lucene/search/IndexSearcher;Lorg/apache/lucene/search/ScoreMode;F)Lorg/apache/lucene/search/Weight;
NestHost: org.apache.lucene.document.SortedSetDocValuesRangeQuery
InnerClasses:
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$1
  org.apache.lucene.document.SortedSetDocValuesRangeQuery$1$2