public class ArticleElastic
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
title
@Field(type=Text,
analyzer="ik_max_word")
private String title
-
summary
@Field(type=Text,
analyzer="ik_max_word")
private String summary
-
contentMarkdown
@Field(type=Text,
analyzer="ik_max_word")
private String contentMarkdown
-
contentHtml
@Field(type=Text,
analyzer="ik_max_word")
private String contentHtml
-
-
status
@Field(type=Keyword)
private String status
-
auditStatus
@Field(type=Keyword)
private String auditStatus
-
top
@Field(type=Boolean)
private Boolean top
-
published
@Field(type=Boolean)
private Boolean published
-
markdown
@Field(type=Boolean)
private Boolean markdown
-
orgUid
@Field(type=Keyword)
private String orgUid
-
kbUid
@Field(type=Keyword)
private String kbUid
-
categoryUid
@Field(type=Keyword)
private String categoryUid
-
startDate
@Field(type=Keyword)
private String startDate
-
endDate
@Field(type=Keyword)
private String endDate
-
readCount
@Field(type=Integer)
private Integer readCount
-
likeCount
@Field(type=Integer)
private Integer likeCount
-
Constructor Details
-
ArticleElastic
public ArticleElastic()
-