【问题标题】:Get the solr indexed response without updating the solr index in use在不更新正在使用的 solr 索引的情况下获取 solr 索引响应
【发布时间】:2020-01-31 11:06:01
【问题描述】:

我想要发送到 Solr 服务器的最终对象。有第三方想要完全相同的数据,但他们直接从 Hybris 获得(现在他们从 Solr 服务器本身获取)。
如果我运行索引作业,它将更新当前的 Solr 索引。我不想更新 Solr 索引。
我需要将回复发送为List<ProdutData>

【问题讨论】:

    标签: indexing solr hybris


    【解决方案1】:

    这就是神奇发生的地方-

    SolrInputDocument solrDocument = this.createInputDocument(itemModel, indexConfig, indexedType);
    

    /hybris/bin/ext-commerce/solrfacetsearch/bin/solrfacetsearchserver.jar!/de/hybris/platform/solrfacetsearch/indexer/impl/DefaultIndexer.class:174

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-01-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-03-14
      • 2011-07-16
      • 1970-01-01
      相关资源
      最近更新 更多