We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e1492 commit b2b9a59Copy full SHA for b2b9a59
client/rest-high-level/src/main/java/org/elasticsearch/client/core/TermVectorsResponse.java
@@ -133,7 +133,7 @@ public boolean equals(Object obj) {
133
&& Objects.equals(id, other.id)
134
&& docVersion == other.docVersion
135
&& found == other.found
136
- && tookInMillis == tookInMillis
+ && tookInMillis == other.tookInMillis
137
&& Objects.equals(termVectorList, other.termVectorList);
138
}
139
0 commit comments