Re: external field file size

2020-09-01 Thread matthew sporleder
Okay thanks for the tip. I am pretty wary of streaming logs into my main set of documents + tons of $stat_updated_at fields + resetting stats on ~every document every day + whatever else we feel like trending. It just feels like a lot of churn. I will lean towards the !join on stats-$DATE probab

Re: external field file size

2020-09-01 Thread Erick Erickson
I wouldn’t use ExternalFileField if your use-case is served by in-place updates. See https://lucene.apache.org/solr/guide/8_1/updating-parts-of-documents.html#in-place-updates EFFs were put in in order to have _some_ capability to change individual fields in a doc long before in-place updates