You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Michael mail.com" <mt...@mail.com> on 2019/10/29 13:30:43 UTC

ShardRequest, ShardRequest.PURPOSE_REFINE_PIVOT_FACETS

Hello,

We have code that utilizes SOLR, org.apache.solr.common, etc. I’m wondering, wanting too understand what about facet data equates to various ShardRequest bitwise conditions. What about data might result in 


ShardRequest.PURPOSE_REFINE_PIVOT_FACETS?
ShardRequest.PURPOSE_REFINE_FACETS?

I’m trying to simulate data, Index that would trigger, result in this type of ShardRequest

Michael