类 MultiTermVectorsResponse
java.lang.Object
org.easysearch.client.core.MultiTermVectorsResponse
public class MultiTermVectorsResponse
extends java.lang.Object
-
构造器概要
构造器 构造器 说明 MultiTermVectorsResponse(java.util.List<TermVectorsResponse> responses) -
方法概要
修饰符和类型 方法 说明 booleanequals(java.lang.Object obj)static MultiTermVectorsResponsefromXContent(org.easysearch.common.xcontent.XContentParser parser)java.util.List<TermVectorsResponse>getTermVectorsResponses()Returns the list ofTermVectorsResponsefor thisMultiTermVectorsResponseinthashCode()从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
MultiTermVectorsResponse
-
-
方法详细资料
-
fromXContent
public static MultiTermVectorsResponse fromXContent(org.easysearch.common.xcontent.XContentParser parser) -
getTermVectorsResponses
Returns the list ofTermVectorsResponsefor thisMultiTermVectorsResponse -
equals
public boolean equals(java.lang.Object obj)- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()- 覆盖:
hashCode在类中java.lang.Object
-