I'm new to elastic search and am wondering if there is a way to highlight on all fields.
Looks like highlighting requires me to explicitly specify the field names.
My understanding is that if I want to highlight on all fields, I will have to use _all but that requires me to store the _all field that will increase index size and requires some mappings for _all.
Is there any way to highlight on all fields without having to store extra data or mapping?
I'm new to Elasticsearch and am wondering if there is a way to highlight
on
all fields.
Looks like highlighting requires me to explicitly specify the field names.
My understanding is that if I want to highlight on all fields, I will have
to use _all but that requires me to store the _all field that will increase
index size and requires some mappings for _all.
Is there any way to highlight on all fields without having to store extra
data or mapping?
On Thursday, 12 January 2012 01:12:59 UTC+5:30, Jimmy Chen wrote:
Hi,
I'm new to Elasticsearch and am wondering if there is a way to highlight
on
all fields.
Looks like highlighting requires me to explicitly specify the field names.
My understanding is that if I want to highlight on all fields, I will have
to use _all but that requires me to store the _all field that will increase
index size and requires some mappings for _all.
Is there any way to highlight on all fields without having to store extra
data or mapping?
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.