Is the concept of payload in ES same as in Lucene

As far as i know, payload in Lucene is stored in inverted index, right after docid and term freq.
But according to es reference on analysis-delimited-payload-tokenfilter, payload is stored in termVectors.
So are these two the same thing?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.