Just Pushed: Highlighting: Allow to highlight on fields without term vectors

Hi,

Just pushed support for highlighting fields without the need to have
term_vector set on them (they don't have to be stored as well, extracted
from source automatically). It is slower and more expensive compared to
doing highlighting with term vectors. See more here:
https://github.com/elasticsearch/elasticsearch/issues/issue/585.

-shay.banon

Sweet, very nice. Another great feature! The pace of development is
epic.

Thanks,
Paul

On Dec 31, 9:58 am, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

Just pushed support for highlighting fields without the need to have
term_vector set on them (they don't have to be stored as well, extracted
from source automatically). It is slower and more expensive compared to
doing highlighting with term vectors. See more here:Highlighting: Allow to highlight on fields without term vectors · Issue #585 · elastic/elasticsearch · GitHub.

-shay.banon