注释类型 ESDocument


@Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ESDocument
  • 元素详细资料

    • type

      String type
      默认值:
      ""
    • useServerConfiguration

      boolean useServerConfiguration
      默认值:
      false
    • shards

      short shards
      默认值:
      1
    • replicas

      short replicas
      默认值:
      1
    • refreshInterval

      String refreshInterval
      默认值:
      "1s"
    • indexStoreType

      String indexStoreType
      默认值:
      "fs"
    • createIndex

      boolean createIndex
      默认值:
      true