Nested field type #2491
Unanswered
StasOnlyOne
asked this question in
Q&A
Replies: 1 comment
-
The closest data structure is JSON data type - https://manual.manticoresearch.com/Creating_a_table/Data_types#JSON |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Elastic search has a Nested field type. For example, we have a product catalog that includes product balances in different warehouses (in the index, the "Balances" field has the Nested type, it contains nested fields "balance" and "warehouse_id" ). Therefore, we can get products with a balance greater than zero in a specific warehouse. I did not find something similar in the supported Manticore data types. What is the best way to solve such a problem in Manticore?
Beta Was this translation helpful? Give feedback.
All reactions