i 试图通过Casbah对MongoDB进行实地调查,这个领域是一系列带有reg的扼杀。
例如:
I have a Maschine with a list of ips, that are stored as string in the fields ips. Now i want to search for all machines that have the subnet 192.168.
对我来说,如果一个条目与机器相匹配,则不能问一阵列,每个条目都适用了reg。
作出这种质疑的任何方法?
页: 1
感谢您的帮助。
现在一切都奏效。 最后,我需要围绕卡巴的一个限制开展工作,因为我需要与 $和 Cas一道,就reg中缺失的暗含物提出申诉。
我关于“Refp Array”问题的最后守则是:
val regexp = ".*" + parameter + ".*"
val nameQ = MongoDBObject("serverName" -> regexp.r)
val ipsQ = MongoDBObject("ips" -> regexp.r)
val bldr = MongoDBList.newBuilder
bldr += ipsQ
bldr += nameQ
val query = MongoDBObject("$or" -> bldr.result.asDBObject)
val result = find(query)
It is not the nicest code and the string concatenation of the parameter needs to be fixed. But it works :)