public interface org.apache.lucene.search.MaxNonCompetitiveBoostAttribute extends org.apache.lucene.util.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.search.MaxNonCompetitiveBoostAttribute
  super_class: java.lang.Object
{
  public abstract void setMaxNonCompetitiveBoost(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                        Name  Flags
      maxNonCompetitiveBoost  

  public abstract float getMaxNonCompetitiveBoost();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setCompetitiveTerm(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      competitiveTerm  

  public abstract org.apache.lucene.util.BytesRef getCompetitiveTerm();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "MaxNonCompetitiveBoostAttribute.java"