equals

open operator override fun equals(other: Any?): Boolean

Return true if we represent the same query as other

Return

true if other is a DisjunctionMaxQuery with the same boost and the same subqueries, in the same order, as us

Parameters

other

another object