每个文本谓词fjtb有一个与之相反即逆运算的步骤。我们可以用notStartingWith来指定查找不是Dal开头的城市名。
Each of the text predicates has an inverse step. We can use the notStartingWith predicate to look for
city names that do not start with "Dal".
如果我们对startingWith谓词做取反操作,我们就会得到与上面的例子同样的结果。
The example above returns the same results we would get if we were to negate a startingWith
predicate as shown below.
3.13.5 不以……结尾 notEndingWith
使用notEndingWith谓词,我们可以轻松找到不是以zhi结尾的城市名。
Using notEndingWith we can easily find cities whose names do not end with "zhi".
浙公网安备 33010602011771号