Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
elasticsearch
Commits
3bdc6f1a60df
Commit
87ea6a8c
authored
Oct 22, 2019
by
Guillaume Vandevelde
Browse files
[es7] Remove standard filter
parent
f84df2d2d35d
Changes
1
Hide whitespace changes
Inline
Side-by-side
cubicweb_elasticsearch/entities.py
View file @
3bdc6f1a
...
...
@@ -55,8 +55,7 @@ class Indexer(EsRegistry):
'settings'
:
{
'analysis'
:
{
'analyzer'
:
{
'default'
:
{
'filter'
:
[
'standard'
,
'my_ascii_folding'
,
'default'
:
{
'filter'
:
[
'my_ascii_folding'
,
'lowercase'
,
'french_snowball'
],
'tokenizer'
:
'standard'
}
...
...
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