class org.apache.lucene.document.SortedDocValuesField$1 extends org.apache.lucene.document.SortedSetDocValuesRangeQuery
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.document.SortedDocValuesField$1
  super_class: org.apache.lucene.document.SortedSetDocValuesRangeQuery
{
  void <init>(java.lang.String, org.apache.lucene.util.BytesRef, org.apache.lucene.util.BytesRef, boolean, boolean);
    descriptor: (Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;ZZ)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.apache.lucene.document.SortedDocValuesField$1 this
        start local 1 // java.lang.String $anonymous0
        start local 2 // org.apache.lucene.util.BytesRef $anonymous1
        start local 3 // org.apache.lucene.util.BytesRef $anonymous2
        start local 4 // boolean $anonymous3
        start local 5 // boolean $anonymous4
         0: .line 85
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            aload 3 /* $anonymous2 */
            iload 4 /* $anonymous3 */
            iload 5 /* $anonymous4 */
            invokespecial org.apache.lucene.document.SortedSetDocValuesRangeQuery.<init>:(Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;ZZ)V
            return
        end local 5 // boolean $anonymous4
        end local 4 // boolean $anonymous3
        end local 3 // org.apache.lucene.util.BytesRef $anonymous2
        end local 2 // org.apache.lucene.util.BytesRef $anonymous1
        end local 1 // java.lang.String $anonymous0
        end local 0 // org.apache.lucene.document.SortedDocValuesField$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/lucene/document/SortedDocValuesField$1;
            0    1     1  $anonymous0  Ljava/lang/String;
            0    1     2  $anonymous1  Lorg/apache/lucene/util/BytesRef;
            0    1     3  $anonymous2  Lorg/apache/lucene/util/BytesRef;
            0    1     4  $anonymous3  Z
            0    1     5  $anonymous4  Z
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  

  org.apache.lucene.index.SortedSetDocValues getValues(org.apache.lucene.index.LeafReader, java.lang.String);
    descriptor: (Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedSetDocValues;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.lucene.document.SortedDocValuesField$1 this
        start local 1 // org.apache.lucene.index.LeafReader reader
        start local 2 // java.lang.String field
         0: .line 88
            aload 1 /* reader */
            aload 2 /* field */
            invokestatic org.apache.lucene.index.DocValues.getSorted:(Lorg/apache/lucene/index/LeafReader;Ljava/lang/String;)Lorg/apache/lucene/index/SortedDocValues;
            invokestatic org.apache.lucene.index.DocValues.singleton:(Lorg/apache/lucene/index/SortedDocValues;)Lorg/apache/lucene/index/SortedSetDocValues;
            areturn
        end local 2 // java.lang.String field
        end local 1 // org.apache.lucene.index.LeafReader reader
        end local 0 // org.apache.lucene.document.SortedDocValuesField$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/lucene/document/SortedDocValuesField$1;
            0    1     1  reader  Lorg/apache/lucene/index/LeafReader;
            0    1     2   field  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      reader  
      field   
}
SourceFile: "SortedDocValuesField.java"
EnclosingMethod: org.apache.lucene.document.SortedDocValuesField.newSlowRangeQuery:(Ljava/lang/String;Lorg/apache/lucene/util/BytesRef;Lorg/apache/lucene/util/BytesRef;ZZ)Lorg/apache/lucene/search/Query;
NestHost: org.apache.lucene.document.SortedDocValuesField
InnerClasses:
  org.apache.lucene.document.SortedDocValuesField$1