We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797d4df commit d1d50feCopy full SHA for d1d50fe
1 file changed
src/main/resources/elasticsearch/mappings.json
@@ -1,5 +1,14 @@
1
{
2
"properties": {
3
+ "id": {
4
+ "type": "text"
5
+ },
6
+ "created_at": {
7
8
9
+ "modified_at": {
10
11
12
"title": {
13
"type": "text",
14
"analyzer": "korean",
@@ -29,16 +38,13 @@
29
38
}
30
39
31
40
},
32
- "hashtags": {
33
- "type": "text",
34
- "fields": {
35
- "keyword": {
36
- "type": "keyword",
37
- "ignore_above": 256
- }
41
+ "comment_count": {
42
+ "type": "integer"
43
44
+ "like_count": {
45
46
- "type": {
47
+ "hashtags": {
48
49
"fields": {
50
"keyword": {
0 commit comments