Revert "try stemming with the snowball analyzer (bug 689933)"

This reverts commit b1a876e15b.
This commit is contained in:
Jeff Balogh 2011-10-05 11:11:36 -07:00
Родитель 7b334a0307
Коммит 31efb4f59f
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -70,10 +70,6 @@ def setup_mapping():
# Adding word-delimiter to split on camelcase and punctuation.
'name': {'type': 'string',
'analyzer': 'standardPlusWordDelimiter'},
'summary': {'type': 'string',
'analyzer': 'snowball'},
'description': {'type': 'string',
'analyzer': 'snowball'},
'tags': {'type': 'string',
'index': 'not_analyzed',
'index_name': 'tag'},

Просмотреть файл

@ -11,7 +11,7 @@ index:
standardPlusWordDelimiter:
type: custom
tokenizer: standard
filter: [standard, wordDelim, lowercase, stop, dict, snowball]
filter: [standard, wordDelim, lowercase, stop, dict]
filter:
wordDelim:
type: word_delimiter