Re: Search on an old version of a record?

Hi Rob,

I was into this pitfall myself. It seems the version attribute is used
for handling concurrent updates to the record. So it is kind of a
locking scheme.
I would have preferred a different name for the attribute to not
confuse users (myself included :)). If it were named lockid it would be
more intuitive I think. Just a thought.

Rob Faraj skrev 2011-04-10 19:50:

Is it possible to get the contents of previous versions of a document?
I tried something like this, but it returned the most recent
_version.

curl -XGET http://localhost:9200/twitter/tweet/1?version=2