[tarantool-patches] Re: [PATCH v2 5/5] box: specify indexes in user-friendly form

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Aug 22 03:28:00 MSK 2018


What a commit closes the issue? I see that all of them are
'part fo 1012', but what is a final one?

On 15/08/2018 15:15, Kirill Shcherbatov wrote:
> Since now it is possible to create indexes by JSON-path
> using field names specified in format.
> 
> @TarantoolBot document
> Title: Indexes by JSON path
> Sometimes field data could have complex document structure.
> When this structure is consistent across whole document,
> you are able to create an index by JSON path.
> 
> Example:
> s:create_index('json_index',
>                 {parts = {{'data.FIO["fname"]', 'str'}}})
> 
> Part of #1012.
> ---
>   src/box/lua/schema.lua      | 58 +++++++++++++++++++++++++++++++++++++++------
>   test/engine/iterator.result |  2 +-
>   test/engine/tuple.result    | 36 ++++++++++++++++++++++++++++
>   test/engine/tuple.test.lua  | 10 ++++++++
>   4 files changed, 98 insertions(+), 8 deletions(-)
> 




More information about the Tarantool-patches mailing list