英文:
Can we compare Lucene and Solr index files
问题
我们正在将Sitecore 8升级到9.3,为此我们升级了Lucene到Solr。
我们可以比较Lucene和Solr索引文件,以便我们能够知道新生成的Solr索引文件是否具有相同的数据。
英文:
We are upgrading Sitecore 8 to 9.3 for that we upgraded Lucene to solr
Can we compare Lucene and Solr index files so that we will be able to know the newly generated solr index files have the same data or not
答案1
得分: 0
No. 索引非常不同,即使底层技术相似。我认为最好的方法是拥有同一数据的旧版和新版网站。然后,您可以比较网站搜索页面和运行在搜索上的任何部分。
英文:
No. The indexes are very different even though the underlying technology is similar. What I find best is to have an old and new version of the same site with the same data. Then you can compare site search pages and any part of the site that runs on search.
答案2
得分: 0
可以使用Luke来探索Lucene索引文件夹的内容。
Solr数据可以通过Sitecore UI或Solr管理界面进行查询。
英文:
It seem technically possible as you could use Luke to explore the content of the Lucene index folder.
While Solr data can be queried via either Sitecore UI, or Solr admin.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论