Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Minds
Minds
Commits
3be8ba4b
Commit
3be8ba4b
authored
Jun 09, 2020
by
Ben Hayward
Browse files
Missing file
parent
02ffa68c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
containers/elasticsearch-provisioner/schema-legacy/minds-trending-hashtags.json
...ch-provisioner/schema-legacy/minds-trending-hashtags.json
+30
-0
No files found.
containers/elasticsearch-provisioner/schema-legacy/minds-trending-hashtags.json
0 → 100644
View file @
3be8ba4b
{
"mappings"
:
{
"tags"
:
{
"_all"
:
{
"enabled"
:
true
},
"properties"
:
{
"count"
:
{
"type"
:
"long"
},
"name"
:
{
"type"
:
"text"
,
"fields"
:
{
"keyword"
:
{
"type"
:
"keyword"
,
"ignore_above"
:
256
}
}
},
"suggest"
:
{
"type"
:
"completion"
,
"analyzer"
:
"simple"
,
"preserve_separators"
:
true
,
"preserve_position_increments"
:
true
,
"max_input_length"
:
50
}
}
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment