specifically, I want to index everything (e.g. the who) with no stop word list. Is elastic search flexible enough and easy enough to change?
Yes, you can do this using ElasticSearch's internal config YAML file.
See the config docs for how to change the analyzer settings.