Is it not possible to filter on a non-indexed field with type text in Elasticsearch

  Kiến thức lập trình

i have a cityName field of type text in elastic search index

“cityName”: {
“type”: “text”,
“index”: false
}

to query on this i need to do complete reindexing or is there any other way to do this? i am using elastic 7.1 version .

New contributor

user24614737 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

LEAVE A COMMENT