Interface BoostAttribute

  • All Superinterfaces:
    org.apache.lucene.util.Attribute
    All Known Implementing Classes:
    BoostAttributeImpl

    @Deprecated
    public interface BoostAttribute
    extends org.apache.lucene.util.Attribute
    Deprecated.
    This attribute is used by MultiFieldQueryNodeProcessor processor and it should be defined in a FieldConfig. This processor uses this attribute to define which boost a specific field should have when none is defined to it.

    • Method Detail

      • setBoost

        void setBoost​(float boost)
        Deprecated.
      • getBoost

        float getBoost()
        Deprecated.