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
we default to storing the raw value for all fields indexed by solr. this is useful if you want to display results without round-tripping to the database. haystack does this round-tripping for us, so the raw data isn't doing us any favors. in fact, it means that all this raw data is taking up a bunch of memory and space, for no reason. let's update our solr configs to not store the raw data.
via @evz's fancy training!
we default to storing the raw value for all fields indexed by solr. this is useful if you want to display results without round-tripping to the database. haystack does this round-tripping for us, so the raw data isn't doing us any favors. in fact, it means that all this raw data is taking up a bunch of memory and space, for no reason. let's update our solr configs to not store the raw data.
example from la metro schema.xml:
The text was updated successfully, but these errors were encountered: