简体   繁体   English

redisearch 是否支持嵌套查询?

[英]Does redisearch support nested query?

We have nested data in Elasticsearch and would like to move from Elasticsearch to Redis.我们在 Elasticsearch 中嵌套了数据,并希望从 Elasticsearch 迁移到 Redis。

Does RediSearch support nested queries? RediSearch 是否支持嵌套查询?

Redisearch can not query nested json doc. Redissearch 无法查询嵌套的 json 文档。

Redisearch can not be used as a database. Redissearch 不能用作数据库。 It is designed to do in-memory full text search service.它旨在做内存全文搜索服务。

You can learn more about the search API form their document.您可以从他们的文档中了解有关搜索 API 的更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Python 客户端在 Redisearch 中进行范围查询 - Range query in Redisearch with Python client 嵌套列表对象不支持索引 - Nested list object does not support indexing Jinja2 是否支持嵌套的 if 语句? - Does Jinja2 support nested if statements? AWS Glue 上下文不支持 sql 查询 - AWS Glue Context does not support sql query Tensorflow:NotImplementedError:reduce()转换当前不支持嵌套数据集作为输入 - Tensorflow: NotImplementedError: The reduce() transformation does not currently support nested datasets as inputs torch.nn.DataParallel 和 to(device) 不支持嵌套模块 - torch.nn.DataParallel and to(device) does not support nested modules `.create()` 方法默认不支持可写嵌套字段。 - The `.create()` method does not support writable nested fields by default. Polars 是否支持从嵌套字典创建数据框? - Does Polars support creating a dataframe from a nested dictionary? FastAPI 是否支持具有嵌套结构(如 yaml)的配置文件? - Does FastAPI support config files with nested structures like yaml? TypeError:'dict'对象不支持在此查询的第二个实例上抛出索引 - TypeError: 'dict' object does not support indexing thrown on second instance of this query
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM