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.
如本“Sitecore 快速搜索”所述,使用系统索引执行即时搜索。
如何在搜索时指向“Sitecore 快速搜索”以使用自定义索引?
即时搜索最终会启动核心search管道,后端内其他类型的搜索都会使用该管道。search管道 ( )的处理器之一SearchSystemIndex明确指示系统搜索system索引。
search
SearchSystemIndex
system
只要这是搜索功能的核心,我不建议您更改那里的逻辑。如果您仍然决定采用这种方式,那么将自定义处理器插入search管道似乎是起点。我怀疑有许多意想不到的事情需要克服,以免破坏整个系统的搜索工作方式。