You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UninvertedField has internal limits that makes it impossible to use for un-inverting String fields with many referenced. That is one of the reasons for using DocValues for faceting in the first place.
Using indexed String values as source for conversion to DocValues requires an UnInverter with higher limits than the one standard Solr has.
The text was updated successfully, but these errors were encountered:
The UninvertedField has internal limits that makes it impossible to use for un-inverting String fields with many referenced. That is one of the reasons for using DocValues for faceting in the first place.
Using indexed String values as source for conversion to DocValues requires an UnInverter with higher limits than the one standard Solr has.
The text was updated successfully, but these errors were encountered: