Package org.apache.solr.client.api.util
Annotation Type CoreApiParameters
-
@Target({METHOD,TYPE,PARAMETER,FIELD}) @Retention(RUNTIME) public @interface CoreApiParameters
Concisely collects the parameters shared by APIs that interact with contents of a specific core.Not to be used on APIs that apply to both cores AND collections.
StoreApiParametersshould be used in those cases.Used primarily as a way to avoid duplicating these parameter definitions on each relevant interface method in
org.apache.solr.client.api.endpoint