Skip to content
Snippets Groups Projects
Commit 7e674343 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Merge branch 'fix-solr-tokenizer' into 'master'

Do not split the Solr string fields

See merge request !1321
parents 3a82e56b cd50f89b
No related branches found
No related tags found
1 merge request!1321Do not split the Solr string fields
......@@ -32,7 +32,7 @@ class Indexer(object):
'name': 'string',
'class': 'solr.TextField',
'analyzer': {
'tokenizer': {'class': 'solr.WhitespaceTokenizerFactory'},
'tokenizer': {'class': 'solr.KeywordTokenizerFactory'},
'filters': [{'class': 'solr.LowerCaseFilterFactory'}]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment