Class TextElastic

java.lang.Object
com.bytedesk.kbase.llm_text.TextElastic

public class TextElastic extends Object
  • Field Details

    • uid

      private String uid
    • name

      @Field(type=Keyword) private String name
    • content

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

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

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

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

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

      @Field(type=Date) private LocalDateTime startDate
    • endDate

      @Field(type=Date) private LocalDateTime endDate
    • categoryUid

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

      @Field(type=Keyword) private String kbaseUid
    • docIdList

      @Field(type=Keyword) private List<String> docIdList
    • createdAt

      @Field(type=Date) private LocalDateTime createdAt
    • updatedAt

      @Field(type=Date) private LocalDateTime updatedAt
    • createdBy

      @Field(type=Keyword) private String createdBy
    • updatedBy

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

    • TextElastic

      public TextElastic()