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.
SOLR 中是否有一种方法,使用 termquery、searchquery 或其他魔法来查找给定术语 x 的最前面(或尾随)术语?
如果我正确理解你,你想做这样的事情:
索引数据:“杰克爬上了山”
如果您搜索“climbed”,您想知道“Jack”和“up”在您搜索的词之前和之后吗?
似乎您可以通过打开突出显示来初步做到这一点,然后在您的模式上,不要停止(您可以停止但它不会突出显示),然后处理每个具有突出显示的结果以找出术语您正在寻找。