Say I insert a few documents that have my own "date" field (NOT the ES
insert stamp) but not inserted in order of that specific date field.
{
...
"DateMoved": "2014-12-31..."
}
{
...
"DateMoved": "2013-12-31..."
}
{
...
"DateMoved": "2014-12-25..."
}
{
...
"DateMoved": "2012-12-25..."
}
{
...
"DateMoved": "2013-12-25..."
}
And so on...
If i wanted to do a range query by DateMoved (For all documents in 2013-12)
would it affect the speed of the query?
I have been testing my query and seems to be running ok. But just double
checking to see there's no caveats.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/cca69f29-b674-4505-9837-712e86ed59d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.