Joe Atzberger
Joe Atzberger
Wondering: is this is still demonstrable? I will give the reproduction steps a try if I get a chance...
Yeah, an ideal implementation would have cached up the min and max values for all sortable fields to provide concrete start/end values (also caching all top level facets, while we're...
@jrochkind, I don't think you get how much of what you are talking about is already in Solr. The contrast is between "range faceting" as implemented here by separate facet...
Yes, I think start/end/gap delivers what you want in a way that is different than than this implementation currently. The container width logic need not be materially different. If you...
null is _expressible_ in JSON, but it is not valid under any json-schema that would specify a document with this type, therefore should not be produced as output. Either the...
I'm OK w/ returning error. I think having two different serialization types in JSON (a string type and a null type) is fundamentally incorrect, but as long as `omitempty` still...
Note that the one test where 'dor-apo-viewer' appears speculatively does not actually perform any test. It is just no-op.
@bertrama Rebase?
Same problem today on already clean instance. The message is counter-productive. If there is no solr running and no solr even downloaded, let alone installed, it should not be talking...
Looking at: https://github.com/ruby/ruby/blob/trunk/lib/delegate.rb#L137 You can compare a SimpleDelegate object to an identical object of the class it wraps, and everything is OK. But if you compare it to another SimpleDelegate-wrapped...