Houston Putman
Houston Putman
> The managed zk feature of solr-operator is great. Would be a pity if all users had to manually configure bitnami chart for every new solr cluster, and feed the...
This will probably work, but using a string builder to build a URL just seems wrong (and this isn't the only place in the file that does it). It will...
> LGTM. Is the URIBuilder something that we should be using in more places? I certainly think so
Is this common for other Helm charts? I understand how it could be useful, but it would add a lot of complexity to the already fairly complex helm chart.
Is the not-anymore-used `req` object still used somewhere else? And we are sure there aren't other settings that live in that request?
@alessandrobenedetti's [Berlin Buzzwords talk](https://www.youtube.com/watch?v=KhL0NrGj0uE) gave a pretty good example. If you want to have individual vectors for each paragraph, then you would either need to split your document up per-paragraph,...
@timgrein , I've posted a PR for my idea that @stefanvodita mentioned. If you have the JMH benchmark, I'd love to test it out on mine as well.
> This one looks different! > > ``` > Client exception => org.apache.solr.common.SolrException: can not use FieldCache on a field w/o docValues unless it is indexed uninvertible=true and the type...
Thanks for getting those numbers, very interesting that it had no effect.
@risdenk should we move forward with this?