CouchDB-Lucene 的默认连接似乎是OR
:
artist:muse track:"feeling good"
可能返回:
{ "artist": "Muse", "track": "Feeling Good", "score": 5.9 }
{ "artist": "Nina Simone", "track": "Feeling Good", "score": "1.2" }
如何配置 CouchDB-Lucene,以便将此处顶部的两个语句视为AND
'd 一起,而不是OR
'd?