No for store, disable for _source

In response to query I'd want to get just a (filtered, limited, sifted,
sorted... - common search attributes) list of documents' ids. So, I plan to
use "store": "no" for all fields is my document mapping (except for id)
and "_source":{ "enabled":false }. I hope such minimalistic scheme will
not prevent to change the index on document updating or removing. Am I
right? Are there some "side effects" we all need to know when such
"id-oriented" configuration is in use?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.