By default elasticsearch assumes json is of type string and index the
whole documents as a single string.
Is there a way I can tell ES that this is a json document and specify
the specific fields to be indexed without having to iterate through
the entire object in code? Can I also store json as a child json
object rather than string?
By default elasticsearch assumes json is of type string and index the
whole documents as a single string.
Is there a way I can tell ES that this is a json document and specify
the specific fields to be indexed without having to iterate through
the entire object in code? Can I also store json as a child json
object rather than string?
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.