I am getting an error while sorting on date and retrieving records from my index. The shards are failed and the reason mentioned is "PagedBytesIndexFieldData cannot be cast to Atomic Numeric Field Data".
My mapping is
"date" : {
type : "date"
format : "yyyy-MM-dd HH:mm:ss.SSS"
}
Any suggestions please
can you give more information like what es are you using? what java version are you using? a few sample of your data and the query you executed such that it gave that exception.
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.