Interface NamedListInitializedPlugin

    • Method Detail

      • init

        default void init​(NamedList<?> args)
        init will be called just once, immediately after creation.

        Source of the initialization arguments will typically be solrconfig.xml, but will ultimately depends on the plugin itself

        Parameters:
        args - non-null list of initialization parameters (may be empty)