Getting only selected Fields in the query results

Hi,
As referred in
http://www.elasticsearch.org/guide/reference/api/search/fields.html, We can
get the fields we require, but is there any possiblity, to skip few fields
rather than selecting a large number of fields, because each document has
different fields, so its very difficult for me to have a list of all those
fields.

Three is a new feature in master (upcoming 0.19) that allows to include /
exclude parts of _source:
Search: Support partial fields that can returns partial view of the _source · Issue #1570 · elastic/elasticsearch · GitHub.

On Sat, Jan 7, 2012 at 8:40 AM, Narinder Kaur narinder.kaur@izap.in wrote:

Hi,
As referred in
Elasticsearch Platform — Find real-time answers at scale | Elastic, We
can get the fields we require, but is there any possiblity, to skip few
fields rather than selecting a large number of fields, because each
document has different fields, so its very difficult for me to have a list
of all those fields.