ijioio
ijioio
Hi @cpoerschke! Thanks for the comment! > It's a bit subjective of course but the solr.xml needing to be changed, that seems a bit of a burden, both operationally and...
Sorry, I doesn't get the idea ^:) If we create `CustomCoreAdminOp` interface and add the method `getCustomCoreAdminOps()` you mentiond above, there is still the question of how to populate the...
> Not yet checked if `` is possible. It is not, you can't redefine admin handler via `solrconfig.xml`. It is a special global handler of instance scale, not handler of...
> Hi @ijioio. As far as I understand, you're just unhappy with what the `TextContentRenderer` does with paragraphs, right? If it rendered it as follows: > > ``` > foo...
> @ijioio Also note, you can already change this behavior with existing API via `TextContentRenderer.builder().nodeRendererFactory(myFactory)` and overriding the rendering of `Paragraph` nodes. Thank you for the suggestion. Not sure is...