标签: elasticsearch
我有一个名为transcriptions的索引,其中的文档包含一个字段raw_data,其中包含从Google视觉图像转录API返回的大量文本。我还有一个索引people,其中的文档包含一个full_name字段(即“ John Smith”)。我想运行一个查询,以将与people匹配的前5个full_name文档返回到给定raw_data文档的transcription字段中。谁能帮助我解决这个问题或为我指明正确的方向?
transcriptions
raw_data
people
full_name
transcription