When I have a wrong mapping (type = string, not date) like this one
created_at: {
type: string
}
and the entries look like:
Sun Oct 05 23:15:22 +0000 2014
I guess I can't use the range query to get documents for a certain time
span?
It would work to search for a string, such as "Sun Oct 05" to get all
documents of that day but can you imagine of any way in this situation to
get the documents for example for
Tue Aug 26 to Sun Oct 05 ?
I'm afraid I have to reindex the index to the propper date mapping, hm, no
experiences on that, what would be the easiest way to do that for about 60
million documents?
When I have a wrong mapping (type = string, not date) like this one
created_at: {
type: string
}
and the entries look like:
Sun Oct 05 23:15:22 +0000 2014
I guess I can't use the range query to get documents for a certain time span?
It would work to search for a string, such as "Sun Oct 05" to get all documents of that day but can you imagine of any way in this situation to get the documents for example for
Tue Aug 26 to Sun Oct 05 ?
I'm afraid I have to reindex the index to the propper date mapping, hm, no experiences on that, what would be the easiest way to do that for about 60 million documents?
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.