Class WebpageIndexMessage

java.lang.Object
com.bytedesk.kbase.llm_webpage.mq.WebpageIndexMessage
All Implemented Interfaces:
Serializable

public class WebpageIndexMessage extends Object implements Serializable
网页索引消息 用于在Artemis队列中传递需要索引的网页信息
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • webpageUid

      private String webpageUid
      网页唯一标识
    • operationType

      private String operationType
      操作类型:create, update, delete
    • updateElasticIndex

      private Boolean updateElasticIndex
      是否需要更新全文索引
    • updateVectorIndex

      private Boolean updateVectorIndex
      是否需要更新向量索引
  • Constructor Details

    • WebpageIndexMessage

      public WebpageIndexMessage()
  • Method Details

    • isUpdateElasticIndex

      public boolean isUpdateElasticIndex()
      检查是否需要更新Elastic索引
    • isUpdateVectorIndex

      public boolean isUpdateVectorIndex()
      检查是否需要更新向量索引