cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

leave document id as _id #101

Closed Graziel closed 8 years ago

Graziel commented 8 years ago

or at least give an option to not map it

currently im trying to use elastic search to search mysql database records and i have to map some field to mysql id and then use it while it could be done simpler by just keeping the _id for Documents in plugin

Graziel commented 8 years ago

it appears you can give id to save and it will be used normally, not sure yet if it will have any impact on app