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 索引的子集。如何定义过滤器查询并仅复制或复制过滤器查询匹配的那些文档?
谢谢。
我建议使用SolrEntityProcessor,它是整个 Solr DataImportHandler过程的一部分,以提取所需的子集。SolrEntityProcessor 将允许您指定要执行的查询以选择文档,并允许您根据需要进行过滤。您将需要使用 Solr 3.6 或更高版本来利用 SolrEntityProcessor。