Can I have different(String, integer, etc) core types in a single
multi_field?
If not, then how to create a custom "_all" field that conatins values
from selected fields in the document?
usually you are using a multi field to have different behaviour for
strings, using it for an int and a double does not make a lot of sense,
maybe you can tell a bit more about your use-case.
Regarding a custom _all field: You can configure for every field, if it
should be put in the all field or not, see the include_in_all option in the
mapping. See
Can I have different(String, integer, etc) core types in a single
multi_field?
If not, then how to create a custom "_all" field that conatins values
from selected fields in the document?
Can I have different(String, integer, etc) core types in a single
multi_field?
If not, then how to create a custom "_all" field that conatins values
from selected fields in the document?
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.