Hi I am new to ES, I am trying to store binary values such as 00001111 by converting them with Base64 encoding into ES.
Steps I did to put the data into ES
Any help on this will be much appreciated. Also, using the binary datatype to store the "11110000" binary values into ES is the ideal way or are there any better ways of storing the binary values into ES and be able to search them.
Yeah, but what I mean is: why not mapping it as a string. So, you supply the base64 string in the _source and then index that field as a string. From what I see in your samples, you work with the string value like 'MDAwMTEwMDE'...
Sorry for my mistake, I shouldn't have mentioned in the query that I was doing the search on the field type. Instead, I was doing the search on all the fields except my meta field.
After the result of the search, I would like to filter them out based on my metadata field.
If I index it as string then my search results might also include my metadata field.
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.