Class QuickReplyElastic

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.kbase.quick_reply.elastic.QuickReplyElastic
All Implemented Interfaces:
Serializable

public class QuickReplyElastic extends BaseEntity
快捷回复-全文检索
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • title

      @Field(type=Text, analyzer="ik_max_word", searchAnalyzer="ik_smart") private String title
    • content

      @Field(type=Text, analyzer="ik_max_word", searchAnalyzer="ik_smart") private String content
    • shortCut

      @Field(type=Keyword) private String shortCut
    • tagList

      @Field(type=Keyword) private List<String> tagList
    • enabled

      @Field(type=Boolean) private Boolean enabled
    • type

      @Field(type=Keyword) private String type
    • clickCount

      @Field(type=Integer) private Integer clickCount
    • startDate

      @Field(type=Keyword) private String startDate
    • endDate

      @Field(type=Keyword) private String endDate
    • categoryUid

      @Field(type=Keyword) private String categoryUid
    • kbUid

      @Field(type=Keyword) private String kbUid
    • agentUid

      @Field(type=Keyword) private String agentUid
  • Constructor Details

    • QuickReplyElastic

      public QuickReplyElastic()