Merge pull request #4519 from lukasolson/field-highlight

Fix highlighting when no field is specified
This commit is contained in:
Joe Fleming 2015-08-03 18:05:29 -07:00
commit 44a9f705de

View file

@ -429,6 +429,7 @@ define(function (require) {
pre_tags: [highlightTags.pre],
post_tags: [highlightTags.post],
fields: {'*': {}},
require_field_match: false,
fragment_size: 2147483647 // Limit of an integer.
})
.set('filter', queryFilter.getFilters());