在 Solr 中将多值字段转换为字段
看起来我不小心在 solr 字段(位置字段类型)上设置了多值标志,现在地理空间搜索将无法工作,因为“无法在多值字段上使用 FieldCache”。有没有办法将字段转换为非多值字段(或确定需要删除哪些项目)。我不想重新索引记录。
It looks like I accidently set the multiValued flag on a solr field (location field type) and now the geo spatial searches wont work because "can not use FieldCache on multivalued field." Is there a way to convert the field to a non multivalued field (or identify what items need to be removed). I would hate to have to reindex the records.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您必须重新索引
Nope, you have to reindex