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.
我有一个像“+(+Contents:"risk factor" +Contents:"item 503" +Contents:concise) +(DocID:2548093)" 这样的查询,它过滤结果,但突出显示不适用于查询结果。我尝试通过附加 hl.usefastvectorhighlighter 来使用 solr 中可用的所有荧光笔,但仍然突出显示不起作用..任何人都可以帮助我解决这个问题。
我们可以通过增加 hl.maxAnalyzedChars 来解决这个问题,它的默认值是 51200。我已经增加了 100000,它现在工作正常。