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 スロット)
フィールド名の空白は、マッピング クラスの動的フィールドにマップした Dictionary オブジェクトのキーにスペースが含まれているためです。キー値をスクラブ/解析して空白を削除する場合、動的フィールドも修正する必要があります。