-
Notifications
You must be signed in to change notification settings - Fork 117
/
_es_mappings.yml
76 lines (75 loc) · 1.23 KB
/
_es_mappings.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
properties:
author:
type: text
fields:
keyword:
type: keyword
ignore_above: 256
categories:
type: text
fields:
keyword:
type: keyword
ignore_above: 256
description:
type: text
analyzer: autocomplete
search_analyzer: autocomplete_search
draft:
type: boolean
excerpt:
type: text
html:
type: text
analyzer: autocomplete
search_analyzer: autocomplete_search
id:
type: text
fields:
keyword:
type: keyword
ignore_above: 256
image:
type: text
index: false
lang:
type: keyword
layout:
type: text
fields:
keyword:
type: keyword
ignore_above: 256
permalink:
type: text
index: false
redirect_from:
type: text
index: false
slug:
type: keyword
tags:
type: keyword
text:
type: text
title:
type: text
analyzer: autocomplete
search_analyzer: autocomplete_search
name:
type: text
analyzer: autocomplete
search_analyzer: autocomplete_search
fields:
raw:
type: keyword
toc:
type: boolean
top_projects_link:
type: text
index: false
type:
type: keyword
url:
type: text
index: false