类 MultiTermVectorsRequest

java.lang.Object
org.easysearch.client.core.MultiTermVectorsRequest
所有已实现的接口:
Validatable, org.easysearch.common.xcontent.ToXContent, org.easysearch.common.xcontent.ToXContentObject

public class MultiTermVectorsRequest
extends java.lang.Object
implements org.easysearch.common.xcontent.ToXContentObject, Validatable
  • 嵌套类概要

    从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent

    org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params
  • 字段概要

    从接口继承的字段 org.easysearch.common.xcontent.ToXContent

    EMPTY_PARAMS

    从接口继承的字段 org.easysearch.client.Validatable

    EMPTY
  • 构造器概要

    构造器
    构造器 说明
    MultiTermVectorsRequest()
    Constructs an empty MultiTermVectorsRequest After that use add method to add individual TermVectorsRequest to it.
    MultiTermVectorsRequest​(java.lang.String[] ids, TermVectorsRequest template)
    Constructs a MultiTermVectorsRequest from the given document ids and a template TermVectorsRequest.
  • 方法概要

    修饰符和类型 方法 说明
    void add​(TermVectorsRequest request)
    Adds another TermVectorsRequest to this MultiTermVectorsRequest
    org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params)  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject

    isFragment

    从接口继承的方法 org.easysearch.client.Validatable

    validate
  • 构造器详细资料

    • MultiTermVectorsRequest

      public MultiTermVectorsRequest()
      Constructs an empty MultiTermVectorsRequest After that use add method to add individual TermVectorsRequest to it.
    • MultiTermVectorsRequest

      public MultiTermVectorsRequest​(java.lang.String[] ids, TermVectorsRequest template)
      Constructs a MultiTermVectorsRequest from the given document ids and a template TermVectorsRequest. Used when individual requests share the same index, type and other settings.
      参数:
      ids - - ids of documents for which term vectors are requested
      template - - a template TermVectorsRequest that allows to set all settings only once for all requests.
  • 方法详细资料

    • add

      public void add​(TermVectorsRequest request)
      Adds another TermVectorsRequest to this MultiTermVectorsRequest
      参数:
      request - - TermVectorsRequest to add
    • toXContent

      public org.easysearch.common.xcontent.XContentBuilder toXContent​(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params) throws java.io.IOException
      指定者:
      toXContent 在接口中 org.easysearch.common.xcontent.ToXContent
      抛出:
      java.io.IOException