注释类型 ESDocument

    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String indexName
      Name of the Elasticsearch index.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      int replicas
      Number of replicas for the index indexName().
      int shards
      Number of shards for the index indexName().
    • 元素详细资料

      • indexName

        String indexName
        Name of the Elasticsearch index.
        • Lowercase only
        • , |, ` ` (space character), ,, #/li>
        • Cannot start with -, _, +
        • Cannot be . or ..
        • Cannot be longer than 255 bytes (note it is bytes, so multi-byte characters will count towards the 255 limit faster)
      • shards

        int shards
        Number of shards for the index indexName(). Used for index creation.
        默认值:
        0
      • replicas

        int replicas
        Number of replicas for the index indexName(). Used for index creation.
        默认值:
        0