hi i have the question about the query
i have the information with the keyword with a date and a position
i want all the keyword one a range date and where the position of the first date is superior of the position in the last date
If not, feel free to provide a full recreation script as described in About the Elasticsearch category. It will help to better understand what you are doing. Please, try to keep the example as simple as possible.
A full reproduction script will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.
i have this , but i want just one date in aggs listedatemin and listedateax but min_doc_count not working and it's possible to see a field with true ou false when listedatemin:avgposition >listedatemax:avgposition ?
A full reproduction script will help readers to understand, reproduce and if needed fix your problem. It will also most likely help to get a faster answer.
So please share something we can use like:
DELETE index
PUT index/_doc/1
{
"foo": "bar"
}
GET index/_search
{
"query": {
"match": {
"foo": "bar"
}
}
}
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.