Skip to content

Commit e6a5cdd

Browse files
committed
Merge pull request django-haystack#1313 from chrisbrooke/Fix-elasticsearch-2.0-meta-data-changes
ElasticSearch: remove deprecated boost mapping section Thanks to @chrisbrooke for the patch
2 parents 4e1e2e1 + 1a76222 commit e6a5cdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

haystack/backends/elasticsearch_backend.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ def setup(self):
135135
current_mapping = {
136136
'modelresult': {
137137
'properties': field_mapping,
138-
'_boost': {
139-
'name': 'boost',
140-
'null_value': 1.0
141-
}
142138
}
143139
}
144140

0 commit comments

Comments
 (0)