The content of _source is exactly the JSON data was received by ES. It
isnt changed in anyway. To change what is indexed, as Drew stated, you
need to define a mapping for your content which can include different
analysis components to change what is indexed.
On Friday, October 12, 2012 7:49:15 AM UTC+13, es_learner wrote:
Say, I have a document that I want to be in _source as-is but I want to
index
only its abridged version.
How can I do that?
I'm using connection.bulk_data.write() presently but can switch to using
connection.index() or any other API that allows that.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.