public interface org.apache.lucene.search.LeafCollector
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.search.LeafCollector
  super_class: java.lang.Object
{
  public abstract void setScorer(org.apache.lucene.search.Scorable);
    descriptor: (Lorg/apache/lucene/search/Scorable;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      scorer  

  public abstract void collect(int);
    descriptor: (I)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      doc   
}
SourceFile: "LeafCollector.java"