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.
我在 64 位的 Windows 7 Enterprise 上构建了 SOLR 索引。我将索引复制到 Centos 6.2 版,32 位操作系统。
该索引是可读的,并且应用程序能够从 Linux 上的索引加载数据。但是有一些 FQ 查询在 Linux 上不起作用,但相同的 FQ 查询在 Windows 上起作用。
我有一种情况,我必须在 Windows 上准备索引并将其移植到 Linux 上。我需要索引是可移植的。
唯一不起作用的是 FQ 查询。
谢谢穆克什
索引应该是可移植的。您是否确保已提交所有更改。另外,我会检查您的 schema.xml 和 solrconfig.xml 文件。它们的配置是否相同?
术语比较中字节的不匹配是由于使用系统相关 JRE 完成的 Base64 编码/解码。
切换到 Apache Codec,它是 base64 系统独立的 base64 编码器/解码器。