public class ChunkElastic
extends Object
Chunk实体的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
-
-
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
-
-
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
-
docId
@Field(type=Keyword)
private String docId
-
fileUid
@Field(type=Keyword)
private String fileUid
-
categoryUid
@Field(type=Keyword)
private String categoryUid
-
kbaseUid
@Field(type=Keyword)
private String kbaseUid
-
Constructor Details
-
ChunkElastic
public ChunkElastic()