Question: When using Postgres you can index a string in a database field as a vector using ts_vector. (https://www.postgresql.org/docs/10/datatype-textsearch.html#DATATYPE-TSVECTOR) Is there a similar concept for ElasticSearch? Answer: It’s pretty much what ES does under the hood when you index a ...