Class TextElastic

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

public class TextElastic extends Object
  • Field Details

    • uid

      private String uid
    • title

      @Field(type=Keyword) private String title
    • 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, format=date_hour_minute_second_millis) private LocalDateTime startDate
    • endDate

      @Field(type=Date, format=date_hour_minute_second_millis) 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
  • Constructor Details

    • TextElastic

      public TextElastic()