我想知道right way and practices to use solr with mongo和我有一些需要帮助的问题:
1)。既然是我的data is available both in mongo database and also indexed and stored in Solr cores,我现在该query Solr2).有什么方法我可以执行强大的search directly on mongo database using the indexing done by
我们将嵌套文档添加到Solr索引中。为此,我们在每个记录中添加了一个solr_record_type字段,但是在更新索引时会有一个间隔,原始文档在这个字段中将为null。在我们的Solr索引中,solr_record_type =1,子类型由2-4表示.因此,为了向后兼容查询当前返回的内容,我添加了以下fq参数:
-solr_record_type:[2 TO 4