Skip to content

Migration Guide 5 to 6

DuyHai DOAN edited this page Jun 9, 2018 · 1 revision

If you are migrating from Achilles 5.x to Achilles 6.x, below are the changes and how to transition:

INDEXED SELECT DSL API

  • indexed.select()...where().xxx().Eq(...): replaced by indexed.select()...where().indexed_xxx().Eq(...) and similarly for all other relations
  • when using DSE Search indexed.select()...where().xxx().Eq(...): replaced by indexed.select()...where().search_on_xxx().Eq(...) and similarly for all other relations

Home

Clone this wiki locally