Hello team,
We are migrating from Solr to ES. Please let me know if there is an equivalent of copyField in ES.
Basically for the below Solr code, this was done to enable date range searches on lastUpdateDate I need an equivalent in ES. Or let me know if we can enable date range searches in a different way
I believe this copy_to field will not appear in _source field as per the documentation. If I need to show all the fields in the response including the copy field, how should I query in the index?
Hi @RabBit_BR , thanks I can now see the copied field using the query you shared. I am using the below Java code to retrieve all the fields from the index. This returns all fields from _source. How can I include copied fields in the same response. Is this something which you can provide some pointers? queryString=*
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.