I have an field (name of field "value") type of text
I noticed that when I put (insert) into that indexer a boolean type
e.g {"value" : true} or {"value" : 17} then the indexer keeps the type and returns me the json (document) with the type i put it in previously. same for an array e.g {"value": [12,13,14]}
Is that behaviour anywhere documented ? does E.S keep the json type somewhere internally and while it store the document as string (text), over serialization it sends it over with the correct json input type
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.