Interface QieByQueryConsumer


  • public interface QieByQueryConsumer
    • Method Detail

      • applyQieWhenQueryMatches

        void applyQieWhenQueryMatches​(double qieWeight,
                                      String query)
                               throws IllegalArgumentException
        A plugin may call this to supply a QIE which should be set for all documents that match the query.
        Parameters:
        qieWeight - The QIE weight to be set. range: 0 - 1.
        query - The query which will be run.
        Throws:
        IllegalArgumentException - when one or more of the arguments is not valid.