escalar icon indicating copy to clipboard operation
escalar copied to clipboard

Make `version` an Option in GetResponse

Open bojdell opened this issue 9 years ago • 0 comments

Essentially, this TODO: https://github.com/Workday/escalar/blob/master/src/main/scala/com/workday/esclient/EsQuery.scala#L332

TODO: version needs to be an Option.  If a doc id is not found, version is missing from the get response.
  * Today, Jackson is giving us 0 for version when the doc is not found.

bojdell avatar Mar 21 '17 23:03 bojdell