public class WebpageElastic
extends Object
网页全文搜索实体类
用于在Elasticsearch中存储网页文档
-
-
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",
searchAnalyzer="ik_smart")
private String title
-
url
@Field(type=Text)
private String url
-
description
@Field(type=Text,
analyzer="ik_max_word",
searchAnalyzer="ik_smart")
private String description
-
content
@Field(type=Text,
analyzer="ik_max_word",
searchAnalyzer="ik_smart")
private String content
-
-
orgUid
@Field(type=Keyword)
private String orgUid
-
kbUid
@Field(type=Keyword)
private String kbUid
-
categoryUid
@Field(type=Keyword)
private String categoryUid
-
enabled
@Field(type=Boolean)
private Boolean enabled
-
startDate
@Field(type=Keyword)
private String startDate
-
endDate
@Field(type=Keyword)
private String endDate
-
viewCount
@Field(type=Integer)
private Integer viewCount
-
clickCount
@Field(type=Integer)
private Integer clickCount
-
Constructor Details
-
WebpageElastic
public WebpageElastic()
-