Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用 SolrNet 3.6 开发 ASP.NET MVC3 C#。我们使用了动态字段。动态字段名称中有空格:例如 Filter_SIM Slots:Single SIM。
如何从动态字段名称中删除空格?(此处为 Filter_SIM 插槽)
字段名称中的空格是因为您映射到映射类中动态字段的字典对象中的键中有空格。如果您擦洗/解析键值以删除空格,则您的动态字段也应该被更正。