内存中业务对象的全文搜索
我想寻求有关内存对象搜索最佳实践的建议。
我们的业务数据在内存中表示为 C# 对象。明确指定应匹配对象的哪些属性。我应该能够选择与搜索短语匹配的业务对象,其中搜索短语可能包含通配符(无布尔运算)。我可以完全控制整个代码。
在这种情况下,您将如何实施搜索?
I would like to ask for advice on best-practices concerning search on in-memory objects.
Our business data is represented as in memory C# objects. It is explicitly specified which properties of the objects should be matched. I supposed to be able to select those business objects that match to a search-phrase where the search-phrase may contain wildcards (no boolean operations). I have full control on the entire code.
How would you implement search in this case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论