开发者

Converting field from multivalued in Solr

开发者 https://www.devze.com 2023-03-26 12:10 出处:网络
It looks li开发者_如何学Pythonke 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

It looks li开发者_如何学Pythonke 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.


Nope, you have to reindex

0

精彩评论

暂无评论...
验证码 换一张
取 消